@deveco-codegenie/mcp-bridge-darwin-x64 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1156 -1704
- 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)
|
|
@@ -676,540 +409,37 @@ 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
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
682
415
|
|
|
683
416
|
````text
|
|
684
|
-
The
|
|
417
|
+
Copyright 2023 The Fuchsia Authors
|
|
685
418
|
|
|
686
|
-
|
|
419
|
+
Permission is hereby granted, free of charge, to any
|
|
420
|
+
person obtaining a copy of this software and associated
|
|
421
|
+
documentation files (the "Software"), to deal in the
|
|
422
|
+
Software without restriction, including without
|
|
423
|
+
limitation the rights to use, copy, modify, merge,
|
|
424
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
425
|
+
the Software, and to permit persons to whom the Software
|
|
426
|
+
is furnished to do so, subject to the following
|
|
427
|
+
conditions:
|
|
687
428
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
692
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
693
|
-
furnished to do so, subject to the following conditions:
|
|
694
|
-
|
|
695
|
-
The above copyright notice and this permission notice shall be included in all
|
|
696
|
-
copies or substantial portions of the Software.
|
|
697
|
-
|
|
698
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
699
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
700
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
701
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
702
|
-
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 THE
|
|
704
|
-
SOFTWARE.
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
````
|
|
708
|
-
|
|
709
|
-
---
|
|
710
|
-
|
|
711
|
-
## The following dependencies are licensed under the MIT License:
|
|
712
|
-
|
|
713
|
-
### Rust Crates:
|
|
714
|
-
|
|
715
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
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)
|
|
746
|
-
|
|
747
|
-
````text
|
|
748
|
-
Permission is hereby granted, free of charge, to any
|
|
749
|
-
person obtaining a copy of this software and associated
|
|
750
|
-
documentation files (the "Software"), to deal in the
|
|
751
|
-
Software without restriction, including without
|
|
752
|
-
limitation the rights to use, copy, modify, merge,
|
|
753
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
754
|
-
the Software, and to permit persons to whom the Software
|
|
755
|
-
is furnished to do so, subject to the following
|
|
756
|
-
conditions:
|
|
757
|
-
|
|
758
|
-
The above copyright notice and this permission notice
|
|
759
|
-
shall be included in all copies or substantial portions
|
|
760
|
-
of the Software.
|
|
761
|
-
|
|
762
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
763
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
764
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
765
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
766
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
767
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
768
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
769
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
770
|
-
DEALINGS IN THE SOFTWARE.
|
|
771
|
-
|
|
772
|
-
````
|
|
773
|
-
|
|
774
|
-
---
|
|
775
|
-
|
|
776
|
-
## The following dependencies are licensed under the MIT License:
|
|
777
|
-
|
|
778
|
-
### Rust Crates:
|
|
779
|
-
|
|
780
|
-
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
781
|
-
|
|
782
|
-
````text
|
|
783
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
784
|
-
|
|
785
|
-
Permission is hereby granted, free of charge, to any
|
|
786
|
-
person obtaining a copy of this software and associated
|
|
787
|
-
documentation files (the "Software"), to deal in the
|
|
788
|
-
Software without restriction, including without
|
|
789
|
-
limitation the rights to use, copy, modify, merge,
|
|
790
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
791
|
-
the Software, and to permit persons to whom the Software
|
|
792
|
-
is furnished to do so, subject to the following
|
|
793
|
-
conditions:
|
|
794
|
-
|
|
795
|
-
The above copyright notice and this permission notice
|
|
796
|
-
shall be included in all copies or substantial portions
|
|
797
|
-
of the Software.
|
|
798
|
-
|
|
799
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
800
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
801
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
802
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
803
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
804
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
805
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
806
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
807
|
-
DEALINGS IN THE SOFTWARE.
|
|
808
|
-
|
|
809
|
-
````
|
|
810
|
-
|
|
811
|
-
---
|
|
812
|
-
|
|
813
|
-
## The following dependencies are licensed under the MIT License:
|
|
814
|
-
|
|
815
|
-
### Rust Crates:
|
|
816
|
-
|
|
817
|
-
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
818
|
-
|
|
819
|
-
````text
|
|
820
|
-
Copyright (c) 2017 Contributors
|
|
821
|
-
|
|
822
|
-
Permission is hereby granted, free of charge, to any
|
|
823
|
-
person obtaining a copy of this software and associated
|
|
824
|
-
documentation files (the "Software"), to deal in the
|
|
825
|
-
Software without restriction, including without
|
|
826
|
-
limitation the rights to use, copy, modify, merge,
|
|
827
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
828
|
-
the Software, and to permit persons to whom the Software
|
|
829
|
-
is furnished to do so, subject to the following
|
|
830
|
-
conditions:
|
|
831
|
-
|
|
832
|
-
The above copyright notice and this permission notice
|
|
833
|
-
shall be included in all copies or substantial portions
|
|
834
|
-
of the Software.
|
|
835
|
-
|
|
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
|
-
|
|
846
|
-
````
|
|
847
|
-
|
|
848
|
-
---
|
|
849
|
-
|
|
850
|
-
## The following dependencies are licensed under the MIT License:
|
|
851
|
-
|
|
852
|
-
### Rust Crates:
|
|
853
|
-
|
|
854
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
855
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
856
|
-
|
|
857
|
-
````text
|
|
858
|
-
The MIT License (MIT)
|
|
859
|
-
|
|
860
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
861
|
-
|
|
862
|
-
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:
|
|
863
|
-
|
|
864
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
865
|
-
|
|
866
|
-
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.
|
|
867
|
-
|
|
868
|
-
````
|
|
869
|
-
|
|
870
|
-
---
|
|
871
|
-
|
|
872
|
-
## The following dependencies are licensed under the MIT License:
|
|
873
|
-
|
|
874
|
-
### Rust Crates:
|
|
875
|
-
|
|
876
|
-
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
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)
|
|
882
|
-
|
|
883
|
-
````text
|
|
884
|
-
Copyright (c) 2019 Tokio Contributors
|
|
885
|
-
|
|
886
|
-
Permission is hereby granted, free of charge, to any
|
|
887
|
-
person obtaining a copy of this software and associated
|
|
888
|
-
documentation files (the "Software"), to deal in the
|
|
889
|
-
Software without restriction, including without
|
|
890
|
-
limitation the rights to use, copy, modify, merge,
|
|
891
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
892
|
-
the Software, and to permit persons to whom the Software
|
|
893
|
-
is furnished to do so, subject to the following
|
|
894
|
-
conditions:
|
|
895
|
-
|
|
896
|
-
The above copyright notice and this permission notice
|
|
897
|
-
shall be included in all copies or substantial portions
|
|
898
|
-
of the Software.
|
|
899
|
-
|
|
900
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
901
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
902
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
903
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
904
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
905
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
906
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
907
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
908
|
-
DEALINGS IN THE SOFTWARE.
|
|
909
|
-
|
|
910
|
-
````
|
|
911
|
-
|
|
912
|
-
---
|
|
913
|
-
|
|
914
|
-
## The following dependencies are licensed under the MIT License:
|
|
915
|
-
|
|
916
|
-
### Rust Crates:
|
|
917
|
-
|
|
918
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
919
|
-
|
|
920
|
-
````text
|
|
921
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
922
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
923
|
-
|
|
924
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
925
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
926
|
-
in the Software without restriction, including without limitation the rights
|
|
927
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
928
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
929
|
-
furnished to do so, subject to the following conditions:
|
|
930
|
-
|
|
931
|
-
The above copyright notice and this permission notice shall be included in all
|
|
932
|
-
copies or substantial portions of the Software.
|
|
933
|
-
|
|
934
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
935
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
936
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
937
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
938
|
-
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 THE
|
|
940
|
-
SOFTWARE.
|
|
941
|
-
|
|
942
|
-
````
|
|
943
|
-
|
|
944
|
-
---
|
|
945
|
-
|
|
946
|
-
## The following dependencies are licensed under the MIT License:
|
|
947
|
-
|
|
948
|
-
### Rust Crates:
|
|
949
|
-
|
|
950
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
951
|
-
|
|
952
|
-
````text
|
|
953
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
954
|
-
Copyright (c) 2016 Jason Housley
|
|
955
|
-
|
|
956
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
957
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
958
|
-
in the Software without restriction, including without limitation the rights
|
|
959
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
960
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
961
|
-
furnished to do so, subject to the following conditions:
|
|
962
|
-
|
|
963
|
-
The above copyright notice and this permission notice shall be included in
|
|
964
|
-
all copies or substantial portions of the Software.
|
|
965
|
-
|
|
966
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
967
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
968
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
969
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
970
|
-
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
|
-
THE SOFTWARE.
|
|
973
|
-
|
|
974
|
-
````
|
|
975
|
-
|
|
976
|
-
---
|
|
977
|
-
|
|
978
|
-
## The following dependencies are licensed under the MIT License:
|
|
979
|
-
|
|
980
|
-
### Rust Crates:
|
|
981
|
-
|
|
982
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
983
|
-
|
|
984
|
-
````text
|
|
985
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
986
|
-
|
|
987
|
-
Permission is hereby granted, free of charge, to any
|
|
988
|
-
person obtaining a copy of this software and associated
|
|
989
|
-
documentation files (the "Software"), to deal in the
|
|
990
|
-
Software without restriction, including without
|
|
991
|
-
limitation the rights to use, copy, modify, merge,
|
|
992
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
993
|
-
the Software, and to permit persons to whom the Software
|
|
994
|
-
is furnished to do so, subject to the following
|
|
995
|
-
conditions:
|
|
996
|
-
|
|
997
|
-
The above copyright notice and this permission notice
|
|
998
|
-
shall be included in all copies or substantial portions
|
|
999
|
-
of the Software.
|
|
1000
|
-
|
|
1001
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1002
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1003
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1004
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1005
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1006
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1007
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1008
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1009
|
-
DEALINGS IN THE SOFTWARE.
|
|
1010
|
-
|
|
1011
|
-
````
|
|
1012
|
-
|
|
1013
|
-
---
|
|
1014
|
-
|
|
1015
|
-
## The following dependencies are licensed under the MIT License:
|
|
1016
|
-
|
|
1017
|
-
### Rust Crates:
|
|
1018
|
-
|
|
1019
|
-
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1020
|
-
|
|
1021
|
-
````text
|
|
1022
|
-
Copyright (c) 2016 Anthony Ramine
|
|
1023
|
-
|
|
1024
|
-
Permission is hereby granted, free of charge, to any
|
|
1025
|
-
person obtaining a copy of this software and associated
|
|
1026
|
-
documentation files (the "Software"), to deal in the
|
|
1027
|
-
Software without restriction, including without
|
|
1028
|
-
limitation the rights to use, copy, modify, merge,
|
|
1029
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1030
|
-
the Software, and to permit persons to whom the Software
|
|
1031
|
-
is furnished to do so, subject to the following
|
|
1032
|
-
conditions:
|
|
1033
|
-
|
|
1034
|
-
The above copyright notice and this permission notice
|
|
1035
|
-
shall be included in all copies or substantial portions
|
|
1036
|
-
of the Software.
|
|
1037
|
-
|
|
1038
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1039
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1040
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1041
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1042
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1043
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1044
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1045
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1046
|
-
DEALINGS IN THE SOFTWARE.
|
|
1047
|
-
|
|
1048
|
-
````
|
|
1049
|
-
|
|
1050
|
-
---
|
|
1051
|
-
|
|
1052
|
-
## The following dependencies are licensed under the MIT License:
|
|
1053
|
-
|
|
1054
|
-
### Rust Crates:
|
|
1055
|
-
|
|
1056
|
-
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
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)
|
|
1060
|
-
|
|
1061
|
-
````text
|
|
1062
|
-
The MIT License (MIT)
|
|
1063
|
-
|
|
1064
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1065
|
-
|
|
1066
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1067
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1068
|
-
in the Software without restriction, including without limitation the rights
|
|
1069
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1070
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1071
|
-
furnished to do so, subject to the following conditions:
|
|
1072
|
-
|
|
1073
|
-
The above copyright notice and this permission notice shall be included in
|
|
1074
|
-
all copies or substantial portions of the Software.
|
|
1075
|
-
|
|
1076
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1077
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1078
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1079
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1080
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1081
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1082
|
-
THE SOFTWARE.
|
|
1083
|
-
|
|
1084
|
-
````
|
|
1085
|
-
|
|
1086
|
-
---
|
|
1087
|
-
|
|
1088
|
-
## The following dependencies are licensed under the MIT License:
|
|
1089
|
-
|
|
1090
|
-
### Rust Crates:
|
|
1091
|
-
|
|
1092
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1093
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1094
|
-
|
|
1095
|
-
````text
|
|
1096
|
-
MIT License
|
|
1097
|
-
|
|
1098
|
-
Copyright (c) 2019 Graham Esau
|
|
1099
|
-
|
|
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:
|
|
1106
|
-
|
|
1107
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1108
|
-
copies or substantial portions of the Software.
|
|
1109
|
-
|
|
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.
|
|
1117
|
-
|
|
1118
|
-
````
|
|
1119
|
-
|
|
1120
|
-
---
|
|
1121
|
-
|
|
1122
|
-
## The following dependencies are licensed under the MIT License:
|
|
1123
|
-
|
|
1124
|
-
### Rust Crates:
|
|
1125
|
-
|
|
1126
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1127
|
-
|
|
1128
|
-
````text
|
|
1129
|
-
Copyright (c) 2017 Daniel Abramov
|
|
1130
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1131
|
-
|
|
1132
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1133
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1134
|
-
in the Software without restriction, including without limitation the rights
|
|
1135
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1136
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1137
|
-
furnished to do so, subject to the following conditions:
|
|
1138
|
-
|
|
1139
|
-
The above copyright notice and this permission notice shall be included in
|
|
1140
|
-
all copies or substantial portions of the Software.
|
|
1141
|
-
|
|
1142
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1143
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1144
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1145
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1146
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1147
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1148
|
-
THE SOFTWARE.
|
|
1149
|
-
|
|
1150
|
-
````
|
|
1151
|
-
|
|
1152
|
-
---
|
|
1153
|
-
|
|
1154
|
-
## The following dependencies are licensed under the MIT License:
|
|
1155
|
-
|
|
1156
|
-
### NPM Packages:
|
|
1157
|
-
|
|
1158
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1159
|
-
|
|
1160
|
-
````text
|
|
1161
|
-
This software is released under the MIT license:
|
|
1162
|
-
|
|
1163
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1164
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1165
|
-
the Software without restriction, including without limitation the rights to
|
|
1166
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1167
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1168
|
-
subject to the following conditions:
|
|
1169
|
-
|
|
1170
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1171
|
-
copies or substantial portions of the Software.
|
|
1172
|
-
|
|
1173
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1174
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1175
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1176
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1177
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1178
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1179
|
-
|
|
1180
|
-
````
|
|
1181
|
-
|
|
1182
|
-
---
|
|
1183
|
-
|
|
1184
|
-
## The following dependencies are licensed under the MIT License:
|
|
1185
|
-
|
|
1186
|
-
### Rust Crates:
|
|
1187
|
-
|
|
1188
|
-
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1189
|
-
|
|
1190
|
-
````text
|
|
1191
|
-
The MIT License (MIT)
|
|
1192
|
-
|
|
1193
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1194
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1195
|
-
|
|
1196
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1197
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1198
|
-
in the Software without restriction, including without limitation the rights
|
|
1199
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1200
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1201
|
-
furnished to do so, subject to the following conditions:
|
|
429
|
+
The above copyright notice and this permission notice
|
|
430
|
+
shall be included in all copies or substantial portions
|
|
431
|
+
of the Software.
|
|
1202
432
|
|
|
1203
|
-
|
|
1204
|
-
|
|
433
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
434
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
435
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
436
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
437
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
438
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
439
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
440
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
441
|
+
DEALINGS IN THE SOFTWARE.
|
|
1205
442
|
|
|
1206
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1207
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1208
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1209
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1210
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1211
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1212
|
-
SOFTWARE.
|
|
1213
443
|
|
|
1214
444
|
````
|
|
1215
445
|
|
|
@@ -1217,115 +447,14 @@ SOFTWARE.
|
|
|
1217
447
|
|
|
1218
448
|
## The following dependencies are licensed under the MIT License:
|
|
1219
449
|
|
|
1220
|
-
###
|
|
450
|
+
### NPM Packages:
|
|
1221
451
|
|
|
1222
|
-
- [
|
|
452
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1223
453
|
|
|
1224
454
|
````text
|
|
1225
455
|
The MIT License (MIT)
|
|
1226
456
|
|
|
1227
|
-
Copyright (c) 2015
|
|
1228
|
-
|
|
1229
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1230
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1231
|
-
in the Software without restriction, including without limitation the rights
|
|
1232
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1233
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1234
|
-
furnished to do so, subject to the following conditions:
|
|
1235
|
-
|
|
1236
|
-
The above copyright notice and this permission notice shall be included in
|
|
1237
|
-
all copies or substantial portions of the Software.
|
|
1238
|
-
|
|
1239
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1240
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1241
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1242
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1243
|
-
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
|
-
THE SOFTWARE.
|
|
1246
|
-
|
|
1247
|
-
````
|
|
1248
|
-
|
|
1249
|
-
---
|
|
1250
|
-
|
|
1251
|
-
## The following dependencies are licensed under the MIT License:
|
|
1252
|
-
|
|
1253
|
-
### Rust Crates:
|
|
1254
|
-
|
|
1255
|
-
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1256
|
-
|
|
1257
|
-
````text
|
|
1258
|
-
Copyright (c) 2015-2025 Sean McArthur
|
|
1259
|
-
|
|
1260
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1261
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1262
|
-
in the Software without restriction, including without limitation the rights
|
|
1263
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1264
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1265
|
-
furnished to do so, subject to the following conditions:
|
|
1266
|
-
|
|
1267
|
-
The above copyright notice and this permission notice shall be included in
|
|
1268
|
-
all copies or substantial portions of the Software.
|
|
1269
|
-
|
|
1270
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1271
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1272
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1273
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1274
|
-
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
|
-
THE SOFTWARE.
|
|
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.
|
|
1313
|
-
|
|
1314
|
-
````
|
|
1315
|
-
|
|
1316
|
-
---
|
|
1317
|
-
|
|
1318
|
-
## The following dependencies are licensed under the MIT License:
|
|
1319
|
-
|
|
1320
|
-
### Rust Crates:
|
|
1321
|
-
|
|
1322
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1323
|
-
|
|
1324
|
-
````text
|
|
1325
|
-
MIT License
|
|
1326
|
-
|
|
1327
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1328
|
-
Copyright (c) Tokio Contributors
|
|
457
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1329
458
|
|
|
1330
459
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1331
460
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1345,42 +474,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1345
474
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1346
475
|
SOFTWARE.
|
|
1347
476
|
|
|
1348
|
-
````
|
|
1349
|
-
|
|
1350
|
-
---
|
|
1351
|
-
|
|
1352
|
-
## The following dependencies are licensed under the MIT License:
|
|
1353
|
-
|
|
1354
|
-
### Rust Crates:
|
|
1355
|
-
|
|
1356
|
-
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1357
|
-
|
|
1358
|
-
````text
|
|
1359
|
-
Copyright (c) 2017 http-rs authors
|
|
1360
|
-
|
|
1361
|
-
Permission is hereby granted, free of charge, to any
|
|
1362
|
-
person obtaining a copy of this software and associated
|
|
1363
|
-
documentation files (the "Software"), to deal in the
|
|
1364
|
-
Software without restriction, including without
|
|
1365
|
-
limitation the rights to use, copy, modify, merge,
|
|
1366
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1367
|
-
the Software, and to permit persons to whom the Software
|
|
1368
|
-
is furnished to do so, subject to the following
|
|
1369
|
-
conditions:
|
|
1370
|
-
|
|
1371
|
-
The above copyright notice and this permission notice
|
|
1372
|
-
shall be included in all copies or substantial portions
|
|
1373
|
-
of the Software.
|
|
1374
|
-
|
|
1375
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1376
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1377
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1378
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1379
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1380
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1381
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1382
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1383
|
-
DEALINGS IN THE SOFTWARE.
|
|
1384
477
|
|
|
1385
478
|
````
|
|
1386
479
|
|
|
@@ -1388,16 +481,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1388
481
|
|
|
1389
482
|
## The following dependencies are licensed under the MIT License:
|
|
1390
483
|
|
|
1391
|
-
###
|
|
484
|
+
### NPM Packages:
|
|
1392
485
|
|
|
1393
|
-
- [
|
|
1394
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1395
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
486
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1396
487
|
|
|
1397
488
|
````text
|
|
1398
489
|
MIT License
|
|
1399
490
|
|
|
1400
|
-
Copyright (c)
|
|
491
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1401
492
|
|
|
1402
493
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1403
494
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1417,43 +508,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1417
508
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1418
509
|
SOFTWARE.
|
|
1419
510
|
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
---
|
|
1423
|
-
|
|
1424
|
-
## The following dependencies are licensed under the MIT License:
|
|
1425
|
-
|
|
1426
|
-
### Rust Crates:
|
|
1427
|
-
|
|
1428
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1429
|
-
|
|
1430
|
-
````text
|
|
1431
|
-
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1432
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1433
|
-
|
|
1434
|
-
Permission is hereby granted, free of charge, to any
|
|
1435
|
-
person obtaining a copy of this software and associated
|
|
1436
|
-
documentation files (the "Software"), to deal in the
|
|
1437
|
-
Software without restriction, including without
|
|
1438
|
-
limitation the rights to use, copy, modify, merge,
|
|
1439
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1440
|
-
the Software, and to permit persons to whom the Software
|
|
1441
|
-
is furnished to do so, subject to the following
|
|
1442
|
-
conditions:
|
|
1443
|
-
|
|
1444
|
-
The above copyright notice and this permission notice
|
|
1445
|
-
shall be included in all copies or substantial portions
|
|
1446
|
-
of the Software.
|
|
1447
|
-
|
|
1448
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1449
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1450
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1451
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1452
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1453
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1454
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1455
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1456
|
-
DEALINGS IN THE SOFTWARE.
|
|
511
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1457
512
|
|
|
1458
513
|
````
|
|
1459
514
|
|
|
@@ -1463,10 +518,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1463
518
|
|
|
1464
519
|
### Rust Crates:
|
|
1465
520
|
|
|
1466
|
-
- [
|
|
521
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1467
522
|
|
|
1468
523
|
````text
|
|
1469
|
-
Copyright (c)
|
|
524
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1470
525
|
|
|
1471
526
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1472
527
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1486,24 +541,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1486
541
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1487
542
|
THE SOFTWARE.
|
|
1488
543
|
|
|
1489
|
-
````
|
|
1490
|
-
|
|
1491
|
-
---
|
|
1492
|
-
|
|
1493
|
-
## The following dependencies are licensed under the MIT License:
|
|
1494
|
-
|
|
1495
|
-
### Rust Crates:
|
|
1496
|
-
|
|
1497
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1498
|
-
|
|
1499
|
-
````text
|
|
1500
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
1501
|
-
|
|
1502
|
-
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:
|
|
1503
|
-
|
|
1504
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1505
|
-
|
|
1506
|
-
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.
|
|
1507
544
|
|
|
1508
545
|
````
|
|
1509
546
|
|
|
@@ -1511,13 +548,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1511
548
|
|
|
1512
549
|
## The following dependencies are licensed under the MIT License:
|
|
1513
550
|
|
|
1514
|
-
###
|
|
551
|
+
### NPM Packages:
|
|
1515
552
|
|
|
1516
|
-
- [
|
|
553
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1517
554
|
|
|
1518
555
|
````text
|
|
1519
|
-
|
|
1520
|
-
|
|
556
|
+
The MIT License (MIT)
|
|
557
|
+
|
|
558
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1521
559
|
|
|
1522
560
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1523
561
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1537,7 +575,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1537
575
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1538
576
|
THE SOFTWARE.
|
|
1539
577
|
|
|
1540
|
-
|
|
1541
578
|
````
|
|
1542
579
|
|
|
1543
580
|
---
|
|
@@ -1546,47 +583,14 @@ THE SOFTWARE.
|
|
|
1546
583
|
|
|
1547
584
|
### Rust Crates:
|
|
1548
585
|
|
|
1549
|
-
- [
|
|
586
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
587
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
588
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1550
589
|
|
|
1551
590
|
````text
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
Permission is hereby granted, free of charge, to any
|
|
1555
|
-
person obtaining a copy of this software and associated
|
|
1556
|
-
documentation files (the "Software"), to deal in the
|
|
1557
|
-
Software without restriction, including without
|
|
1558
|
-
limitation the rights to use, copy, modify, merge,
|
|
1559
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1560
|
-
the Software, and to permit persons to whom the Software
|
|
1561
|
-
is furnished to do so, subject to the following
|
|
1562
|
-
conditions:
|
|
1563
|
-
|
|
1564
|
-
The above copyright notice and this permission notice
|
|
1565
|
-
shall be included in all copies or substantial portions
|
|
1566
|
-
of the Software.
|
|
1567
|
-
|
|
1568
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1569
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1570
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1571
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1572
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1573
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1574
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1575
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1576
|
-
DEALINGS IN THE SOFTWARE.
|
|
1577
|
-
|
|
1578
|
-
````
|
|
1579
|
-
|
|
1580
|
-
---
|
|
1581
|
-
|
|
1582
|
-
## The following dependencies are licensed under the MIT License:
|
|
1583
|
-
|
|
1584
|
-
### Rust Crates:
|
|
1585
|
-
|
|
1586
|
-
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
591
|
+
MIT License
|
|
1587
592
|
|
|
1588
|
-
|
|
1589
|
-
Copyright (c) 2023-2025 Sean McArthur
|
|
593
|
+
Copyright (c) 2017 Ted Driggs
|
|
1590
594
|
|
|
1591
595
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1592
596
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1595,16 +599,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1595
599
|
copies of the Software, and to permit persons to whom the Software is
|
|
1596
600
|
furnished to do so, subject to the following conditions:
|
|
1597
601
|
|
|
1598
|
-
The above copyright notice and this permission notice shall be included in
|
|
1599
|
-
|
|
602
|
+
The above copyright notice and this permission notice shall be included in all
|
|
603
|
+
copies or substantial portions of the Software.
|
|
1600
604
|
|
|
1601
605
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1602
606
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1603
607
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1604
608
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1605
609
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1606
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1607
|
-
|
|
610
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
611
|
+
SOFTWARE.
|
|
1608
612
|
|
|
1609
613
|
````
|
|
1610
614
|
|
|
@@ -1614,10 +618,45 @@ THE SOFTWARE.
|
|
|
1614
618
|
|
|
1615
619
|
### Rust Crates:
|
|
1616
620
|
|
|
1617
|
-
- [
|
|
621
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1618
622
|
|
|
1619
623
|
````text
|
|
1620
|
-
|
|
624
|
+
The MIT License (MIT)
|
|
625
|
+
|
|
626
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
627
|
+
|
|
628
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
629
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
630
|
+
in the Software without restriction, including without limitation the rights
|
|
631
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
632
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
633
|
+
furnished to do so, subject to the following conditions:
|
|
634
|
+
|
|
635
|
+
The above copyright notice and this permission notice shall be included in all
|
|
636
|
+
copies or substantial portions of the Software.
|
|
637
|
+
|
|
638
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
639
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
640
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
641
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
642
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
643
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
644
|
+
SOFTWARE.
|
|
645
|
+
````
|
|
646
|
+
|
|
647
|
+
---
|
|
648
|
+
|
|
649
|
+
## The following dependencies are licensed under the MIT License:
|
|
650
|
+
|
|
651
|
+
### Rust Crates:
|
|
652
|
+
|
|
653
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
654
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
655
|
+
|
|
656
|
+
````text
|
|
657
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
658
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
659
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1621
660
|
|
|
1622
661
|
Permission is hereby granted, free of charge, to any
|
|
1623
662
|
person obtaining a copy of this software and associated
|
|
@@ -1651,14 +690,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1651
690
|
|
|
1652
691
|
### Rust Crates:
|
|
1653
692
|
|
|
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)
|
|
693
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1657
694
|
|
|
1658
695
|
````text
|
|
1659
|
-
MIT License
|
|
696
|
+
The MIT License (MIT)
|
|
1660
697
|
|
|
1661
|
-
Copyright (c)
|
|
698
|
+
Copyright (c) 2015 Alice Maz
|
|
1662
699
|
|
|
1663
700
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1664
701
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1667,16 +704,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1667
704
|
copies of the Software, and to permit persons to whom the Software is
|
|
1668
705
|
furnished to do so, subject to the following conditions:
|
|
1669
706
|
|
|
1670
|
-
The above copyright notice and this permission notice shall be included in
|
|
1671
|
-
copies or substantial portions of the Software.
|
|
707
|
+
The above copyright notice and this permission notice shall be included in
|
|
708
|
+
all copies or substantial portions of the Software.
|
|
1672
709
|
|
|
1673
710
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1674
711
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1675
712
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1676
713
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1677
714
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1678
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1679
|
-
SOFTWARE.
|
|
715
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
716
|
+
THE SOFTWARE.
|
|
1680
717
|
|
|
1681
718
|
````
|
|
1682
719
|
|
|
@@ -1686,10 +723,10 @@ SOFTWARE.
|
|
|
1686
723
|
|
|
1687
724
|
### Rust Crates:
|
|
1688
725
|
|
|
1689
|
-
- [
|
|
726
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1690
727
|
|
|
1691
728
|
````text
|
|
1692
|
-
Copyright (c)
|
|
729
|
+
Copyright (c) 2014 Chris Wong
|
|
1693
730
|
|
|
1694
731
|
Permission is hereby granted, free of charge, to any
|
|
1695
732
|
person obtaining a copy of this software and associated
|
|
@@ -1723,10 +760,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1723
760
|
|
|
1724
761
|
### Rust Crates:
|
|
1725
762
|
|
|
1726
|
-
- [
|
|
763
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1727
764
|
|
|
1728
765
|
````text
|
|
1729
|
-
Copyright
|
|
766
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1730
767
|
|
|
1731
768
|
Permission is hereby granted, free of charge, to any
|
|
1732
769
|
person obtaining a copy of this software and associated
|
|
@@ -1752,7 +789,25 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1752
789
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1753
790
|
DEALINGS IN THE SOFTWARE.
|
|
1754
791
|
|
|
792
|
+
````
|
|
793
|
+
|
|
794
|
+
---
|
|
795
|
+
|
|
796
|
+
## The following dependencies are licensed under the MIT License:
|
|
797
|
+
|
|
798
|
+
### Rust Crates:
|
|
799
|
+
|
|
800
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
801
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
802
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
803
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
804
|
+
|
|
805
|
+
````text
|
|
806
|
+
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:
|
|
807
|
+
|
|
808
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1755
809
|
|
|
810
|
+
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.
|
|
1756
811
|
````
|
|
1757
812
|
|
|
1758
813
|
---
|
|
@@ -1761,12 +816,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1761
816
|
|
|
1762
817
|
### Rust Crates:
|
|
1763
818
|
|
|
1764
|
-
- [
|
|
819
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
820
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1765
821
|
|
|
1766
822
|
````text
|
|
1767
823
|
MIT License
|
|
1768
824
|
|
|
1769
|
-
Copyright (c)
|
|
825
|
+
Copyright (c) 2019 Graham Esau
|
|
1770
826
|
|
|
1771
827
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1772
828
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1785,6 +841,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1785
841
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1786
842
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1787
843
|
SOFTWARE.
|
|
844
|
+
|
|
1788
845
|
````
|
|
1789
846
|
|
|
1790
847
|
---
|
|
@@ -1793,29 +850,43 @@ SOFTWARE.
|
|
|
1793
850
|
|
|
1794
851
|
### Rust Crates:
|
|
1795
852
|
|
|
1796
|
-
- [
|
|
853
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
854
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
855
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
856
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
857
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
858
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
859
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
860
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
861
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1797
862
|
|
|
1798
863
|
````text
|
|
1799
|
-
Copyright (c)
|
|
1800
|
-
|
|
1801
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1802
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1803
|
-
in the Software without restriction, including without limitation the rights
|
|
1804
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1805
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1806
|
-
furnished to do so, subject to the following conditions:
|
|
864
|
+
Copyright (c) 2016 Alex Crichton
|
|
865
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1807
866
|
|
|
1808
|
-
|
|
1809
|
-
|
|
867
|
+
Permission is hereby granted, free of charge, to any
|
|
868
|
+
person obtaining a copy of this software and associated
|
|
869
|
+
documentation files (the "Software"), to deal in the
|
|
870
|
+
Software without restriction, including without
|
|
871
|
+
limitation the rights to use, copy, modify, merge,
|
|
872
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
873
|
+
the Software, and to permit persons to whom the Software
|
|
874
|
+
is furnished to do so, subject to the following
|
|
875
|
+
conditions:
|
|
1810
876
|
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1815
|
-
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
|
-
THE SOFTWARE.
|
|
877
|
+
The above copyright notice and this permission notice
|
|
878
|
+
shall be included in all copies or substantial portions
|
|
879
|
+
of the Software.
|
|
1818
880
|
|
|
881
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
882
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
883
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
884
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
885
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
886
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
887
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
888
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
889
|
+
DEALINGS IN THE SOFTWARE.
|
|
1819
890
|
|
|
1820
891
|
````
|
|
1821
892
|
|
|
@@ -1823,14 +894,16 @@ THE SOFTWARE.
|
|
|
1823
894
|
|
|
1824
895
|
## The following dependencies are licensed under the MIT License:
|
|
1825
896
|
|
|
1826
|
-
###
|
|
897
|
+
### Rust Crates:
|
|
1827
898
|
|
|
1828
|
-
- [
|
|
899
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1829
900
|
|
|
1830
901
|
````text
|
|
1831
|
-
MIT License
|
|
902
|
+
The MIT License (MIT)
|
|
1832
903
|
|
|
1833
|
-
Copyright (c)
|
|
904
|
+
Copyright (c) 2015 Danny Guo
|
|
905
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
906
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1834
907
|
|
|
1835
908
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1836
909
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1858,11 +931,10 @@ SOFTWARE.
|
|
|
1858
931
|
|
|
1859
932
|
### Rust Crates:
|
|
1860
933
|
|
|
1861
|
-
- [
|
|
1862
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
934
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
1863
935
|
|
|
1864
936
|
````text
|
|
1865
|
-
Copyright (c)
|
|
937
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
1866
938
|
|
|
1867
939
|
Permission is hereby granted, free of charge, to any
|
|
1868
940
|
person obtaining a copy of this software and associated
|
|
@@ -1896,10 +968,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1896
968
|
|
|
1897
969
|
### Rust Crates:
|
|
1898
970
|
|
|
1899
|
-
- [
|
|
971
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1900
972
|
|
|
1901
973
|
````text
|
|
1902
|
-
|
|
974
|
+
Copyright (c) 2016--2017
|
|
975
|
+
|
|
976
|
+
Permission is hereby granted, free of charge, to any
|
|
977
|
+
person obtaining a copy of this software and associated
|
|
978
|
+
documentation files (the "Software"), to deal in the
|
|
979
|
+
Software without restriction, including without
|
|
980
|
+
limitation the rights to use, copy, modify, merge,
|
|
981
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
982
|
+
the Software, and to permit persons to whom the Software
|
|
983
|
+
is furnished to do so, subject to the following
|
|
984
|
+
conditions:
|
|
985
|
+
|
|
986
|
+
The above copyright notice and this permission notice
|
|
987
|
+
shall be included in all copies or substantial portions
|
|
988
|
+
of the Software.
|
|
989
|
+
|
|
990
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
991
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
992
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
993
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
994
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
995
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
996
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
997
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
998
|
+
DEALINGS IN THE SOFTWARE.
|
|
999
|
+
|
|
1000
|
+
````
|
|
1001
|
+
|
|
1002
|
+
---
|
|
1003
|
+
|
|
1004
|
+
## The following dependencies are licensed under the MIT License:
|
|
1005
|
+
|
|
1006
|
+
### Rust Crates:
|
|
1007
|
+
|
|
1008
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1009
|
+
|
|
1010
|
+
````text
|
|
1011
|
+
The MIT License (MIT)
|
|
1012
|
+
|
|
1013
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1903
1014
|
|
|
1904
1015
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1905
1016
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1908,16 +1019,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1908
1019
|
copies of the Software, and to permit persons to whom the Software is
|
|
1909
1020
|
furnished to do so, subject to the following conditions:
|
|
1910
1021
|
|
|
1911
|
-
The above copyright notice and this permission notice shall be included in
|
|
1912
|
-
copies or substantial portions of the Software.
|
|
1913
|
-
|
|
1022
|
+
The above copyright notice and this permission notice shall be included in
|
|
1023
|
+
all copies or substantial portions of the Software.
|
|
1024
|
+
|
|
1914
1025
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1915
1026
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1916
1027
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1917
1028
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1918
1029
|
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
|
|
1920
|
-
SOFTWARE.
|
|
1030
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1031
|
+
THE SOFTWARE.
|
|
1921
1032
|
|
|
1922
1033
|
````
|
|
1923
1034
|
|
|
@@ -1927,10 +1038,10 @@ SOFTWARE.
|
|
|
1927
1038
|
|
|
1928
1039
|
### Rust Crates:
|
|
1929
1040
|
|
|
1930
|
-
- [
|
|
1041
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1931
1042
|
|
|
1932
1043
|
````text
|
|
1933
|
-
Copyright (c)
|
|
1044
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1934
1045
|
|
|
1935
1046
|
Permission is hereby granted, free of charge, to any
|
|
1936
1047
|
person obtaining a copy of this software and associated
|
|
@@ -1964,10 +1075,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1964
1075
|
|
|
1965
1076
|
### Rust Crates:
|
|
1966
1077
|
|
|
1967
|
-
- [
|
|
1078
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1968
1079
|
|
|
1969
1080
|
````text
|
|
1970
|
-
Copyright (c)
|
|
1081
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1971
1082
|
|
|
1972
1083
|
Permission is hereby granted, free of charge, to any
|
|
1973
1084
|
person obtaining a copy of this software and associated
|
|
@@ -2001,33 +1112,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2001
1112
|
|
|
2002
1113
|
### Rust Crates:
|
|
2003
1114
|
|
|
2004
|
-
- [
|
|
1115
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2005
1116
|
|
|
2006
1117
|
````text
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
1118
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2010
1119
|
|
|
2011
|
-
Permission is hereby granted, free of charge, to any
|
|
2012
|
-
of this software and associated
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
1120
|
+
Permission is hereby granted, free of charge, to any
|
|
1121
|
+
person obtaining a copy of this software and associated
|
|
1122
|
+
documentation files (the "Software"), to deal in the
|
|
1123
|
+
Software without restriction, including without
|
|
1124
|
+
limitation the rights to use, copy, modify, merge,
|
|
1125
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1126
|
+
the Software, and to permit persons to whom the Software
|
|
1127
|
+
is furnished to do so, subject to the following
|
|
1128
|
+
conditions:
|
|
2017
1129
|
|
|
2018
|
-
The above copyright notice and this permission notice
|
|
2019
|
-
copies or substantial portions
|
|
1130
|
+
The above copyright notice and this permission notice
|
|
1131
|
+
shall be included in all copies or substantial portions
|
|
1132
|
+
of the Software.
|
|
2020
1133
|
|
|
2021
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2022
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
1134
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1135
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1136
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1137
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1138
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1139
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1140
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1141
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1142
|
+
DEALINGS IN THE SOFTWARE.
|
|
2028
1143
|
|
|
2029
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2030
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2031
1144
|
````
|
|
2032
1145
|
|
|
2033
1146
|
---
|
|
@@ -2036,10 +1149,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2036
1149
|
|
|
2037
1150
|
### Rust Crates:
|
|
2038
1151
|
|
|
2039
|
-
- [
|
|
1152
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2040
1153
|
|
|
2041
1154
|
````text
|
|
2042
|
-
Copyright (c)
|
|
1155
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
2043
1156
|
|
|
2044
1157
|
Permission is hereby granted, free of charge, to any
|
|
2045
1158
|
person obtaining a copy of this software and associated
|
|
@@ -2073,29 +1186,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2073
1186
|
|
|
2074
1187
|
### Rust Crates:
|
|
2075
1188
|
|
|
2076
|
-
- [
|
|
1189
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2077
1190
|
|
|
2078
1191
|
````text
|
|
2079
|
-
Copyright (c)
|
|
2080
|
-
|
|
2081
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2082
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2083
|
-
in the Software without restriction, including without limitation the rights
|
|
2084
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2085
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2086
|
-
furnished to do so, subject to the following conditions:
|
|
1192
|
+
Copyright (c) 2017 Robert Grosse
|
|
2087
1193
|
|
|
2088
|
-
|
|
2089
|
-
|
|
1194
|
+
Permission is hereby granted, free of charge, to any
|
|
1195
|
+
person obtaining a copy of this software and associated
|
|
1196
|
+
documentation files (the "Software"), to deal in the
|
|
1197
|
+
Software without restriction, including without
|
|
1198
|
+
limitation the rights to use, copy, modify, merge,
|
|
1199
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1200
|
+
the Software, and to permit persons to whom the Software
|
|
1201
|
+
is furnished to do so, subject to the following
|
|
1202
|
+
conditions:
|
|
2090
1203
|
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2095
|
-
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
|
-
THE SOFTWARE.
|
|
1204
|
+
The above copyright notice and this permission notice
|
|
1205
|
+
shall be included in all copies or substantial portions
|
|
1206
|
+
of the Software.
|
|
2098
1207
|
|
|
1208
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1209
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1210
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1211
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1212
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1213
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1214
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1215
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1216
|
+
DEALINGS IN THE SOFTWARE.
|
|
2099
1217
|
````
|
|
2100
1218
|
|
|
2101
1219
|
---
|
|
@@ -2104,10 +1222,10 @@ THE SOFTWARE.
|
|
|
2104
1222
|
|
|
2105
1223
|
### Rust Crates:
|
|
2106
1224
|
|
|
2107
|
-
- [
|
|
1225
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2108
1226
|
|
|
2109
1227
|
````text
|
|
2110
|
-
Copyright (c)
|
|
1228
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2111
1229
|
|
|
2112
1230
|
Permission is hereby granted, free of charge, to any
|
|
2113
1231
|
person obtaining a copy of this software and associated
|
|
@@ -2139,14 +1257,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2139
1257
|
|
|
2140
1258
|
## The following dependencies are licensed under the MIT License:
|
|
2141
1259
|
|
|
2142
|
-
###
|
|
1260
|
+
### NPM Packages:
|
|
2143
1261
|
|
|
2144
|
-
- [
|
|
1262
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1263
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2145
1264
|
|
|
2146
1265
|
````text
|
|
2147
1266
|
MIT License
|
|
2148
1267
|
|
|
2149
|
-
Copyright (c) 2017
|
|
1268
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2150
1269
|
|
|
2151
1270
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2152
1271
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2172,12 +1291,12 @@ SOFTWARE.
|
|
|
2172
1291
|
|
|
2173
1292
|
## The following dependencies are licensed under the MIT License:
|
|
2174
1293
|
|
|
2175
|
-
###
|
|
1294
|
+
### NPM Packages:
|
|
2176
1295
|
|
|
2177
|
-
- [
|
|
1296
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2178
1297
|
|
|
2179
1298
|
````text
|
|
2180
|
-
|
|
1299
|
+
This software is released under the MIT license:
|
|
2181
1300
|
|
|
2182
1301
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2183
1302
|
this software and associated documentation files (the "Software"), to deal in
|
|
@@ -2191,9 +1310,9 @@ copies or substantial portions of the Software.
|
|
|
2191
1310
|
|
|
2192
1311
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2193
1312
|
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
|
-
|
|
2196
|
-
|
|
1313
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1314
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1315
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2197
1316
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2198
1317
|
|
|
2199
1318
|
````
|
|
@@ -2204,29 +1323,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2204
1323
|
|
|
2205
1324
|
### Rust Crates:
|
|
2206
1325
|
|
|
2207
|
-
- [
|
|
1326
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2208
1327
|
|
|
2209
1328
|
````text
|
|
2210
|
-
Copyright (c)
|
|
2211
|
-
|
|
2212
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2213
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2214
|
-
in the Software without restriction, including without limitation the rights
|
|
2215
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2216
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2217
|
-
furnished to do so, subject to the following conditions:
|
|
1329
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2218
1330
|
|
|
2219
|
-
|
|
2220
|
-
|
|
1331
|
+
Permission is hereby granted, free of charge, to any
|
|
1332
|
+
person obtaining a copy of this software and associated
|
|
1333
|
+
documentation files (the "Software"), to deal in the
|
|
1334
|
+
Software without restriction, including without
|
|
1335
|
+
limitation the rights to use, copy, modify, merge,
|
|
1336
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1337
|
+
the Software, and to permit persons to whom the Software
|
|
1338
|
+
is furnished to do so, subject to the following
|
|
1339
|
+
conditions:
|
|
2221
1340
|
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2226
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2227
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2228
|
-
THE SOFTWARE.
|
|
1341
|
+
The above copyright notice and this permission notice
|
|
1342
|
+
shall be included in all copies or substantial portions
|
|
1343
|
+
of the Software.
|
|
2229
1344
|
|
|
1345
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1346
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1347
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1348
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1349
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1350
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1351
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1352
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1353
|
+
DEALINGS IN THE SOFTWARE.
|
|
2230
1354
|
|
|
2231
1355
|
````
|
|
2232
1356
|
|
|
@@ -2236,30 +1360,60 @@ THE SOFTWARE.
|
|
|
2236
1360
|
|
|
2237
1361
|
### Rust Crates:
|
|
2238
1362
|
|
|
2239
|
-
- [
|
|
1363
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1364
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1365
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1366
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1367
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1368
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1369
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1370
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1371
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1372
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1373
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1374
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1375
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1376
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1377
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1378
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1379
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1380
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1381
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1382
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1383
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1384
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1385
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1386
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1387
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1388
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1389
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1390
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1391
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2240
1392
|
|
|
2241
1393
|
````text
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
furnished to do so, subject to the following conditions:
|
|
1394
|
+
Permission is hereby granted, free of charge, to any
|
|
1395
|
+
person obtaining a copy of this software and associated
|
|
1396
|
+
documentation files (the "Software"), to deal in the
|
|
1397
|
+
Software without restriction, including without
|
|
1398
|
+
limitation the rights to use, copy, modify, merge,
|
|
1399
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1400
|
+
the Software, and to permit persons to whom the Software
|
|
1401
|
+
is furnished to do so, subject to the following
|
|
1402
|
+
conditions:
|
|
2252
1403
|
|
|
2253
|
-
The above copyright notice and this permission notice
|
|
2254
|
-
copies or substantial portions
|
|
1404
|
+
The above copyright notice and this permission notice
|
|
1405
|
+
shall be included in all copies or substantial portions
|
|
1406
|
+
of the Software.
|
|
2255
1407
|
|
|
2256
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2257
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
1408
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1409
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1410
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1411
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1412
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1413
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1414
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1415
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1416
|
+
DEALINGS IN THE SOFTWARE.
|
|
2263
1417
|
|
|
2264
1418
|
````
|
|
2265
1419
|
|
|
@@ -2267,33 +1421,36 @@ SOFTWARE.
|
|
|
2267
1421
|
|
|
2268
1422
|
## The following dependencies are licensed under the MIT License:
|
|
2269
1423
|
|
|
2270
|
-
###
|
|
1424
|
+
### Rust Crates:
|
|
2271
1425
|
|
|
2272
|
-
- [
|
|
2273
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
1426
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2274
1427
|
|
|
2275
1428
|
````text
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
Copyright (c) Microsoft Corporation.
|
|
1429
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2279
1430
|
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
1431
|
+
Permission is hereby granted, free of charge, to any
|
|
1432
|
+
person obtaining a copy of this software and associated
|
|
1433
|
+
documentation files (the "Software"), to deal in the
|
|
1434
|
+
Software without restriction, including without
|
|
1435
|
+
limitation the rights to use, copy, modify, merge,
|
|
1436
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1437
|
+
the Software, and to permit persons to whom the Software
|
|
1438
|
+
is furnished to do so, subject to the following
|
|
1439
|
+
conditions:
|
|
2286
1440
|
|
|
2287
|
-
|
|
2288
|
-
|
|
1441
|
+
The above copyright notice and this permission notice
|
|
1442
|
+
shall be included in all copies or substantial portions
|
|
1443
|
+
of the Software.
|
|
2289
1444
|
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
1445
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1446
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1447
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1448
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1449
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1450
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1451
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1452
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1453
|
+
DEALINGS IN THE SOFTWARE.
|
|
2297
1454
|
|
|
2298
1455
|
````
|
|
2299
1456
|
|
|
@@ -2301,32 +1458,38 @@ SOFTWARE.
|
|
|
2301
1458
|
|
|
2302
1459
|
## The following dependencies are licensed under the MIT License:
|
|
2303
1460
|
|
|
2304
|
-
###
|
|
1461
|
+
### Rust Crates:
|
|
2305
1462
|
|
|
2306
|
-
- [
|
|
1463
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1464
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1465
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2307
1466
|
|
|
2308
1467
|
````text
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1468
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2312
1469
|
|
|
2313
|
-
Permission is hereby granted, free of charge, to any
|
|
2314
|
-
of this software and associated
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
1470
|
+
Permission is hereby granted, free of charge, to any
|
|
1471
|
+
person obtaining a copy of this software and associated
|
|
1472
|
+
documentation files (the "Software"), to deal in the
|
|
1473
|
+
Software without restriction, including without
|
|
1474
|
+
limitation the rights to use, copy, modify, merge,
|
|
1475
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1476
|
+
the Software, and to permit persons to whom the Software
|
|
1477
|
+
is furnished to do so, subject to the following
|
|
1478
|
+
conditions:
|
|
2319
1479
|
|
|
2320
|
-
The above copyright notice and this permission notice
|
|
2321
|
-
copies or substantial portions
|
|
1480
|
+
The above copyright notice and this permission notice
|
|
1481
|
+
shall be included in all copies or substantial portions
|
|
1482
|
+
of the Software.
|
|
2322
1483
|
|
|
2323
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2324
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
1484
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1485
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1486
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1487
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1488
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1489
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1490
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1491
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1492
|
+
DEALINGS IN THE SOFTWARE.
|
|
2330
1493
|
|
|
2331
1494
|
````
|
|
2332
1495
|
|
|
@@ -2336,10 +1499,10 @@ SOFTWARE.
|
|
|
2336
1499
|
|
|
2337
1500
|
### Rust Crates:
|
|
2338
1501
|
|
|
2339
|
-
- [
|
|
1502
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2340
1503
|
|
|
2341
1504
|
````text
|
|
2342
|
-
Copyright (c)
|
|
1505
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2343
1506
|
|
|
2344
1507
|
Permission is hereby granted, free of charge, to any
|
|
2345
1508
|
person obtaining a copy of this software and associated
|
|
@@ -2373,32 +1536,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2373
1536
|
|
|
2374
1537
|
### Rust Crates:
|
|
2375
1538
|
|
|
2376
|
-
- [
|
|
1539
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2377
1540
|
|
|
2378
1541
|
````text
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
Copyright (c) 2015 Danny Guo
|
|
2382
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2383
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1542
|
+
Copyright (c) 2018 Carl Lerche
|
|
2384
1543
|
|
|
2385
|
-
Permission is hereby granted, free of charge, to any
|
|
2386
|
-
of this software and associated
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
1544
|
+
Permission is hereby granted, free of charge, to any
|
|
1545
|
+
person obtaining a copy of this software and associated
|
|
1546
|
+
documentation files (the "Software"), to deal in the
|
|
1547
|
+
Software without restriction, including without
|
|
1548
|
+
limitation the rights to use, copy, modify, merge,
|
|
1549
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1550
|
+
the Software, and to permit persons to whom the Software
|
|
1551
|
+
is furnished to do so, subject to the following
|
|
1552
|
+
conditions:
|
|
2391
1553
|
|
|
2392
|
-
The above copyright notice and this permission notice
|
|
2393
|
-
copies or substantial portions
|
|
1554
|
+
The above copyright notice and this permission notice
|
|
1555
|
+
shall be included in all copies or substantial portions
|
|
1556
|
+
of the Software.
|
|
2394
1557
|
|
|
2395
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2396
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
1558
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1559
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1560
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1561
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1562
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1563
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1564
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1565
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1566
|
+
DEALINGS IN THE SOFTWARE.
|
|
2402
1567
|
|
|
2403
1568
|
````
|
|
2404
1569
|
|
|
@@ -2408,15 +1573,10 @@ SOFTWARE.
|
|
|
2408
1573
|
|
|
2409
1574
|
### Rust Crates:
|
|
2410
1575
|
|
|
2411
|
-
- [
|
|
2412
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2413
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
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)
|
|
1576
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2417
1577
|
|
|
2418
1578
|
````text
|
|
2419
|
-
Copyright (c)
|
|
1579
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2420
1580
|
|
|
2421
1581
|
Permission is hereby granted, free of charge, to any
|
|
2422
1582
|
person obtaining a copy of this software and associated
|
|
@@ -2450,10 +1610,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2450
1610
|
|
|
2451
1611
|
### Rust Crates:
|
|
2452
1612
|
|
|
2453
|
-
- [
|
|
1613
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2454
1614
|
|
|
2455
1615
|
````text
|
|
2456
|
-
Copyright
|
|
1616
|
+
Copyright (c) 2016--2023
|
|
2457
1617
|
|
|
2458
1618
|
Permission is hereby granted, free of charge, to any
|
|
2459
1619
|
person obtaining a copy of this software and associated
|
|
@@ -2487,12 +1647,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2487
1647
|
|
|
2488
1648
|
### Rust Crates:
|
|
2489
1649
|
|
|
2490
|
-
- [
|
|
1650
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1651
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1652
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1653
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2491
1654
|
|
|
2492
1655
|
````text
|
|
2493
|
-
MIT License
|
|
1656
|
+
The MIT License (MIT)
|
|
2494
1657
|
|
|
2495
|
-
Copyright (c)
|
|
1658
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2496
1659
|
|
|
2497
1660
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2498
1661
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2501,16 +1664,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2501
1664
|
copies of the Software, and to permit persons to whom the Software is
|
|
2502
1665
|
furnished to do so, subject to the following conditions:
|
|
2503
1666
|
|
|
2504
|
-
The above copyright notice and this permission notice shall be included in
|
|
2505
|
-
copies or substantial portions of the Software.
|
|
1667
|
+
The above copyright notice and this permission notice shall be included in
|
|
1668
|
+
all copies or substantial portions of the Software.
|
|
2506
1669
|
|
|
2507
1670
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2508
1671
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2509
1672
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2510
1673
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2511
1674
|
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.
|
|
1675
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1676
|
+
THE SOFTWARE.
|
|
2514
1677
|
|
|
2515
1678
|
````
|
|
2516
1679
|
|
|
@@ -2518,15 +1681,14 @@ SOFTWARE.
|
|
|
2518
1681
|
|
|
2519
1682
|
## The following dependencies are licensed under the MIT License:
|
|
2520
1683
|
|
|
2521
|
-
###
|
|
1684
|
+
### Rust Crates:
|
|
2522
1685
|
|
|
2523
|
-
- [
|
|
2524
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1686
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2525
1687
|
|
|
2526
1688
|
````text
|
|
2527
1689
|
MIT License
|
|
2528
1690
|
|
|
2529
|
-
Copyright (c)
|
|
1691
|
+
Copyright (c) 2025 rutrum
|
|
2530
1692
|
|
|
2531
1693
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2532
1694
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2545,26 +1707,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2545
1707
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2546
1708
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2547
1709
|
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.
|
|
2567
|
-
|
|
2568
1710
|
````
|
|
2569
1711
|
|
|
2570
1712
|
---
|
|
@@ -2573,10 +1715,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2573
1715
|
|
|
2574
1716
|
### Rust Crates:
|
|
2575
1717
|
|
|
2576
|
-
- [
|
|
1718
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1719
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2577
1720
|
|
|
2578
1721
|
````text
|
|
2579
|
-
Copyright (c)
|
|
1722
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2580
1723
|
|
|
2581
1724
|
Permission is hereby granted, free of charge, to any
|
|
2582
1725
|
person obtaining a copy of this software and associated
|
|
@@ -2610,33 +1753,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2610
1753
|
|
|
2611
1754
|
### Rust Crates:
|
|
2612
1755
|
|
|
2613
|
-
- [
|
|
2614
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
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)
|
|
1756
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2620
1757
|
|
|
2621
1758
|
````text
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
Copyright (c) <year> <copyright holders>
|
|
1759
|
+
Copyright (c) 2017 http-rs authors
|
|
2625
1760
|
|
|
2626
|
-
Permission is hereby granted, free of charge, to any
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
1761
|
+
Permission is hereby granted, free of charge, to any
|
|
1762
|
+
person obtaining a copy of this software and associated
|
|
1763
|
+
documentation files (the "Software"), to deal in the
|
|
1764
|
+
Software without restriction, including without
|
|
1765
|
+
limitation the rights to use, copy, modify, merge,
|
|
1766
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1767
|
+
the Software, and to permit persons to whom the Software
|
|
1768
|
+
is furnished to do so, subject to the following
|
|
1769
|
+
conditions:
|
|
2631
1770
|
|
|
2632
|
-
The above copyright notice and this permission notice
|
|
2633
|
-
|
|
1771
|
+
The above copyright notice and this permission notice
|
|
1772
|
+
shall be included in all copies or substantial portions
|
|
1773
|
+
of the Software.
|
|
2634
1774
|
|
|
2635
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
1775
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1776
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1777
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1778
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1779
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1780
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1781
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1782
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1783
|
+
DEALINGS IN THE SOFTWARE.
|
|
2640
1784
|
|
|
2641
1785
|
````
|
|
2642
1786
|
|
|
@@ -2646,10 +1790,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2646
1790
|
|
|
2647
1791
|
### Rust Crates:
|
|
2648
1792
|
|
|
2649
|
-
- [
|
|
1793
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2650
1794
|
|
|
2651
1795
|
````text
|
|
2652
|
-
Copyright
|
|
1796
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2653
1797
|
|
|
2654
1798
|
Permission is hereby granted, free of charge, to any
|
|
2655
1799
|
person obtaining a copy of this software and associated
|
|
@@ -2683,10 +1827,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2683
1827
|
|
|
2684
1828
|
### Rust Crates:
|
|
2685
1829
|
|
|
2686
|
-
- [
|
|
1830
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2687
1831
|
|
|
2688
1832
|
````text
|
|
2689
|
-
Copyright (c)
|
|
1833
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2690
1834
|
|
|
2691
1835
|
Permission is hereby granted, free of charge, to any
|
|
2692
1836
|
person obtaining a copy of this software and associated
|
|
@@ -2720,12 +1864,40 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2720
1864
|
|
|
2721
1865
|
### Rust Crates:
|
|
2722
1866
|
|
|
2723
|
-
- [
|
|
2724
|
-
|
|
1867
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1868
|
+
|
|
1869
|
+
````text
|
|
1870
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1871
|
+
|
|
1872
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1873
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1874
|
+
in the Software without restriction, including without limitation the rights
|
|
1875
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1876
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1877
|
+
furnished to do so, subject to the following conditions:
|
|
1878
|
+
|
|
1879
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1880
|
+
copies or substantial portions of the Software.
|
|
1881
|
+
|
|
1882
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1883
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1884
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1885
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1886
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1887
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1888
|
+
SOFTWARE.
|
|
1889
|
+
|
|
1890
|
+
````
|
|
1891
|
+
|
|
1892
|
+
---
|
|
1893
|
+
|
|
1894
|
+
## The following dependencies are licensed under the MIT License:
|
|
1895
|
+
|
|
1896
|
+
### Rust Crates:
|
|
1897
|
+
|
|
1898
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
2725
1899
|
|
|
2726
1900
|
````text
|
|
2727
|
-
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2728
|
-
|
|
2729
1901
|
Permission is hereby granted, free of charge, to any
|
|
2730
1902
|
person obtaining a copy of this software and associated
|
|
2731
1903
|
documentation files (the "Software"), to deal in the
|
|
@@ -2749,7 +1921,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2749
1921
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2750
1922
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2751
1923
|
DEALINGS IN THE SOFTWARE.
|
|
2752
|
-
|
|
2753
1924
|
````
|
|
2754
1925
|
|
|
2755
1926
|
---
|
|
@@ -2758,17 +1929,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2758
1929
|
|
|
2759
1930
|
### Rust Crates:
|
|
2760
1931
|
|
|
2761
|
-
- [
|
|
2762
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2763
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2764
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1932
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2765
1933
|
|
|
2766
1934
|
````text
|
|
2767
|
-
|
|
1935
|
+
MIT License
|
|
2768
1936
|
|
|
2769
|
-
|
|
1937
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1938
|
+
|
|
1939
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1940
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1941
|
+
in the Software without restriction, including without limitation the rights
|
|
1942
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1943
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1944
|
+
furnished to do so, subject to the following conditions:
|
|
1945
|
+
|
|
1946
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1947
|
+
copies or substantial portions of the Software.
|
|
1948
|
+
|
|
1949
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1950
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1951
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1952
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1953
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1954
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1955
|
+
SOFTWARE.
|
|
2770
1956
|
|
|
2771
|
-
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.
|
|
2772
1957
|
````
|
|
2773
1958
|
|
|
2774
1959
|
---
|
|
@@ -2777,10 +1962,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2777
1962
|
|
|
2778
1963
|
### Rust Crates:
|
|
2779
1964
|
|
|
2780
|
-
- [
|
|
1965
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2781
1966
|
|
|
2782
1967
|
````text
|
|
2783
|
-
Copyright
|
|
1968
|
+
Copyright Mozilla Foundation
|
|
2784
1969
|
|
|
2785
1970
|
Permission is hereby granted, free of charge, to any
|
|
2786
1971
|
person obtaining a copy of this software and associated
|
|
@@ -2814,10 +1999,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2814
1999
|
|
|
2815
2000
|
### Rust Crates:
|
|
2816
2001
|
|
|
2817
|
-
- [
|
|
2002
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2818
2003
|
|
|
2819
2004
|
````text
|
|
2820
|
-
Copyright (c)
|
|
2005
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2821
2006
|
|
|
2822
2007
|
Permission is hereby granted, free of charge, to any
|
|
2823
2008
|
person obtaining a copy of this software and associated
|
|
@@ -2851,10 +2036,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2851
2036
|
|
|
2852
2037
|
### Rust Crates:
|
|
2853
2038
|
|
|
2854
|
-
- [
|
|
2039
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2040
|
+
|
|
2041
|
+
````text
|
|
2042
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2043
|
+
|
|
2044
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2045
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2046
|
+
in the Software without restriction, including without limitation the rights
|
|
2047
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2048
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2049
|
+
furnished to do so, subject to the following conditions:
|
|
2050
|
+
|
|
2051
|
+
The above copyright notice and this permission notice shall be included in
|
|
2052
|
+
all copies or substantial portions of the Software.
|
|
2053
|
+
|
|
2054
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2055
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2056
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2057
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2058
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2059
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2060
|
+
THE SOFTWARE.
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
````
|
|
2064
|
+
|
|
2065
|
+
---
|
|
2066
|
+
|
|
2067
|
+
## The following dependencies are licensed under the MIT License:
|
|
2068
|
+
|
|
2069
|
+
### Rust Crates:
|
|
2070
|
+
|
|
2071
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2072
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2073
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2074
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2075
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2076
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2855
2077
|
|
|
2856
2078
|
````text
|
|
2857
|
-
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2858
2079
|
Copyright (c) 2014 The Rust Project Developers
|
|
2859
2080
|
|
|
2860
2081
|
Permission is hereby granted, free of charge, to any
|
|
@@ -2889,12 +2110,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2889
2110
|
|
|
2890
2111
|
### Rust Crates:
|
|
2891
2112
|
|
|
2892
|
-
- [
|
|
2113
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2114
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2893
2115
|
|
|
2894
2116
|
````text
|
|
2895
2117
|
The MIT License (MIT)
|
|
2896
2118
|
|
|
2897
|
-
Copyright (c) 2015
|
|
2119
|
+
Copyright (c) 2015 Steven Fackler
|
|
2120
|
+
|
|
2121
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2122
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2123
|
+
the Software without restriction, including without limitation the rights to
|
|
2124
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2125
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2126
|
+
subject to the following conditions:
|
|
2127
|
+
|
|
2128
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2129
|
+
copies or substantial portions of the Software.
|
|
2130
|
+
|
|
2131
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2132
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2133
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2134
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2135
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2136
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2137
|
+
|
|
2138
|
+
````
|
|
2139
|
+
|
|
2140
|
+
---
|
|
2141
|
+
|
|
2142
|
+
## The following dependencies are licensed under the MIT License:
|
|
2143
|
+
|
|
2144
|
+
### Rust Crates:
|
|
2145
|
+
|
|
2146
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2147
|
+
|
|
2148
|
+
````text
|
|
2149
|
+
MIT License
|
|
2150
|
+
|
|
2151
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2898
2152
|
|
|
2899
2153
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2900
2154
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2903,16 +2157,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2903
2157
|
copies of the Software, and to permit persons to whom the Software is
|
|
2904
2158
|
furnished to do so, subject to the following conditions:
|
|
2905
2159
|
|
|
2906
|
-
The above copyright notice and this permission notice shall be included in
|
|
2907
|
-
|
|
2160
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2161
|
+
copies or substantial portions of the Software.
|
|
2908
2162
|
|
|
2909
2163
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2910
2164
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2911
2165
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2912
2166
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2913
2167
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2914
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2915
|
-
|
|
2168
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2169
|
+
SOFTWARE.
|
|
2916
2170
|
|
|
2917
2171
|
````
|
|
2918
2172
|
|
|
@@ -2922,12 +2176,10 @@ THE SOFTWARE.
|
|
|
2922
2176
|
|
|
2923
2177
|
### Rust Crates:
|
|
2924
2178
|
|
|
2925
|
-
- [
|
|
2926
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2927
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2179
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2928
2180
|
|
|
2929
2181
|
````text
|
|
2930
|
-
Copyright (c)
|
|
2182
|
+
Copyright (c) 2019 Carl Lerche
|
|
2931
2183
|
|
|
2932
2184
|
Permission is hereby granted, free of charge, to any
|
|
2933
2185
|
person obtaining a copy of this software and associated
|
|
@@ -2961,30 +2213,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2961
2213
|
|
|
2962
2214
|
### Rust Crates:
|
|
2963
2215
|
|
|
2964
|
-
- [
|
|
2965
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2216
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2966
2217
|
|
|
2967
2218
|
````text
|
|
2968
|
-
The
|
|
2969
|
-
|
|
2970
|
-
Copyright (c) 2015 Steven Fackler
|
|
2219
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2220
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2971
2221
|
|
|
2972
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2973
|
-
this software and associated documentation files (the "Software"), to deal
|
|
2974
|
-
the Software without restriction, including without limitation the rights
|
|
2975
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2976
|
-
the Software, and to permit persons to whom the Software is
|
|
2977
|
-
subject to the following conditions:
|
|
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:
|
|
2978
2228
|
|
|
2979
2229
|
The above copyright notice and this permission notice shall be included in all
|
|
2980
2230
|
copies or substantial portions of the Software.
|
|
2981
2231
|
|
|
2982
2232
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2983
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2984
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2985
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2986
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2987
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
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.
|
|
2988
2239
|
|
|
2989
2240
|
````
|
|
2990
2241
|
|
|
@@ -2994,10 +2245,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2994
2245
|
|
|
2995
2246
|
### Rust Crates:
|
|
2996
2247
|
|
|
2997
|
-
- [
|
|
2248
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2249
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2250
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2251
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2998
2252
|
|
|
2999
2253
|
````text
|
|
3000
|
-
Copyright (c)
|
|
2254
|
+
Copyright (c) 2019 Tokio Contributors
|
|
3001
2255
|
|
|
3002
2256
|
Permission is hereby granted, free of charge, to any
|
|
3003
2257
|
person obtaining a copy of this software and associated
|
|
@@ -3031,34 +2285,98 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3031
2285
|
|
|
3032
2286
|
### Rust Crates:
|
|
3033
2287
|
|
|
3034
|
-
- [
|
|
2288
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3035
2289
|
|
|
3036
2290
|
````text
|
|
3037
|
-
Copyright (c)
|
|
2291
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2292
|
+
Copyright (c) 2016 Alex Crichton
|
|
3038
2293
|
|
|
3039
|
-
Permission is hereby granted, free of charge, to any
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
2294
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2295
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2296
|
+
in the Software without restriction, including without limitation the rights
|
|
2297
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2298
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2299
|
+
furnished to do so, subject to the following conditions:
|
|
2300
|
+
|
|
2301
|
+
The above copyright notice and this permission notice shall be included in
|
|
2302
|
+
all copies or substantial portions of the Software.
|
|
2303
|
+
|
|
2304
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2305
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2306
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2307
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2308
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2309
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2310
|
+
THE SOFTWARE.
|
|
2311
|
+
|
|
2312
|
+
|
|
2313
|
+
````
|
|
2314
|
+
|
|
2315
|
+
---
|
|
2316
|
+
|
|
2317
|
+
## The following dependencies are licensed under the MIT License:
|
|
2318
|
+
|
|
2319
|
+
### Rust Crates:
|
|
2320
|
+
|
|
2321
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2322
|
+
|
|
2323
|
+
````text
|
|
2324
|
+
The MIT License (MIT)
|
|
2325
|
+
|
|
2326
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
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
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2347
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2348
|
+
````
|
|
2349
|
+
|
|
2350
|
+
---
|
|
2351
|
+
|
|
2352
|
+
## The following dependencies are licensed under the MIT License:
|
|
2353
|
+
|
|
2354
|
+
### NPM Packages:
|
|
2355
|
+
|
|
2356
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
|
|
2357
|
+
|
|
2358
|
+
````text
|
|
2359
|
+
MIT License
|
|
3048
2360
|
|
|
3049
|
-
|
|
3050
|
-
shall be included in all copies or substantial portions
|
|
3051
|
-
of the Software.
|
|
2361
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3052
2362
|
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
2363
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2364
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2365
|
+
in the Software without restriction, including without limitation the rights
|
|
2366
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2367
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2368
|
+
furnished to do so, subject to the following conditions:
|
|
2369
|
+
|
|
2370
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2371
|
+
copies or substantial portions of the Software.
|
|
2372
|
+
|
|
2373
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2374
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2375
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2376
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2377
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2378
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2379
|
+
SOFTWARE.
|
|
3062
2380
|
|
|
3063
2381
|
````
|
|
3064
2382
|
|
|
@@ -3066,36 +2384,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3066
2384
|
|
|
3067
2385
|
## The following dependencies are licensed under the MIT License:
|
|
3068
2386
|
|
|
3069
|
-
###
|
|
2387
|
+
### NPM Packages:
|
|
3070
2388
|
|
|
3071
|
-
- [
|
|
2389
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3072
2390
|
|
|
3073
2391
|
````text
|
|
3074
|
-
|
|
2392
|
+
MIT License
|
|
3075
2393
|
|
|
3076
|
-
|
|
3077
|
-
person obtaining a copy of this software and associated
|
|
3078
|
-
documentation files (the "Software"), to deal in the
|
|
3079
|
-
Software without restriction, including without
|
|
3080
|
-
limitation the rights to use, copy, modify, merge,
|
|
3081
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3082
|
-
the Software, and to permit persons to whom the Software
|
|
3083
|
-
is furnished to do so, subject to the following
|
|
3084
|
-
conditions:
|
|
2394
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3085
2395
|
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
2396
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2397
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2398
|
+
in the Software without restriction, including without limitation the rights
|
|
2399
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2400
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2401
|
+
furnished to do so, subject to the following conditions:
|
|
3089
2402
|
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
IN
|
|
3098
|
-
|
|
2403
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2404
|
+
copies or substantial portions of the Software.
|
|
2405
|
+
|
|
2406
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2407
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2408
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2409
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2410
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2411
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2412
|
+
SOFTWARE.
|
|
3099
2413
|
|
|
3100
2414
|
````
|
|
3101
2415
|
|
|
@@ -3105,17 +2419,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3105
2419
|
|
|
3106
2420
|
### Rust Crates:
|
|
3107
2421
|
|
|
3108
|
-
- [
|
|
2422
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3109
2423
|
|
|
3110
2424
|
````text
|
|
3111
|
-
|
|
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
|
|
2425
|
+
MIT License
|
|
3118
2426
|
|
|
2427
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2428
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2429
|
+
Copyright (c) 2017 Frommi
|
|
2430
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3119
2431
|
|
|
3120
2432
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3121
2433
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3143,34 +2455,27 @@ SOFTWARE.
|
|
|
3143
2455
|
|
|
3144
2456
|
### Rust Crates:
|
|
3145
2457
|
|
|
3146
|
-
- [
|
|
2458
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3147
2459
|
|
|
3148
2460
|
````text
|
|
3149
|
-
Copyright (
|
|
2461
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3150
2462
|
|
|
3151
|
-
Permission is hereby granted, free of charge, to any
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
the Software, and to permit persons to whom the Software
|
|
3158
|
-
is furnished to do so, subject to the following
|
|
3159
|
-
conditions:
|
|
2463
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2464
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2465
|
+
the Software without restriction, including without limitation the rights to
|
|
2466
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2467
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2468
|
+
subject to the following conditions:
|
|
3160
2469
|
|
|
3161
|
-
The above copyright notice and this permission notice
|
|
3162
|
-
|
|
3163
|
-
of the Software.
|
|
2470
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2471
|
+
copies or substantial portions of the Software.
|
|
3164
2472
|
|
|
3165
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3172
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3173
|
-
DEALINGS IN THE SOFTWARE.
|
|
2473
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2474
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2475
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2476
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2477
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2478
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3174
2479
|
|
|
3175
2480
|
````
|
|
3176
2481
|
|
|
@@ -3180,10 +2485,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3180
2485
|
|
|
3181
2486
|
### Rust Crates:
|
|
3182
2487
|
|
|
3183
|
-
- [
|
|
2488
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3184
2489
|
|
|
3185
2490
|
````text
|
|
3186
|
-
Copyright (c) The
|
|
2491
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3187
2492
|
|
|
3188
2493
|
Permission is hereby granted, free of charge, to any
|
|
3189
2494
|
person obtaining a copy of this software and associated
|
|
@@ -3217,13 +2522,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3217
2522
|
|
|
3218
2523
|
### Rust Crates:
|
|
3219
2524
|
|
|
3220
|
-
- [
|
|
3221
|
-
- [
|
|
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)
|
|
2525
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2526
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3224
2527
|
|
|
3225
2528
|
````text
|
|
3226
|
-
Copyright (c)
|
|
2529
|
+
Copyright (c) 2014 Alex Crichton
|
|
3227
2530
|
|
|
3228
2531
|
Permission is hereby granted, free of charge, to any
|
|
3229
2532
|
person obtaining a copy of this software and associated
|
|
@@ -3257,10 +2560,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3257
2560
|
|
|
3258
2561
|
### Rust Crates:
|
|
3259
2562
|
|
|
3260
|
-
- [
|
|
2563
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3261
2564
|
|
|
3262
2565
|
````text
|
|
3263
|
-
Copyright (c)
|
|
2566
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3264
2567
|
|
|
3265
2568
|
Permission is hereby granted, free of charge, to any
|
|
3266
2569
|
person obtaining a copy of this software and associated
|
|
@@ -3292,14 +2595,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3292
2595
|
|
|
3293
2596
|
## The following dependencies are licensed under the MIT License:
|
|
3294
2597
|
|
|
3295
|
-
###
|
|
2598
|
+
### Rust Crates:
|
|
3296
2599
|
|
|
3297
|
-
- [
|
|
2600
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3298
2601
|
|
|
3299
2602
|
````text
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2603
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3303
2604
|
|
|
3304
2605
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3305
2606
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3308,18 +2609,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3308
2609
|
copies of the Software, and to permit persons to whom the Software is
|
|
3309
2610
|
furnished to do so, subject to the following conditions:
|
|
3310
2611
|
|
|
3311
|
-
The above copyright notice and this permission notice shall be included in
|
|
3312
|
-
copies or substantial portions of the Software.
|
|
2612
|
+
The above copyright notice and this permission notice shall be included in
|
|
2613
|
+
all copies or substantial portions of the Software.
|
|
3313
2614
|
|
|
3314
2615
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3315
2616
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3316
2617
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3317
2618
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3318
2619
|
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
|
|
3320
|
-
SOFTWARE.
|
|
3321
|
-
|
|
3322
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2620
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2621
|
+
THE SOFTWARE.
|
|
3323
2622
|
|
|
3324
2623
|
````
|
|
3325
2624
|
|
|
@@ -3329,33 +2628,16 @@ SOFTWARE.
|
|
|
3329
2628
|
|
|
3330
2629
|
### Rust Crates:
|
|
3331
2630
|
|
|
3332
|
-
- [
|
|
2631
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3333
2632
|
|
|
3334
2633
|
````text
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3338
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3339
|
-
Copyright (c) 2017 Frommi
|
|
3340
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2634
|
+
Copyright 2016 Nika Layzell
|
|
3341
2635
|
|
|
3342
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3343
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3344
|
-
in the Software without restriction, including without limitation the rights
|
|
3345
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3346
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3347
|
-
furnished to do so, subject to the following conditions:
|
|
2636
|
+
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:
|
|
3348
2637
|
|
|
3349
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3350
|
-
copies or substantial portions of the Software.
|
|
2638
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3351
2639
|
|
|
3352
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3353
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3354
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3355
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3356
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3357
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3358
|
-
SOFTWARE.
|
|
2640
|
+
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.
|
|
3359
2641
|
|
|
3360
2642
|
````
|
|
3361
2643
|
|
|
@@ -3365,34 +2647,29 @@ SOFTWARE.
|
|
|
3365
2647
|
|
|
3366
2648
|
### Rust Crates:
|
|
3367
2649
|
|
|
3368
|
-
- [
|
|
2650
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3369
2651
|
|
|
3370
2652
|
````text
|
|
3371
|
-
Copyright (c) 2019
|
|
2653
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3372
2654
|
|
|
3373
|
-
Permission is hereby granted, free of charge, to any
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
the Software, and to permit persons to whom the Software
|
|
3380
|
-
is furnished to do so, subject to the following
|
|
3381
|
-
conditions:
|
|
2655
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2656
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2657
|
+
in the Software without restriction, including without limitation the rights
|
|
2658
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2659
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2660
|
+
furnished to do so, subject to the following conditions:
|
|
3382
2661
|
|
|
3383
|
-
The above copyright notice and this permission notice
|
|
3384
|
-
|
|
3385
|
-
|
|
2662
|
+
The above copyright notice and this permission notice shall be included in
|
|
2663
|
+
all copies or substantial portions of the Software.
|
|
2664
|
+
|
|
2665
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2666
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2667
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2668
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2669
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2670
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2671
|
+
THE SOFTWARE.
|
|
3386
2672
|
|
|
3387
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3388
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3389
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3390
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3391
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3392
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3393
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3394
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3395
|
-
DEALINGS IN THE SOFTWARE.
|
|
3396
2673
|
|
|
3397
2674
|
````
|
|
3398
2675
|
|
|
@@ -3400,14 +2677,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3400
2677
|
|
|
3401
2678
|
## The following dependencies are licensed under the MIT License:
|
|
3402
2679
|
|
|
3403
|
-
###
|
|
2680
|
+
### Rust Crates:
|
|
3404
2681
|
|
|
3405
|
-
- [
|
|
2682
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3406
2683
|
|
|
3407
2684
|
````text
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2685
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3411
2686
|
|
|
3412
2687
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3413
2688
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3435,30 +2710,34 @@ THE SOFTWARE.
|
|
|
3435
2710
|
|
|
3436
2711
|
### Rust Crates:
|
|
3437
2712
|
|
|
3438
|
-
- [
|
|
2713
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
2714
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
2715
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
2716
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
2717
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
2718
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2719
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2720
|
+
|
|
2721
|
+
````text
|
|
2722
|
+
MIT License
|
|
2723
|
+
|
|
2724
|
+
Copyright (c) <year> <copyright holders>
|
|
2725
|
+
|
|
2726
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
2727
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
2728
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2729
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
2730
|
+
following conditions:
|
|
2731
|
+
|
|
2732
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
2733
|
+
portions of the Software.
|
|
2734
|
+
|
|
2735
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
2736
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
2737
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2738
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2739
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3439
2740
|
|
|
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
2741
|
````
|
|
3463
2742
|
|
|
3464
2743
|
---
|
|
@@ -3467,10 +2746,10 @@ SOFTWARE.
|
|
|
3467
2746
|
|
|
3468
2747
|
### Rust Crates:
|
|
3469
2748
|
|
|
3470
|
-
- [
|
|
2749
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3471
2750
|
|
|
3472
2751
|
````text
|
|
3473
|
-
Copyright (c)
|
|
2752
|
+
Copyright (c) 2017 Sean McArthur
|
|
3474
2753
|
|
|
3475
2754
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3476
2755
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3490,6 +2769,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3490
2769
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3491
2770
|
THE SOFTWARE.
|
|
3492
2771
|
|
|
2772
|
+
|
|
3493
2773
|
````
|
|
3494
2774
|
|
|
3495
2775
|
---
|
|
@@ -3498,10 +2778,10 @@ THE SOFTWARE.
|
|
|
3498
2778
|
|
|
3499
2779
|
### Rust Crates:
|
|
3500
2780
|
|
|
3501
|
-
- [
|
|
2781
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3502
2782
|
|
|
3503
2783
|
````text
|
|
3504
|
-
Copyright (c)
|
|
2784
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3505
2785
|
|
|
3506
2786
|
Permission is hereby granted, free of charge, to any
|
|
3507
2787
|
person obtaining a copy of this software and associated
|
|
@@ -3535,34 +2815,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3535
2815
|
|
|
3536
2816
|
### Rust Crates:
|
|
3537
2817
|
|
|
3538
|
-
- [
|
|
2818
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3539
2819
|
|
|
3540
2820
|
````text
|
|
3541
|
-
|
|
2821
|
+
MIT License
|
|
3542
2822
|
|
|
3543
|
-
Permission is hereby granted, free of charge, to any
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
the Software, and to permit persons to whom the Software
|
|
3550
|
-
is furnished to do so, subject to the following
|
|
3551
|
-
conditions:
|
|
2823
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2824
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2825
|
+
in the Software without restriction, including without limitation the rights
|
|
2826
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2827
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2828
|
+
furnished to do so, subject to the following conditions:
|
|
3552
2829
|
|
|
3553
|
-
The above copyright notice and this permission notice
|
|
3554
|
-
|
|
3555
|
-
of the Software.
|
|
2830
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2831
|
+
copies or substantial portions of the Software.
|
|
3556
2832
|
|
|
3557
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3565
|
-
DEALINGS IN THE SOFTWARE.
|
|
2833
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2834
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2835
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2836
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2837
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2838
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2839
|
+
SOFTWARE.
|
|
3566
2840
|
|
|
3567
2841
|
````
|
|
3568
2842
|
|
|
@@ -3572,10 +2846,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3572
2846
|
|
|
3573
2847
|
### Rust Crates:
|
|
3574
2848
|
|
|
3575
|
-
- [
|
|
2849
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3576
2850
|
|
|
3577
2851
|
````text
|
|
3578
|
-
Copyright (c)
|
|
2852
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3579
2853
|
|
|
3580
2854
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3581
2855
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3584,17 +2858,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3584
2858
|
copies of the Software, and to permit persons to whom the Software is
|
|
3585
2859
|
furnished to do so, subject to the following conditions:
|
|
3586
2860
|
|
|
3587
|
-
The above copyright notice and this permission notice shall be included in
|
|
3588
|
-
|
|
2861
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2862
|
+
copies or substantial portions of the Software.
|
|
3589
2863
|
|
|
3590
2864
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3591
2865
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3592
2866
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3593
2867
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3594
2868
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3595
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3596
|
-
|
|
3597
|
-
|
|
2869
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2870
|
+
SOFTWARE.
|
|
3598
2871
|
|
|
3599
2872
|
````
|
|
3600
2873
|
|
|
@@ -3604,37 +2877,30 @@ THE SOFTWARE.
|
|
|
3604
2877
|
|
|
3605
2878
|
### Rust Crates:
|
|
3606
2879
|
|
|
3607
|
-
- [
|
|
3608
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2880
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3609
2881
|
|
|
3610
2882
|
````text
|
|
3611
|
-
|
|
3612
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3613
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2883
|
+
MIT License
|
|
3614
2884
|
|
|
3615
|
-
|
|
3616
|
-
person obtaining a copy of this software and associated
|
|
3617
|
-
documentation files (the "Software"), to deal in the
|
|
3618
|
-
Software without restriction, including without
|
|
3619
|
-
limitation the rights to use, copy, modify, merge,
|
|
3620
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3621
|
-
the Software, and to permit persons to whom the Software
|
|
3622
|
-
is furnished to do so, subject to the following
|
|
3623
|
-
conditions:
|
|
2885
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3624
2886
|
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
2887
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2888
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2889
|
+
in the Software without restriction, including without limitation the rights
|
|
2890
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2891
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2892
|
+
furnished to do so, subject to the following conditions:
|
|
3628
2893
|
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
IN
|
|
3637
|
-
|
|
2894
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2895
|
+
copies or substantial portions of the Software.
|
|
2896
|
+
|
|
2897
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2898
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2899
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2900
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2901
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2902
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2903
|
+
SOFTWARE.
|
|
3638
2904
|
|
|
3639
2905
|
````
|
|
3640
2906
|
|
|
@@ -3644,14 +2910,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3644
2910
|
|
|
3645
2911
|
### Rust Crates:
|
|
3646
2912
|
|
|
3647
|
-
- [
|
|
3648
|
-
- [
|
|
3649
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2913
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2914
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3650
2915
|
|
|
3651
2916
|
````text
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2917
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3655
2918
|
|
|
3656
2919
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3657
2920
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3679,11 +2942,11 @@ SOFTWARE.
|
|
|
3679
2942
|
|
|
3680
2943
|
### Rust Crates:
|
|
3681
2944
|
|
|
3682
|
-
- [
|
|
3683
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2945
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3684
2946
|
|
|
3685
2947
|
````text
|
|
3686
|
-
Copyright (c)
|
|
2948
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2949
|
+
Copyright (c) 2016 Jason Housley
|
|
3687
2950
|
|
|
3688
2951
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3689
2952
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3692,16 +2955,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3692
2955
|
copies of the Software, and to permit persons to whom the Software is
|
|
3693
2956
|
furnished to do so, subject to the following conditions:
|
|
3694
2957
|
|
|
3695
|
-
The above copyright notice and this permission notice shall be included in
|
|
3696
|
-
copies or substantial portions of the Software.
|
|
2958
|
+
The above copyright notice and this permission notice shall be included in
|
|
2959
|
+
all copies or substantial portions of the Software.
|
|
3697
2960
|
|
|
3698
2961
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3699
2962
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3700
2963
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3701
2964
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3702
2965
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3703
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3704
|
-
SOFTWARE.
|
|
2966
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2967
|
+
THE SOFTWARE.
|
|
3705
2968
|
|
|
3706
2969
|
````
|
|
3707
2970
|
|
|
@@ -3711,12 +2974,10 @@ SOFTWARE.
|
|
|
3711
2974
|
|
|
3712
2975
|
### Rust Crates:
|
|
3713
2976
|
|
|
3714
|
-
- [
|
|
2977
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3715
2978
|
|
|
3716
2979
|
````text
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2980
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3720
2981
|
|
|
3721
2982
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3722
2983
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3725,16 +2986,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3725
2986
|
copies of the Software, and to permit persons to whom the Software is
|
|
3726
2987
|
furnished to do so, subject to the following conditions:
|
|
3727
2988
|
|
|
3728
|
-
The above copyright notice and this permission notice shall be included in
|
|
3729
|
-
copies or substantial portions of the Software.
|
|
2989
|
+
The above copyright notice and this permission notice shall be included in
|
|
2990
|
+
all copies or substantial portions of the Software.
|
|
3730
2991
|
|
|
3731
2992
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3732
2993
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3733
2994
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3734
2995
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3735
2996
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3736
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3737
|
-
SOFTWARE.
|
|
2997
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2998
|
+
THE SOFTWARE.
|
|
3738
2999
|
|
|
3739
3000
|
````
|
|
3740
3001
|
|
|
@@ -3744,15 +3005,49 @@ SOFTWARE.
|
|
|
3744
3005
|
|
|
3745
3006
|
### Rust Crates:
|
|
3746
3007
|
|
|
3747
|
-
- [
|
|
3748
|
-
- [
|
|
3749
|
-
- [
|
|
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)
|
|
3008
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3009
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3010
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3753
3011
|
|
|
3754
3012
|
````text
|
|
3755
|
-
Copyright
|
|
3013
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3014
|
+
|
|
3015
|
+
Permission is hereby granted, free of charge, to any
|
|
3016
|
+
person obtaining a copy of this software and associated
|
|
3017
|
+
documentation files (the "Software"), to deal in the
|
|
3018
|
+
Software without restriction, including without
|
|
3019
|
+
limitation the rights to use, copy, modify, merge,
|
|
3020
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3021
|
+
the Software, and to permit persons to whom the Software
|
|
3022
|
+
is furnished to do so, subject to the following
|
|
3023
|
+
conditions:
|
|
3024
|
+
|
|
3025
|
+
The above copyright notice and this permission notice
|
|
3026
|
+
shall be included in all copies or substantial portions
|
|
3027
|
+
of the Software.
|
|
3028
|
+
|
|
3029
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3030
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3031
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3032
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3033
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3034
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3035
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3036
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3037
|
+
DEALINGS IN THE SOFTWARE.
|
|
3038
|
+
|
|
3039
|
+
````
|
|
3040
|
+
|
|
3041
|
+
---
|
|
3042
|
+
|
|
3043
|
+
## The following dependencies are licensed under the MIT License:
|
|
3044
|
+
|
|
3045
|
+
### Rust Crates:
|
|
3046
|
+
|
|
3047
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3048
|
+
|
|
3049
|
+
````text
|
|
3050
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3756
3051
|
Copyright (c) 2014 The Rust Project Developers
|
|
3757
3052
|
|
|
3758
3053
|
Permission is hereby granted, free of charge, to any
|
|
@@ -3787,10 +3082,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3787
3082
|
|
|
3788
3083
|
### Rust Crates:
|
|
3789
3084
|
|
|
3790
|
-
- [
|
|
3085
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3791
3086
|
|
|
3792
3087
|
````text
|
|
3793
|
-
|
|
3088
|
+
MIT License
|
|
3089
|
+
|
|
3090
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3091
|
+
Copyright (c) Tokio Contributors
|
|
3794
3092
|
|
|
3795
3093
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3796
3094
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3818,28 +3116,34 @@ SOFTWARE.
|
|
|
3818
3116
|
|
|
3819
3117
|
### Rust Crates:
|
|
3820
3118
|
|
|
3821
|
-
- [
|
|
3119
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3822
3120
|
|
|
3823
3121
|
````text
|
|
3824
|
-
Copyright (c)
|
|
3122
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3825
3123
|
|
|
3826
|
-
Permission is hereby granted, free of charge, to any
|
|
3827
|
-
of this software and associated
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3124
|
+
Permission is hereby granted, free of charge, to any
|
|
3125
|
+
person obtaining a copy of this software and associated
|
|
3126
|
+
documentation files (the "Software"), to deal in the
|
|
3127
|
+
Software without restriction, including without
|
|
3128
|
+
limitation the rights to use, copy, modify, merge,
|
|
3129
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3130
|
+
the Software, and to permit persons to whom the Software
|
|
3131
|
+
is furnished to do so, subject to the following
|
|
3132
|
+
conditions:
|
|
3832
3133
|
|
|
3833
|
-
The above copyright notice and this permission notice
|
|
3834
|
-
copies or substantial portions
|
|
3134
|
+
The above copyright notice and this permission notice
|
|
3135
|
+
shall be included in all copies or substantial portions
|
|
3136
|
+
of the Software.
|
|
3835
3137
|
|
|
3836
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3837
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3138
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3139
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3140
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3141
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3142
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3143
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3144
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3145
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3146
|
+
DEALINGS IN THE SOFTWARE.
|
|
3843
3147
|
|
|
3844
3148
|
````
|
|
3845
3149
|
|
|
@@ -3849,11 +3153,12 @@ SOFTWARE.
|
|
|
3849
3153
|
|
|
3850
3154
|
### Rust Crates:
|
|
3851
3155
|
|
|
3852
|
-
- [
|
|
3156
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3157
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3158
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3853
3159
|
|
|
3854
3160
|
````text
|
|
3855
|
-
Copyright (c)
|
|
3856
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3161
|
+
Copyright (c) 2019 Tower Contributors
|
|
3857
3162
|
|
|
3858
3163
|
Permission is hereby granted, free of charge, to any
|
|
3859
3164
|
person obtaining a copy of this software and associated
|
|
@@ -3887,10 +3192,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3887
3192
|
|
|
3888
3193
|
### Rust Crates:
|
|
3889
3194
|
|
|
3890
|
-
- [
|
|
3195
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3891
3196
|
|
|
3892
3197
|
````text
|
|
3893
|
-
Copyright
|
|
3198
|
+
Copyright (c) The rust-url developers
|
|
3894
3199
|
|
|
3895
3200
|
Permission is hereby granted, free of charge, to any
|
|
3896
3201
|
person obtaining a copy of this software and associated
|
|
@@ -3924,10 +3229,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3924
3229
|
|
|
3925
3230
|
### Rust Crates:
|
|
3926
3231
|
|
|
3927
|
-
- [
|
|
3232
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3928
3233
|
|
|
3929
3234
|
````text
|
|
3930
|
-
Copyright (c) 2017
|
|
3235
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3236
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3237
|
+
|
|
3238
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3239
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3240
|
+
in the Software without restriction, including without limitation the rights
|
|
3241
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3242
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3243
|
+
furnished to do so, subject to the following conditions:
|
|
3244
|
+
|
|
3245
|
+
The above copyright notice and this permission notice shall be included in
|
|
3246
|
+
all copies or substantial portions of the Software.
|
|
3247
|
+
|
|
3248
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3249
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3250
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3251
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3252
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3253
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3254
|
+
THE SOFTWARE.
|
|
3255
|
+
|
|
3256
|
+
````
|
|
3257
|
+
|
|
3258
|
+
---
|
|
3259
|
+
|
|
3260
|
+
## The following dependencies are licensed under the MIT License:
|
|
3261
|
+
|
|
3262
|
+
### Rust Crates:
|
|
3263
|
+
|
|
3264
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3265
|
+
|
|
3266
|
+
````text
|
|
3267
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3931
3268
|
|
|
3932
3269
|
Permission is hereby granted, free of charge, to any
|
|
3933
3270
|
person obtaining a copy of this software and associated
|
|
@@ -3952,6 +3289,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3952
3289
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3953
3290
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3954
3291
|
DEALINGS IN THE SOFTWARE.
|
|
3292
|
+
|
|
3955
3293
|
````
|
|
3956
3294
|
|
|
3957
3295
|
---
|
|
@@ -3960,10 +3298,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3960
3298
|
|
|
3961
3299
|
### Rust Crates:
|
|
3962
3300
|
|
|
3963
|
-
- [
|
|
3301
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3964
3302
|
|
|
3965
3303
|
````text
|
|
3966
|
-
Copyright (c)
|
|
3304
|
+
Copyright (c) The Rust Project Developers
|
|
3967
3305
|
|
|
3968
3306
|
Permission is hereby granted, free of charge, to any
|
|
3969
3307
|
person obtaining a copy of this software and associated
|
|
@@ -3997,12 +3335,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3997
3335
|
|
|
3998
3336
|
### Rust Crates:
|
|
3999
3337
|
|
|
4000
|
-
- [
|
|
3338
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
4001
3339
|
|
|
4002
3340
|
````text
|
|
4003
|
-
MIT License
|
|
3341
|
+
The MIT License (MIT)
|
|
4004
3342
|
|
|
4005
|
-
Copyright (c)
|
|
3343
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
4006
3344
|
|
|
4007
3345
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4008
3346
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4030,12 +3368,10 @@ SOFTWARE.
|
|
|
4030
3368
|
|
|
4031
3369
|
### Rust Crates:
|
|
4032
3370
|
|
|
4033
|
-
- [
|
|
3371
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
4034
3372
|
|
|
4035
3373
|
````text
|
|
4036
|
-
Copyright (c)
|
|
4037
|
-
Copyright (c) 2018 Bastian Köcher
|
|
4038
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3374
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
4039
3375
|
|
|
4040
3376
|
Permission is hereby granted, free of charge, to any
|
|
4041
3377
|
person obtaining a copy of this software and associated
|
|
@@ -4069,12 +3405,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4069
3405
|
|
|
4070
3406
|
### Rust Crates:
|
|
4071
3407
|
|
|
4072
|
-
- [
|
|
4073
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
4074
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3408
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
4075
3409
|
|
|
4076
3410
|
````text
|
|
4077
|
-
Copyright (c)
|
|
3411
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3412
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4078
3413
|
|
|
4079
3414
|
Permission is hereby granted, free of charge, to any
|
|
4080
3415
|
person obtaining a copy of this software and associated
|
|
@@ -4141,10 +3476,10 @@ SOFTWARE.
|
|
|
4141
3476
|
|
|
4142
3477
|
### Rust Crates:
|
|
4143
3478
|
|
|
4144
|
-
- [
|
|
3479
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
4145
3480
|
|
|
4146
3481
|
````text
|
|
4147
|
-
Copyright (c)
|
|
3482
|
+
Copyright (c) 2015 Steven Allen
|
|
4148
3483
|
|
|
4149
3484
|
Permission is hereby granted, free of charge, to any
|
|
4150
3485
|
person obtaining a copy of this software and associated
|
|
@@ -4178,43 +3513,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4178
3513
|
|
|
4179
3514
|
### Rust Crates:
|
|
4180
3515
|
|
|
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)
|
|
3516
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
4190
3517
|
|
|
4191
3518
|
````text
|
|
4192
|
-
|
|
4193
|
-
|
|
3519
|
+
The MIT License (MIT)
|
|
3520
|
+
|
|
3521
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3522
|
+
|
|
3523
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3524
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3525
|
+
in the Software without restriction, including without limitation the rights
|
|
3526
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3527
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3528
|
+
furnished to do so, subject to the following conditions:
|
|
3529
|
+
|
|
3530
|
+
|
|
3531
|
+
The above copyright notice and this permission notice shall be included in
|
|
3532
|
+
all copies or substantial portions of the Software.
|
|
3533
|
+
|
|
3534
|
+
|
|
3535
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3536
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3537
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3538
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3539
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3540
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3541
|
+
THE SOFTWARE.
|
|
4194
3542
|
|
|
4195
|
-
|
|
4196
|
-
person obtaining a copy of this software and associated
|
|
4197
|
-
documentation files (the "Software"), to deal in the
|
|
4198
|
-
Software without restriction, including without
|
|
4199
|
-
limitation the rights to use, copy, modify, merge,
|
|
4200
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4201
|
-
the Software, and to permit persons to whom the Software
|
|
4202
|
-
is furnished to do so, subject to the following
|
|
4203
|
-
conditions:
|
|
3543
|
+
````
|
|
4204
3544
|
|
|
4205
|
-
|
|
4206
|
-
shall be included in all copies or substantial portions
|
|
4207
|
-
of the Software.
|
|
3545
|
+
---
|
|
4208
3546
|
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
3547
|
+
## The following dependencies are licensed under the MIT License:
|
|
3548
|
+
|
|
3549
|
+
### Rust Crates:
|
|
3550
|
+
|
|
3551
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3552
|
+
|
|
3553
|
+
````text
|
|
3554
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3555
|
+
|
|
3556
|
+
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:
|
|
3557
|
+
|
|
3558
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3559
|
+
|
|
3560
|
+
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.
|
|
4218
3561
|
|
|
4219
3562
|
````
|
|
4220
3563
|
|
|
@@ -4224,9 +3567,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4224
3567
|
|
|
4225
3568
|
### Rust Crates:
|
|
4226
3569
|
|
|
4227
|
-
- [
|
|
3570
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
4228
3571
|
|
|
4229
3572
|
````text
|
|
3573
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3574
|
+
|
|
4230
3575
|
Permission is hereby granted, free of charge, to any
|
|
4231
3576
|
person obtaining a copy of this software and associated
|
|
4232
3577
|
documentation files (the "Software"), to deal in the
|
|
@@ -4250,6 +3595,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4250
3595
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4251
3596
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4252
3597
|
DEALINGS IN THE SOFTWARE.
|
|
3598
|
+
|
|
4253
3599
|
````
|
|
4254
3600
|
|
|
4255
3601
|
---
|
|
@@ -4258,10 +3604,116 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4258
3604
|
|
|
4259
3605
|
### Rust Crates:
|
|
4260
3606
|
|
|
4261
|
-
- [
|
|
3607
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
4262
3608
|
|
|
4263
3609
|
````text
|
|
4264
|
-
|
|
3610
|
+
The MIT License (MIT)
|
|
3611
|
+
|
|
3612
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3613
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3614
|
+
|
|
3615
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3616
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3617
|
+
in the Software without restriction, including without limitation the rights
|
|
3618
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3619
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3620
|
+
furnished to do so, subject to the following conditions:
|
|
3621
|
+
|
|
3622
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3623
|
+
copies or substantial portions of the Software.
|
|
3624
|
+
|
|
3625
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3626
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3627
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3628
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3629
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3630
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3631
|
+
SOFTWARE.
|
|
3632
|
+
|
|
3633
|
+
````
|
|
3634
|
+
|
|
3635
|
+
---
|
|
3636
|
+
|
|
3637
|
+
## The following dependencies are licensed under the MIT License:
|
|
3638
|
+
|
|
3639
|
+
### Rust Crates:
|
|
3640
|
+
|
|
3641
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3642
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3643
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3644
|
+
|
|
3645
|
+
````text
|
|
3646
|
+
MIT License
|
|
3647
|
+
|
|
3648
|
+
Copyright (c) Tokio Contributors
|
|
3649
|
+
|
|
3650
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3651
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3652
|
+
in the Software without restriction, including without limitation the rights
|
|
3653
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3654
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3655
|
+
furnished to do so, subject to the following conditions:
|
|
3656
|
+
|
|
3657
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3658
|
+
copies or substantial portions of the Software.
|
|
3659
|
+
|
|
3660
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3661
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3662
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3663
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3664
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3665
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3666
|
+
SOFTWARE.
|
|
3667
|
+
|
|
3668
|
+
````
|
|
3669
|
+
|
|
3670
|
+
---
|
|
3671
|
+
|
|
3672
|
+
## The following dependencies are licensed under the MIT License:
|
|
3673
|
+
|
|
3674
|
+
### NPM Packages:
|
|
3675
|
+
|
|
3676
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3677
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3678
|
+
|
|
3679
|
+
````text
|
|
3680
|
+
MIT License
|
|
3681
|
+
|
|
3682
|
+
Copyright (c) Microsoft Corporation.
|
|
3683
|
+
|
|
3684
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3685
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3686
|
+
in the Software without restriction, including without limitation the rights
|
|
3687
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3688
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3689
|
+
furnished to do so, subject to the following conditions:
|
|
3690
|
+
|
|
3691
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3692
|
+
copies or substantial portions of the Software.
|
|
3693
|
+
|
|
3694
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3695
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3696
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3697
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3698
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3699
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3700
|
+
SOFTWARE
|
|
3701
|
+
|
|
3702
|
+
````
|
|
3703
|
+
|
|
3704
|
+
---
|
|
3705
|
+
|
|
3706
|
+
## The following dependencies are licensed under the MIT License:
|
|
3707
|
+
|
|
3708
|
+
### Rust Crates:
|
|
3709
|
+
|
|
3710
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3711
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3712
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3713
|
+
|
|
3714
|
+
````text
|
|
3715
|
+
Copyright 2018 Developers of the Rand project
|
|
3716
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4265
3717
|
|
|
4266
3718
|
Permission is hereby granted, free of charge, to any
|
|
4267
3719
|
person obtaining a copy of this software and associated
|