@deveco-codegenie/mcp-win32-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 +950 -1561
- package/bin/codegenie-mcp-server.exe +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,97 +1,20 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 188
|
|
4
4
|
|
|
5
|
-
- **Rust Crates:**
|
|
5
|
+
- **Rust Crates:** 177 *(By cargo-about)*
|
|
6
6
|
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 162
|
|
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
|
- MPL-2.0: 1
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
21
|
-
|
|
22
|
-
### Rust Crates:
|
|
23
|
-
|
|
24
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
25
|
-
|
|
26
|
-
````text
|
|
27
|
-
BSD Zero Clause License
|
|
28
|
-
|
|
29
|
-
Copyright (c) 2025 Goat
|
|
30
|
-
|
|
31
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
32
|
-
purpose with or without fee is hereby granted.
|
|
33
|
-
|
|
34
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
35
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
36
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
37
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
38
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
39
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
40
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
41
|
-
|
|
42
|
-
````
|
|
43
|
-
|
|
44
|
-
---
|
|
45
|
-
|
|
46
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
47
|
-
|
|
48
|
-
### Rust Crates:
|
|
49
|
-
|
|
50
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
51
|
-
|
|
52
|
-
````text
|
|
53
|
-
BSD Zero Clause License
|
|
54
|
-
|
|
55
|
-
Copyright (c) 2024 kotauskas
|
|
56
|
-
|
|
57
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
58
|
-
purpose with or without fee is hereby granted.
|
|
59
|
-
|
|
60
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
61
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
62
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
63
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
64
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
65
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
66
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
67
|
-
|
|
68
|
-
````
|
|
69
|
-
|
|
70
|
-
---
|
|
71
|
-
|
|
72
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
-
|
|
74
|
-
### Rust Crates:
|
|
75
|
-
|
|
76
|
-
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
77
|
-
|
|
78
|
-
````text
|
|
79
|
-
BSD Zero Clause License
|
|
80
|
-
|
|
81
|
-
Copyright (c) 2023 kotauskas
|
|
82
|
-
|
|
83
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
84
|
-
purpose with or without fee is hereby granted.
|
|
85
|
-
|
|
86
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
87
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
88
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
89
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
90
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
91
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
92
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
93
|
-
````
|
|
94
|
-
|
|
95
18
|
---
|
|
96
19
|
|
|
97
20
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -209,221 +132,6 @@ limitations under the License.
|
|
|
209
132
|
|
|
210
133
|
### Rust Crates:
|
|
211
134
|
|
|
212
|
-
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
213
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
214
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
215
|
-
|
|
216
|
-
````text
|
|
217
|
-
Apache License
|
|
218
|
-
Version 2.0, January 2004
|
|
219
|
-
http://www.apache.org/licenses/
|
|
220
|
-
|
|
221
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
222
|
-
|
|
223
|
-
1. Definitions.
|
|
224
|
-
|
|
225
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
226
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
227
|
-
|
|
228
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
229
|
-
the copyright owner that is granting the License.
|
|
230
|
-
|
|
231
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
232
|
-
other entities that control, are controlled by, or are under common
|
|
233
|
-
control with that entity. For the purposes of this definition,
|
|
234
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
235
|
-
direction or management of such entity, whether by contract or
|
|
236
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
237
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
238
|
-
|
|
239
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
240
|
-
exercising permissions granted by this License.
|
|
241
|
-
|
|
242
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
243
|
-
including but not limited to software source code, documentation
|
|
244
|
-
source, and configuration files.
|
|
245
|
-
|
|
246
|
-
"Object" form shall mean any form resulting from mechanical
|
|
247
|
-
transformation or translation of a Source form, including but
|
|
248
|
-
not limited to compiled object code, generated documentation,
|
|
249
|
-
and conversions to other media types.
|
|
250
|
-
|
|
251
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
252
|
-
Object form, made available under the License, as indicated by a
|
|
253
|
-
copyright notice that is included in or attached to the work
|
|
254
|
-
(an example is provided in the Appendix below).
|
|
255
|
-
|
|
256
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
257
|
-
form, that is based on (or derived from) the Work and for which the
|
|
258
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
259
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
260
|
-
of this License, Derivative Works shall not include works that remain
|
|
261
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
262
|
-
the Work and Derivative Works thereof.
|
|
263
|
-
|
|
264
|
-
"Contribution" shall mean any work of authorship, including
|
|
265
|
-
the original version of the Work and any modifications or additions
|
|
266
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
267
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
268
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
269
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
270
|
-
means any form of electronic, verbal, or written communication sent
|
|
271
|
-
to the Licensor or its representatives, including but not limited to
|
|
272
|
-
communication on electronic mailing lists, source code control systems,
|
|
273
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
274
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
275
|
-
excluding communication that is conspicuously marked or otherwise
|
|
276
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
277
|
-
|
|
278
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
279
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
280
|
-
subsequently incorporated within the Work.
|
|
281
|
-
|
|
282
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
283
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
284
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
285
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
286
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
287
|
-
Work and such Derivative Works in Source or Object form.
|
|
288
|
-
|
|
289
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
290
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
291
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
292
|
-
(except as stated in this section) patent license to make, have made,
|
|
293
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
294
|
-
where such license applies only to those patent claims licensable
|
|
295
|
-
by such Contributor that are necessarily infringed by their
|
|
296
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
297
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
298
|
-
institute patent litigation against any entity (including a
|
|
299
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
300
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
301
|
-
or contributory patent infringement, then any patent licenses
|
|
302
|
-
granted to You under this License for that Work shall terminate
|
|
303
|
-
as of the date such litigation is filed.
|
|
304
|
-
|
|
305
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
306
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
307
|
-
modifications, and in Source or Object form, provided that You
|
|
308
|
-
meet the following conditions:
|
|
309
|
-
|
|
310
|
-
(a) You must give any other recipients of the Work or
|
|
311
|
-
Derivative Works a copy of this License; and
|
|
312
|
-
|
|
313
|
-
(b) You must cause any modified files to carry prominent notices
|
|
314
|
-
stating that You changed the files; and
|
|
315
|
-
|
|
316
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
317
|
-
that You distribute, all copyright, patent, trademark, and
|
|
318
|
-
attribution notices from the Source form of the Work,
|
|
319
|
-
excluding those notices that do not pertain to any part of
|
|
320
|
-
the Derivative Works; and
|
|
321
|
-
|
|
322
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
323
|
-
distribution, then any Derivative Works that You distribute must
|
|
324
|
-
include a readable copy of the attribution notices contained
|
|
325
|
-
within such NOTICE file, excluding those notices that do not
|
|
326
|
-
pertain to any part of the Derivative Works, in at least one
|
|
327
|
-
of the following places: within a NOTICE text file distributed
|
|
328
|
-
as part of the Derivative Works; within the Source form or
|
|
329
|
-
documentation, if provided along with the Derivative Works; or,
|
|
330
|
-
within a display generated by the Derivative Works, if and
|
|
331
|
-
wherever such third-party notices normally appear. The contents
|
|
332
|
-
of the NOTICE file are for informational purposes only and
|
|
333
|
-
do not modify the License. You may add Your own attribution
|
|
334
|
-
notices within Derivative Works that You distribute, alongside
|
|
335
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
336
|
-
that such additional attribution notices cannot be construed
|
|
337
|
-
as modifying the License.
|
|
338
|
-
|
|
339
|
-
You may add Your own copyright statement to Your modifications and
|
|
340
|
-
may provide additional or different license terms and conditions
|
|
341
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
342
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
343
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
344
|
-
the conditions stated in this License.
|
|
345
|
-
|
|
346
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
347
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
348
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
349
|
-
this License, without any additional terms or conditions.
|
|
350
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
351
|
-
the terms of any separate license agreement you may have executed
|
|
352
|
-
with Licensor regarding such Contributions.
|
|
353
|
-
|
|
354
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
355
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
356
|
-
except as required for reasonable and customary use in describing the
|
|
357
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
358
|
-
|
|
359
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
360
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
361
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
362
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
363
|
-
implied, including, without limitation, any warranties or conditions
|
|
364
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
365
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
366
|
-
appropriateness of using or redistributing the Work and assume any
|
|
367
|
-
risks associated with Your exercise of permissions under this License.
|
|
368
|
-
|
|
369
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
370
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
371
|
-
unless required by applicable law (such as deliberate and grossly
|
|
372
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
373
|
-
liable to You for damages, including any direct, indirect, special,
|
|
374
|
-
incidental, or consequential damages of any character arising as a
|
|
375
|
-
result of this License or out of the use or inability to use the
|
|
376
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
377
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
378
|
-
other commercial damages or losses), even if such Contributor
|
|
379
|
-
has been advised of the possibility of such damages.
|
|
380
|
-
|
|
381
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
382
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
383
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
384
|
-
or other liability obligations and/or rights consistent with this
|
|
385
|
-
License. However, in accepting such obligations, You may act only
|
|
386
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
387
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
388
|
-
defend, and hold each Contributor harmless for any liability
|
|
389
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
390
|
-
of your accepting any such warranty or additional liability.
|
|
391
|
-
|
|
392
|
-
END OF TERMS AND CONDITIONS
|
|
393
|
-
|
|
394
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
395
|
-
|
|
396
|
-
To apply the Apache License to your work, attach the following
|
|
397
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
398
|
-
replaced with your own identifying information. (Don't include
|
|
399
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
400
|
-
comment syntax for the file format. We also recommend that a
|
|
401
|
-
file or class name and description of purpose be included on the
|
|
402
|
-
same "printed page" as the copyright notice for easier
|
|
403
|
-
identification within third-party archives.
|
|
404
|
-
|
|
405
|
-
Copyright [yyyy] [name of copyright owner]
|
|
406
|
-
|
|
407
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
408
|
-
you may not use this file except in compliance with the License.
|
|
409
|
-
You may obtain a copy of the License at
|
|
410
|
-
|
|
411
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
412
|
-
|
|
413
|
-
Unless required by applicable law or agreed to in writing, software
|
|
414
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
415
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
416
|
-
See the License for the specific language governing permissions and
|
|
417
|
-
limitations under the License.
|
|
418
|
-
|
|
419
|
-
````
|
|
420
|
-
|
|
421
|
-
---
|
|
422
|
-
|
|
423
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
424
|
-
|
|
425
|
-
### Rust Crates:
|
|
426
|
-
|
|
427
135
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
428
136
|
|
|
429
137
|
````text
|
|
@@ -678,76 +386,10 @@ The complete list of contributors can be found at:
|
|
|
678
386
|
|
|
679
387
|
### Rust Crates:
|
|
680
388
|
|
|
681
|
-
- [
|
|
389
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
682
390
|
|
|
683
391
|
````text
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
687
|
-
|
|
688
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
689
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
690
|
-
in the Software without restriction, including without limitation the rights
|
|
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
|
-
## The following dependencies are licensed under the MIT License:
|
|
711
|
-
|
|
712
|
-
### NPM Packages:
|
|
713
|
-
|
|
714
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
715
|
-
|
|
716
|
-
````text
|
|
717
|
-
MIT License
|
|
718
|
-
|
|
719
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
720
|
-
|
|
721
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
722
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
723
|
-
in the Software without restriction, including without limitation the rights
|
|
724
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
725
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
726
|
-
furnished to do so, subject to the following conditions:
|
|
727
|
-
|
|
728
|
-
The above copyright notice and this permission notice shall be included in all
|
|
729
|
-
copies or substantial portions of the Software.
|
|
730
|
-
|
|
731
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
732
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
733
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
734
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
735
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
736
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
737
|
-
SOFTWARE.
|
|
738
|
-
|
|
739
|
-
````
|
|
740
|
-
|
|
741
|
-
---
|
|
742
|
-
|
|
743
|
-
## The following dependencies are licensed under the MIT License:
|
|
744
|
-
|
|
745
|
-
### Rust Crates:
|
|
746
|
-
|
|
747
|
-
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
748
|
-
|
|
749
|
-
````text
|
|
750
|
-
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
392
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
751
393
|
|
|
752
394
|
Permission is hereby granted, free of charge, to any
|
|
753
395
|
person obtaining a copy of this software and associated
|
|
@@ -781,12 +423,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
781
423
|
|
|
782
424
|
### Rust Crates:
|
|
783
425
|
|
|
784
|
-
- [
|
|
426
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
785
427
|
|
|
786
428
|
````text
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
429
|
+
Copyright (c) 2017 Sean McArthur
|
|
790
430
|
|
|
791
431
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
792
432
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -795,50 +435,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
795
435
|
copies of the Software, and to permit persons to whom the Software is
|
|
796
436
|
furnished to do so, subject to the following conditions:
|
|
797
437
|
|
|
798
|
-
The above copyright notice and this permission notice shall be included in
|
|
799
|
-
copies or substantial portions of the Software.
|
|
438
|
+
The above copyright notice and this permission notice shall be included in
|
|
439
|
+
all copies or substantial portions of the Software.
|
|
800
440
|
|
|
801
441
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
802
442
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
803
443
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
804
444
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
805
445
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
806
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
807
|
-
SOFTWARE.
|
|
808
|
-
|
|
809
|
-
````
|
|
810
|
-
|
|
811
|
-
---
|
|
812
|
-
|
|
813
|
-
## The following dependencies are licensed under the MIT License:
|
|
814
|
-
|
|
815
|
-
### Rust Crates:
|
|
816
|
-
|
|
817
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
818
|
-
|
|
819
|
-
````text
|
|
820
|
-
MIT License
|
|
821
|
-
|
|
822
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
823
|
-
Copyright (c) Tokio Contributors
|
|
824
|
-
|
|
825
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
826
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
827
|
-
in the Software without restriction, including without limitation the rights
|
|
828
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
829
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
830
|
-
furnished to do so, subject to the following conditions:
|
|
831
|
-
|
|
832
|
-
The above copyright notice and this permission notice shall be included in all
|
|
833
|
-
copies or substantial portions of the Software.
|
|
446
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
447
|
+
THE SOFTWARE.
|
|
834
448
|
|
|
835
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
836
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
837
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
838
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
839
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
840
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
841
|
-
SOFTWARE.
|
|
842
449
|
|
|
843
450
|
````
|
|
844
451
|
|
|
@@ -848,11 +455,11 @@ SOFTWARE.
|
|
|
848
455
|
|
|
849
456
|
### Rust Crates:
|
|
850
457
|
|
|
851
|
-
- [
|
|
458
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
852
459
|
|
|
853
460
|
````text
|
|
854
|
-
Copyright (c)
|
|
855
|
-
Copyright (c)
|
|
461
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
462
|
+
Copyright (c) 2016 Alex Crichton
|
|
856
463
|
|
|
857
464
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
858
465
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -872,6 +479,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
872
479
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
873
480
|
THE SOFTWARE.
|
|
874
481
|
|
|
482
|
+
|
|
875
483
|
````
|
|
876
484
|
|
|
877
485
|
---
|
|
@@ -880,10 +488,10 @@ THE SOFTWARE.
|
|
|
880
488
|
|
|
881
489
|
### Rust Crates:
|
|
882
490
|
|
|
883
|
-
- [
|
|
491
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
884
492
|
|
|
885
493
|
````text
|
|
886
|
-
Copyright (c)
|
|
494
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
887
495
|
|
|
888
496
|
Permission is hereby granted, free of charge, to any
|
|
889
497
|
person obtaining a copy of this software and associated
|
|
@@ -917,34 +525,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
917
525
|
|
|
918
526
|
### Rust Crates:
|
|
919
527
|
|
|
920
|
-
- [
|
|
528
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
921
529
|
|
|
922
530
|
````text
|
|
923
|
-
Copyright
|
|
531
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
532
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
924
533
|
|
|
925
|
-
Permission is hereby granted, free of charge, to any
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
the Software, and to permit persons to whom the Software
|
|
932
|
-
is furnished to do so, subject to the following
|
|
933
|
-
conditions:
|
|
534
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
535
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
536
|
+
in the Software without restriction, including without limitation the rights
|
|
537
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
538
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
539
|
+
furnished to do so, subject to the following conditions:
|
|
934
540
|
|
|
935
|
-
The above copyright notice and this permission notice
|
|
936
|
-
|
|
937
|
-
of the Software.
|
|
541
|
+
The above copyright notice and this permission notice shall be included in all
|
|
542
|
+
copies or substantial portions of the Software.
|
|
938
543
|
|
|
939
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
947
|
-
DEALINGS IN THE SOFTWARE.
|
|
544
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
545
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
546
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
547
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
548
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
549
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
550
|
+
SOFTWARE.
|
|
948
551
|
|
|
949
552
|
````
|
|
950
553
|
|
|
@@ -954,34 +557,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
954
557
|
|
|
955
558
|
### Rust Crates:
|
|
956
559
|
|
|
957
|
-
- [
|
|
560
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
561
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
562
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
563
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
958
564
|
|
|
959
565
|
````text
|
|
960
|
-
|
|
566
|
+
The MIT License (MIT)
|
|
961
567
|
|
|
962
|
-
|
|
963
|
-
person obtaining a copy of this software and associated
|
|
964
|
-
documentation files (the "Software"), to deal in the
|
|
965
|
-
Software without restriction, including without
|
|
966
|
-
limitation the rights to use, copy, modify, merge,
|
|
967
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
968
|
-
the Software, and to permit persons to whom the Software
|
|
969
|
-
is furnished to do so, subject to the following
|
|
970
|
-
conditions:
|
|
568
|
+
Copyright (c) 2015 Andrew Gallant
|
|
971
569
|
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
570
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
571
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
572
|
+
in the Software without restriction, including without limitation the rights
|
|
573
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
574
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
575
|
+
furnished to do so, subject to the following conditions:
|
|
975
576
|
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
IN
|
|
984
|
-
|
|
577
|
+
The above copyright notice and this permission notice shall be included in
|
|
578
|
+
all copies or substantial portions of the Software.
|
|
579
|
+
|
|
580
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
581
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
582
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
583
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
584
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
585
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
586
|
+
THE SOFTWARE.
|
|
985
587
|
|
|
986
588
|
````
|
|
987
589
|
|
|
@@ -995,8 +597,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
995
597
|
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
996
598
|
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
997
599
|
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
998
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
999
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1000
600
|
|
|
1001
601
|
````text
|
|
1002
602
|
Copyright (c) 2019 Tokio Contributors
|
|
@@ -1033,12 +633,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1033
633
|
|
|
1034
634
|
### Rust Crates:
|
|
1035
635
|
|
|
1036
|
-
- [
|
|
636
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1037
637
|
|
|
1038
638
|
````text
|
|
1039
|
-
MIT License
|
|
639
|
+
The MIT License (MIT)
|
|
1040
640
|
|
|
1041
|
-
Copyright (c)
|
|
641
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1042
642
|
|
|
1043
643
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1044
644
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1058,6 +658,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1058
658
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1059
659
|
SOFTWARE.
|
|
1060
660
|
|
|
661
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
662
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1061
663
|
````
|
|
1062
664
|
|
|
1063
665
|
---
|
|
@@ -1066,203 +668,32 @@ SOFTWARE.
|
|
|
1066
668
|
|
|
1067
669
|
### Rust Crates:
|
|
1068
670
|
|
|
1069
|
-
- [
|
|
671
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1070
672
|
|
|
1071
673
|
````text
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
Permission is hereby granted, free of charge, to any
|
|
1075
|
-
person obtaining a copy of this software and associated
|
|
1076
|
-
documentation files (the "Software"), to deal in the
|
|
1077
|
-
Software without restriction, including without
|
|
1078
|
-
limitation the rights to use, copy, modify, merge,
|
|
1079
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1080
|
-
the Software, and to permit persons to whom the Software
|
|
1081
|
-
is furnished to do so, subject to the following
|
|
1082
|
-
conditions:
|
|
1083
|
-
|
|
1084
|
-
The above copyright notice and this permission notice
|
|
1085
|
-
shall be included in all copies or substantial portions
|
|
1086
|
-
of the Software.
|
|
1087
|
-
|
|
1088
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1089
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1090
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1091
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1092
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1093
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1094
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1095
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1096
|
-
DEALINGS IN THE SOFTWARE.
|
|
674
|
+
The MIT License (MIT)
|
|
1097
675
|
|
|
1098
|
-
|
|
676
|
+
Copyright (c) 2015 Danny Guo
|
|
677
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
678
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1099
679
|
|
|
1100
|
-
|
|
680
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
681
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
682
|
+
in the Software without restriction, including without limitation the rights
|
|
683
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
684
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
685
|
+
furnished to do so, subject to the following conditions:
|
|
1101
686
|
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
### Rust Crates:
|
|
1105
|
-
|
|
1106
|
-
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1107
|
-
|
|
1108
|
-
````text
|
|
1109
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
1110
|
-
|
|
1111
|
-
Permission is hereby granted, free of charge, to any
|
|
1112
|
-
person obtaining a copy of this software and associated
|
|
1113
|
-
documentation files (the "Software"), to deal in the
|
|
1114
|
-
Software without restriction, including without
|
|
1115
|
-
limitation the rights to use, copy, modify, merge,
|
|
1116
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1117
|
-
the Software, and to permit persons to whom the Software
|
|
1118
|
-
is furnished to do so, subject to the following
|
|
1119
|
-
conditions:
|
|
1120
|
-
|
|
1121
|
-
The above copyright notice and this permission notice
|
|
1122
|
-
shall be included in all copies or substantial portions
|
|
1123
|
-
of the Software.
|
|
1124
|
-
|
|
1125
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1126
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1127
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1128
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1129
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1130
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1131
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1132
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1133
|
-
DEALINGS IN THE SOFTWARE.
|
|
1134
|
-
|
|
1135
|
-
````
|
|
1136
|
-
|
|
1137
|
-
---
|
|
1138
|
-
|
|
1139
|
-
## The following dependencies are licensed under the MIT License:
|
|
1140
|
-
|
|
1141
|
-
### Rust Crates:
|
|
1142
|
-
|
|
1143
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1144
|
-
|
|
1145
|
-
````text
|
|
1146
|
-
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1147
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1148
|
-
|
|
1149
|
-
Permission is hereby granted, free of charge, to any
|
|
1150
|
-
person obtaining a copy of this software and associated
|
|
1151
|
-
documentation files (the "Software"), to deal in the
|
|
1152
|
-
Software without restriction, including without
|
|
1153
|
-
limitation the rights to use, copy, modify, merge,
|
|
1154
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1155
|
-
the Software, and to permit persons to whom the Software
|
|
1156
|
-
is furnished to do so, subject to the following
|
|
1157
|
-
conditions:
|
|
1158
|
-
|
|
1159
|
-
The above copyright notice and this permission notice
|
|
1160
|
-
shall be included in all copies or substantial portions
|
|
1161
|
-
of the Software.
|
|
1162
|
-
|
|
1163
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1164
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1165
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1166
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1167
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1168
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1169
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1170
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1171
|
-
DEALINGS IN THE SOFTWARE.
|
|
1172
|
-
|
|
1173
|
-
````
|
|
1174
|
-
|
|
1175
|
-
---
|
|
1176
|
-
|
|
1177
|
-
## The following dependencies are licensed under the MIT License:
|
|
1178
|
-
|
|
1179
|
-
### Rust Crates:
|
|
1180
|
-
|
|
1181
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1182
|
-
|
|
1183
|
-
````text
|
|
1184
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
1185
|
-
|
|
1186
|
-
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:
|
|
1187
|
-
|
|
1188
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1189
|
-
|
|
1190
|
-
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.
|
|
1191
|
-
|
|
1192
|
-
````
|
|
1193
|
-
|
|
1194
|
-
---
|
|
1195
|
-
|
|
1196
|
-
## The following dependencies are licensed under the MIT License:
|
|
1197
|
-
|
|
1198
|
-
### Rust Crates:
|
|
1199
|
-
|
|
1200
|
-
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1201
|
-
|
|
1202
|
-
````text
|
|
1203
|
-
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1204
|
-
|
|
1205
|
-
Permission is hereby granted, free of charge, to any
|
|
1206
|
-
person obtaining a copy of this software and associated
|
|
1207
|
-
documentation files (the "Software"), to deal in the
|
|
1208
|
-
Software without restriction, including without
|
|
1209
|
-
limitation the rights to use, copy, modify, merge,
|
|
1210
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1211
|
-
the Software, and to permit persons to whom the Software
|
|
1212
|
-
is furnished to do so, subject to the following
|
|
1213
|
-
conditions:
|
|
1214
|
-
|
|
1215
|
-
The above copyright notice and this permission notice
|
|
1216
|
-
shall be included in all copies or substantial portions
|
|
1217
|
-
of the Software.
|
|
1218
|
-
|
|
1219
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1220
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1221
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1222
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1223
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1224
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1225
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1226
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1227
|
-
DEALINGS IN THE SOFTWARE.
|
|
1228
|
-
|
|
1229
|
-
````
|
|
1230
|
-
|
|
1231
|
-
---
|
|
1232
|
-
|
|
1233
|
-
## The following dependencies are licensed under the MIT License:
|
|
1234
|
-
|
|
1235
|
-
### Rust Crates:
|
|
1236
|
-
|
|
1237
|
-
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1238
|
-
|
|
1239
|
-
````text
|
|
1240
|
-
Copyright 2023 The Fuchsia Authors
|
|
1241
|
-
|
|
1242
|
-
Permission is hereby granted, free of charge, to any
|
|
1243
|
-
person obtaining a copy of this software and associated
|
|
1244
|
-
documentation files (the "Software"), to deal in the
|
|
1245
|
-
Software without restriction, including without
|
|
1246
|
-
limitation the rights to use, copy, modify, merge,
|
|
1247
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1248
|
-
the Software, and to permit persons to whom the Software
|
|
1249
|
-
is furnished to do so, subject to the following
|
|
1250
|
-
conditions:
|
|
1251
|
-
|
|
1252
|
-
The above copyright notice and this permission notice
|
|
1253
|
-
shall be included in all copies or substantial portions
|
|
1254
|
-
of the Software.
|
|
1255
|
-
|
|
1256
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1257
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1258
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1259
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1260
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1261
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1262
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1263
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1264
|
-
DEALINGS IN THE SOFTWARE.
|
|
687
|
+
The above copyright notice and this permission notice shall be included in all
|
|
688
|
+
copies or substantial portions of the Software.
|
|
1265
689
|
|
|
690
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
691
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
692
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
693
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
694
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
695
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
696
|
+
SOFTWARE.
|
|
1266
697
|
|
|
1267
698
|
````
|
|
1268
699
|
|
|
@@ -1272,36 +703,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1272
703
|
|
|
1273
704
|
### Rust Crates:
|
|
1274
705
|
|
|
1275
|
-
- [
|
|
1276
|
-
- [
|
|
1277
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
706
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
707
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1278
708
|
|
|
1279
709
|
````text
|
|
1280
|
-
Copyright (c)
|
|
710
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1281
711
|
|
|
1282
|
-
Permission is hereby granted, free of charge, to any
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
the Software, and to permit persons to whom the Software
|
|
1289
|
-
is furnished to do so, subject to the following
|
|
1290
|
-
conditions:
|
|
712
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
713
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
714
|
+
in the Software without restriction, including without limitation the rights
|
|
715
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
716
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
717
|
+
furnished to do so, subject to the following conditions:
|
|
1291
718
|
|
|
1292
|
-
The above copyright notice and this permission notice
|
|
1293
|
-
|
|
1294
|
-
of the Software.
|
|
719
|
+
The above copyright notice and this permission notice shall be included in all
|
|
720
|
+
copies or substantial portions of the Software.
|
|
1295
721
|
|
|
1296
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1304
|
-
DEALINGS IN THE SOFTWARE.
|
|
722
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
723
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
724
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
725
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
726
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
727
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
728
|
+
SOFTWARE.
|
|
1305
729
|
|
|
1306
730
|
````
|
|
1307
731
|
|
|
@@ -1311,13 +735,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1311
735
|
|
|
1312
736
|
### Rust Crates:
|
|
1313
737
|
|
|
1314
|
-
- [
|
|
738
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1315
739
|
|
|
1316
740
|
````text
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1320
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
741
|
+
Copyright (c) 2017 Daniel Abramov
|
|
742
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1321
743
|
|
|
1322
744
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1323
745
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1326,16 +748,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1326
748
|
copies of the Software, and to permit persons to whom the Software is
|
|
1327
749
|
furnished to do so, subject to the following conditions:
|
|
1328
750
|
|
|
1329
|
-
The above copyright notice and this permission notice shall be included in
|
|
1330
|
-
copies or substantial portions of the Software.
|
|
751
|
+
The above copyright notice and this permission notice shall be included in
|
|
752
|
+
all copies or substantial portions of the Software.
|
|
1331
753
|
|
|
1332
754
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1333
755
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1334
756
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1335
757
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1336
758
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1337
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1338
|
-
SOFTWARE.
|
|
759
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
760
|
+
THE SOFTWARE.
|
|
1339
761
|
|
|
1340
762
|
````
|
|
1341
763
|
|
|
@@ -1345,12 +767,12 @@ SOFTWARE.
|
|
|
1345
767
|
|
|
1346
768
|
### Rust Crates:
|
|
1347
769
|
|
|
1348
|
-
- [
|
|
770
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1349
771
|
|
|
1350
772
|
````text
|
|
1351
773
|
The MIT License (MIT)
|
|
1352
774
|
|
|
1353
|
-
Copyright (c)
|
|
775
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1354
776
|
|
|
1355
777
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1356
778
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1359,130 +781,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1359
781
|
copies of the Software, and to permit persons to whom the Software is
|
|
1360
782
|
furnished to do so, subject to the following conditions:
|
|
1361
783
|
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
all copies or substantial portions of the Software.
|
|
1365
|
-
|
|
784
|
+
The above copyright notice and this permission notice shall be included in all
|
|
785
|
+
copies or substantial portions of the Software.
|
|
1366
786
|
|
|
1367
787
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1368
788
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1369
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
789
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1370
790
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1371
791
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1372
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
````
|
|
1376
|
-
|
|
1377
|
-
---
|
|
1378
|
-
|
|
1379
|
-
## The following dependencies are licensed under the MIT License:
|
|
1380
|
-
|
|
1381
|
-
### Rust Crates:
|
|
1382
|
-
|
|
1383
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1384
|
-
|
|
1385
|
-
````text
|
|
1386
|
-
Copyright (c) 2015 Steven Allen
|
|
1387
|
-
|
|
1388
|
-
Permission is hereby granted, free of charge, to any
|
|
1389
|
-
person obtaining a copy of this software and associated
|
|
1390
|
-
documentation files (the "Software"), to deal in the
|
|
1391
|
-
Software without restriction, including without
|
|
1392
|
-
limitation the rights to use, copy, modify, merge,
|
|
1393
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1394
|
-
the Software, and to permit persons to whom the Software
|
|
1395
|
-
is furnished to do so, subject to the following
|
|
1396
|
-
conditions:
|
|
1397
|
-
|
|
1398
|
-
The above copyright notice and this permission notice
|
|
1399
|
-
shall be included in all copies or substantial portions
|
|
1400
|
-
of the Software.
|
|
1401
|
-
|
|
1402
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1403
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1404
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1405
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1406
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1407
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1408
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1409
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1410
|
-
DEALINGS IN THE SOFTWARE.
|
|
1411
|
-
|
|
1412
|
-
````
|
|
1413
|
-
|
|
1414
|
-
---
|
|
1415
|
-
|
|
1416
|
-
## The following dependencies are licensed under the MIT License:
|
|
1417
|
-
|
|
1418
|
-
### Rust Crates:
|
|
1419
|
-
|
|
1420
|
-
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1421
|
-
|
|
1422
|
-
````text
|
|
1423
|
-
Copyright (c) The rust-url developers
|
|
1424
|
-
|
|
1425
|
-
Permission is hereby granted, free of charge, to any
|
|
1426
|
-
person obtaining a copy of this software and associated
|
|
1427
|
-
documentation files (the "Software"), to deal in the
|
|
1428
|
-
Software without restriction, including without
|
|
1429
|
-
limitation the rights to use, copy, modify, merge,
|
|
1430
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1431
|
-
the Software, and to permit persons to whom the Software
|
|
1432
|
-
is furnished to do so, subject to the following
|
|
1433
|
-
conditions:
|
|
1434
|
-
|
|
1435
|
-
The above copyright notice and this permission notice
|
|
1436
|
-
shall be included in all copies or substantial portions
|
|
1437
|
-
of the Software.
|
|
1438
|
-
|
|
1439
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1440
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1441
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1442
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1443
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1444
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1445
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1446
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1447
|
-
DEALINGS IN THE SOFTWARE.
|
|
1448
|
-
|
|
1449
|
-
````
|
|
1450
|
-
|
|
1451
|
-
---
|
|
1452
|
-
|
|
1453
|
-
## The following dependencies are licensed under the MIT License:
|
|
1454
|
-
|
|
1455
|
-
### Rust Crates:
|
|
1456
|
-
|
|
1457
|
-
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1458
|
-
|
|
1459
|
-
````text
|
|
1460
|
-
Copyright (c) 2019-2021 Tower Contributors
|
|
1461
|
-
|
|
1462
|
-
Permission is hereby granted, free of charge, to any
|
|
1463
|
-
person obtaining a copy of this software and associated
|
|
1464
|
-
documentation files (the "Software"), to deal in the
|
|
1465
|
-
Software without restriction, including without
|
|
1466
|
-
limitation the rights to use, copy, modify, merge,
|
|
1467
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1468
|
-
the Software, and to permit persons to whom the Software
|
|
1469
|
-
is furnished to do so, subject to the following
|
|
1470
|
-
conditions:
|
|
1471
|
-
|
|
1472
|
-
The above copyright notice and this permission notice
|
|
1473
|
-
shall be included in all copies or substantial portions
|
|
1474
|
-
of the Software.
|
|
1475
|
-
|
|
1476
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1477
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1478
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1479
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1480
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1481
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1482
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1483
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1484
|
-
DEALINGS IN THE SOFTWARE.
|
|
1485
|
-
|
|
792
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
793
|
+
SOFTWARE.
|
|
1486
794
|
````
|
|
1487
795
|
|
|
1488
796
|
---
|
|
@@ -1491,11 +799,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1491
799
|
|
|
1492
800
|
### Rust Crates:
|
|
1493
801
|
|
|
1494
|
-
- [
|
|
1495
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
802
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1496
803
|
|
|
1497
804
|
````text
|
|
1498
|
-
Copyright (c)
|
|
805
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1499
806
|
|
|
1500
807
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1501
808
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1504,16 +811,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1504
811
|
copies of the Software, and to permit persons to whom the Software is
|
|
1505
812
|
furnished to do so, subject to the following conditions:
|
|
1506
813
|
|
|
1507
|
-
The above copyright notice and this permission notice shall be included in
|
|
1508
|
-
copies or substantial portions of the Software.
|
|
814
|
+
The above copyright notice and this permission notice shall be included in
|
|
815
|
+
all copies or substantial portions of the Software.
|
|
1509
816
|
|
|
1510
817
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1511
818
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1512
819
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1513
820
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1514
821
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1515
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1516
|
-
SOFTWARE.
|
|
822
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
823
|
+
THE SOFTWARE.
|
|
824
|
+
|
|
1517
825
|
|
|
1518
826
|
````
|
|
1519
827
|
|
|
@@ -1521,18 +829,33 @@ SOFTWARE.
|
|
|
1521
829
|
|
|
1522
830
|
## The following dependencies are licensed under the MIT License:
|
|
1523
831
|
|
|
1524
|
-
###
|
|
832
|
+
### NPM Packages:
|
|
1525
833
|
|
|
1526
|
-
- [
|
|
834
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
835
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
1527
836
|
|
|
1528
837
|
````text
|
|
1529
|
-
|
|
838
|
+
MIT License
|
|
1530
839
|
|
|
1531
|
-
|
|
840
|
+
Copyright (c) Microsoft Corporation.
|
|
1532
841
|
|
|
1533
|
-
|
|
842
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
843
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
844
|
+
in the Software without restriction, including without limitation the rights
|
|
845
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
846
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
847
|
+
furnished to do so, subject to the following conditions:
|
|
1534
848
|
|
|
1535
|
-
|
|
849
|
+
The above copyright notice and this permission notice shall be included in all
|
|
850
|
+
copies or substantial portions of the Software.
|
|
851
|
+
|
|
852
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
853
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
854
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
855
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
856
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
857
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
858
|
+
SOFTWARE
|
|
1536
859
|
|
|
1537
860
|
````
|
|
1538
861
|
|
|
@@ -1542,10 +865,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1542
865
|
|
|
1543
866
|
### Rust Crates:
|
|
1544
867
|
|
|
1545
|
-
- [
|
|
868
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1546
869
|
|
|
1547
870
|
````text
|
|
1548
|
-
Copyright (c)
|
|
871
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1549
872
|
|
|
1550
873
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1551
874
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1571,14 +894,15 @@ THE SOFTWARE.
|
|
|
1571
894
|
|
|
1572
895
|
## The following dependencies are licensed under the MIT License:
|
|
1573
896
|
|
|
1574
|
-
###
|
|
897
|
+
### NPM Packages:
|
|
1575
898
|
|
|
1576
|
-
- [
|
|
899
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
900
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1577
901
|
|
|
1578
902
|
````text
|
|
1579
|
-
|
|
903
|
+
MIT License
|
|
1580
904
|
|
|
1581
|
-
Copyright (c)
|
|
905
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1582
906
|
|
|
1583
907
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1584
908
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1606,29 +930,41 @@ SOFTWARE.
|
|
|
1606
930
|
|
|
1607
931
|
### Rust Crates:
|
|
1608
932
|
|
|
1609
|
-
- [
|
|
933
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
934
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
935
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
936
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
937
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
938
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
939
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
940
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
941
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
942
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
943
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
944
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
945
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
946
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
947
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1610
948
|
|
|
1611
949
|
````text
|
|
1612
|
-
|
|
950
|
+
MIT License
|
|
1613
951
|
|
|
1614
|
-
|
|
1615
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1616
|
-
in the Software without restriction, including without limitation the rights
|
|
1617
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1618
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1619
|
-
furnished to do so, subject to the following conditions:
|
|
952
|
+
Copyright (c) <year> <copyright holders>
|
|
1620
953
|
|
|
1621
|
-
|
|
1622
|
-
|
|
954
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
955
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
956
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
957
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
958
|
+
following conditions:
|
|
1623
959
|
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1627
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1628
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1629
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1630
|
-
THE SOFTWARE.
|
|
960
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
961
|
+
portions of the Software.
|
|
1631
962
|
|
|
963
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
964
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
965
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
966
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
967
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1632
968
|
|
|
1633
969
|
````
|
|
1634
970
|
|
|
@@ -1638,11 +974,10 @@ THE SOFTWARE.
|
|
|
1638
974
|
|
|
1639
975
|
### Rust Crates:
|
|
1640
976
|
|
|
1641
|
-
- [
|
|
977
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1642
978
|
|
|
1643
979
|
````text
|
|
1644
|
-
Copyright (c)
|
|
1645
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
980
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1646
981
|
|
|
1647
982
|
Permission is hereby granted, free of charge, to any
|
|
1648
983
|
person obtaining a copy of this software and associated
|
|
@@ -1676,10 +1011,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1676
1011
|
|
|
1677
1012
|
### Rust Crates:
|
|
1678
1013
|
|
|
1679
|
-
- [
|
|
1014
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
1680
1015
|
|
|
1681
1016
|
````text
|
|
1682
|
-
Copyright (c)
|
|
1017
|
+
Copyright (c) 2015 steffengy
|
|
1018
|
+
|
|
1019
|
+
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:
|
|
1020
|
+
|
|
1021
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1022
|
+
|
|
1023
|
+
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.
|
|
1024
|
+
|
|
1025
|
+
````
|
|
1026
|
+
|
|
1027
|
+
---
|
|
1028
|
+
|
|
1029
|
+
## The following dependencies are licensed under the MIT License:
|
|
1030
|
+
|
|
1031
|
+
### Rust Crates:
|
|
1032
|
+
|
|
1033
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1034
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1035
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1036
|
+
|
|
1037
|
+
````text
|
|
1038
|
+
MIT License
|
|
1039
|
+
|
|
1040
|
+
Copyright (c) Tokio Contributors
|
|
1683
1041
|
|
|
1684
1042
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1685
1043
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1707,30 +1065,10 @@ SOFTWARE.
|
|
|
1707
1065
|
|
|
1708
1066
|
### Rust Crates:
|
|
1709
1067
|
|
|
1710
|
-
- [
|
|
1711
|
-
|
|
1712
|
-
````text
|
|
1713
|
-
Copyright (c) 2015 steffengy
|
|
1714
|
-
|
|
1715
|
-
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:
|
|
1716
|
-
|
|
1717
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1718
|
-
|
|
1719
|
-
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.
|
|
1720
|
-
|
|
1721
|
-
````
|
|
1722
|
-
|
|
1723
|
-
---
|
|
1724
|
-
|
|
1725
|
-
## The following dependencies are licensed under the MIT License:
|
|
1726
|
-
|
|
1727
|
-
### Rust Crates:
|
|
1728
|
-
|
|
1729
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1068
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1730
1069
|
|
|
1731
1070
|
````text
|
|
1732
|
-
Copyright (c)
|
|
1733
|
-
Copyright (c) 2016 Jason Housley
|
|
1071
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1734
1072
|
|
|
1735
1073
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1736
1074
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1750,6 +1088,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1750
1088
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1751
1089
|
THE SOFTWARE.
|
|
1752
1090
|
|
|
1091
|
+
|
|
1753
1092
|
````
|
|
1754
1093
|
|
|
1755
1094
|
---
|
|
@@ -1758,12 +1097,79 @@ THE SOFTWARE.
|
|
|
1758
1097
|
|
|
1759
1098
|
### NPM Packages:
|
|
1760
1099
|
|
|
1761
|
-
- [
|
|
1100
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1101
|
+
|
|
1102
|
+
````text
|
|
1103
|
+
This software is released under the MIT license:
|
|
1104
|
+
|
|
1105
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1106
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1107
|
+
the Software without restriction, including without limitation the rights to
|
|
1108
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1109
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1110
|
+
subject to the following conditions:
|
|
1111
|
+
|
|
1112
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1113
|
+
copies or substantial portions of the Software.
|
|
1114
|
+
|
|
1115
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1116
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1117
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1118
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1119
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1120
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1121
|
+
|
|
1122
|
+
````
|
|
1123
|
+
|
|
1124
|
+
---
|
|
1125
|
+
|
|
1126
|
+
## The following dependencies are licensed under the MIT License:
|
|
1127
|
+
|
|
1128
|
+
### Rust Crates:
|
|
1129
|
+
|
|
1130
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1131
|
+
|
|
1132
|
+
````text
|
|
1133
|
+
Copyright (c) 2017 http-rs authors
|
|
1134
|
+
|
|
1135
|
+
Permission is hereby granted, free of charge, to any
|
|
1136
|
+
person obtaining a copy of this software and associated
|
|
1137
|
+
documentation files (the "Software"), to deal in the
|
|
1138
|
+
Software without restriction, including without
|
|
1139
|
+
limitation the rights to use, copy, modify, merge,
|
|
1140
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1141
|
+
the Software, and to permit persons to whom the Software
|
|
1142
|
+
is furnished to do so, subject to the following
|
|
1143
|
+
conditions:
|
|
1144
|
+
|
|
1145
|
+
The above copyright notice and this permission notice
|
|
1146
|
+
shall be included in all copies or substantial portions
|
|
1147
|
+
of the Software.
|
|
1148
|
+
|
|
1149
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1150
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1151
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1152
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1153
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1154
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1155
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1156
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1157
|
+
DEALINGS IN THE SOFTWARE.
|
|
1158
|
+
|
|
1159
|
+
````
|
|
1160
|
+
|
|
1161
|
+
---
|
|
1162
|
+
|
|
1163
|
+
## The following dependencies are licensed under the MIT License:
|
|
1164
|
+
|
|
1165
|
+
### NPM Packages:
|
|
1166
|
+
|
|
1167
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
|
|
1762
1168
|
|
|
1763
1169
|
````text
|
|
1764
1170
|
MIT License
|
|
1765
1171
|
|
|
1766
|
-
Copyright (c)
|
|
1172
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1767
1173
|
|
|
1768
1174
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1769
1175
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1783,7 +1189,42 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1783
1189
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1784
1190
|
SOFTWARE.
|
|
1785
1191
|
|
|
1786
|
-
|
|
1192
|
+
````
|
|
1193
|
+
|
|
1194
|
+
---
|
|
1195
|
+
|
|
1196
|
+
## The following dependencies are licensed under the MIT License:
|
|
1197
|
+
|
|
1198
|
+
### Rust Crates:
|
|
1199
|
+
|
|
1200
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1201
|
+
|
|
1202
|
+
````text
|
|
1203
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1204
|
+
|
|
1205
|
+
Permission is hereby granted, free of charge, to any
|
|
1206
|
+
person obtaining a copy of this software and associated
|
|
1207
|
+
documentation files (the "Software"), to deal in the
|
|
1208
|
+
Software without restriction, including without
|
|
1209
|
+
limitation the rights to use, copy, modify, merge,
|
|
1210
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1211
|
+
the Software, and to permit persons to whom the Software
|
|
1212
|
+
is furnished to do so, subject to the following
|
|
1213
|
+
conditions:
|
|
1214
|
+
|
|
1215
|
+
The above copyright notice and this permission notice
|
|
1216
|
+
shall be included in all copies or substantial portions
|
|
1217
|
+
of the Software.
|
|
1218
|
+
|
|
1219
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1220
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1221
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1222
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1223
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1224
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1225
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1226
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1227
|
+
DEALINGS IN THE SOFTWARE.
|
|
1787
1228
|
|
|
1788
1229
|
````
|
|
1789
1230
|
|
|
@@ -1793,13 +1234,15 @@ SOFTWARE.
|
|
|
1793
1234
|
|
|
1794
1235
|
### Rust Crates:
|
|
1795
1236
|
|
|
1796
|
-
- [
|
|
1797
|
-
- [
|
|
1798
|
-
- [
|
|
1799
|
-
- [
|
|
1237
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
1238
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1239
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1240
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1241
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1242
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1800
1243
|
|
|
1801
1244
|
````text
|
|
1802
|
-
Copyright (c)
|
|
1245
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1803
1246
|
|
|
1804
1247
|
Permission is hereby granted, free of charge, to any
|
|
1805
1248
|
person obtaining a copy of this software and associated
|
|
@@ -1833,43 +1276,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1833
1276
|
|
|
1834
1277
|
### Rust Crates:
|
|
1835
1278
|
|
|
1836
|
-
- [
|
|
1279
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1280
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1837
1281
|
|
|
1838
1282
|
````text
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1842
|
-
|
|
1843
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1844
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1845
|
-
in the Software without restriction, including without limitation the rights
|
|
1846
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1847
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1848
|
-
furnished to do so, subject to the following conditions:
|
|
1849
|
-
|
|
1850
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1851
|
-
copies or substantial portions of the Software.
|
|
1852
|
-
|
|
1853
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1854
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1855
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1856
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1857
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1858
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1859
|
-
SOFTWARE.
|
|
1860
|
-
````
|
|
1861
|
-
|
|
1862
|
-
---
|
|
1863
|
-
|
|
1864
|
-
## The following dependencies are licensed under the MIT License:
|
|
1865
|
-
|
|
1866
|
-
### Rust Crates:
|
|
1867
|
-
|
|
1868
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1283
|
+
MIT License
|
|
1869
1284
|
|
|
1870
|
-
|
|
1871
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1872
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1285
|
+
Copyright (c) 2019 Graham Esau
|
|
1873
1286
|
|
|
1874
1287
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1875
1288
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1897,11 +1310,11 @@ SOFTWARE.
|
|
|
1897
1310
|
|
|
1898
1311
|
### Rust Crates:
|
|
1899
1312
|
|
|
1900
|
-
- [
|
|
1901
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1313
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1902
1314
|
|
|
1903
1315
|
````text
|
|
1904
|
-
Copyright (c)
|
|
1316
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1317
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1905
1318
|
|
|
1906
1319
|
Permission is hereby granted, free of charge, to any
|
|
1907
1320
|
person obtaining a copy of this software and associated
|
|
@@ -1933,14 +1346,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1933
1346
|
|
|
1934
1347
|
## The following dependencies are licensed under the MIT License:
|
|
1935
1348
|
|
|
1936
|
-
###
|
|
1349
|
+
### Rust Crates:
|
|
1937
1350
|
|
|
1938
|
-
- [
|
|
1351
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1939
1352
|
|
|
1940
1353
|
````text
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1354
|
+
MIT License
|
|
1944
1355
|
|
|
1945
1356
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1946
1357
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1960,6 +1371,66 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1960
1371
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1961
1372
|
SOFTWARE.
|
|
1962
1373
|
|
|
1374
|
+
````
|
|
1375
|
+
|
|
1376
|
+
---
|
|
1377
|
+
|
|
1378
|
+
## The following dependencies are licensed under the MIT License:
|
|
1379
|
+
|
|
1380
|
+
### Rust Crates:
|
|
1381
|
+
|
|
1382
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1383
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1384
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1385
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1386
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1387
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1388
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1389
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1390
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1391
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1392
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1393
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1394
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1395
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1396
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1397
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1398
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1399
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1400
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1401
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1402
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1403
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1404
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1405
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1406
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1407
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1408
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1409
|
+
|
|
1410
|
+
````text
|
|
1411
|
+
Permission is hereby granted, free of charge, to any
|
|
1412
|
+
person obtaining a copy of this software and associated
|
|
1413
|
+
documentation files (the "Software"), to deal in the
|
|
1414
|
+
Software without restriction, including without
|
|
1415
|
+
limitation the rights to use, copy, modify, merge,
|
|
1416
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1417
|
+
the Software, and to permit persons to whom the Software
|
|
1418
|
+
is furnished to do so, subject to the following
|
|
1419
|
+
conditions:
|
|
1420
|
+
|
|
1421
|
+
The above copyright notice and this permission notice
|
|
1422
|
+
shall be included in all copies or substantial portions
|
|
1423
|
+
of the Software.
|
|
1424
|
+
|
|
1425
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1426
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1427
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1428
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1429
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1430
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1431
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1432
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1433
|
+
DEALINGS IN THE SOFTWARE.
|
|
1963
1434
|
|
|
1964
1435
|
````
|
|
1965
1436
|
|
|
@@ -2006,16 +1477,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2006
1477
|
|
|
2007
1478
|
### Rust Crates:
|
|
2008
1479
|
|
|
2009
|
-
- [
|
|
1480
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2010
1481
|
|
|
2011
1482
|
````text
|
|
2012
|
-
MIT License
|
|
2013
|
-
|
|
2014
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2015
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2016
|
-
Copyright (c) 2017 Frommi
|
|
2017
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1483
|
+
The MIT License (MIT)
|
|
2018
1484
|
|
|
1485
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2019
1486
|
|
|
2020
1487
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2021
1488
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2041,16 +1508,14 @@ SOFTWARE.
|
|
|
2041
1508
|
|
|
2042
1509
|
## The following dependencies are licensed under the MIT License:
|
|
2043
1510
|
|
|
2044
|
-
###
|
|
1511
|
+
### NPM Packages:
|
|
2045
1512
|
|
|
2046
|
-
- [
|
|
2047
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2048
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1513
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2049
1514
|
|
|
2050
1515
|
````text
|
|
2051
1516
|
MIT License
|
|
2052
1517
|
|
|
2053
|
-
Copyright (c)
|
|
1518
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2054
1519
|
|
|
2055
1520
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2056
1521
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2078,10 +1543,10 @@ SOFTWARE.
|
|
|
2078
1543
|
|
|
2079
1544
|
### Rust Crates:
|
|
2080
1545
|
|
|
2081
|
-
- [
|
|
1546
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2082
1547
|
|
|
2083
1548
|
````text
|
|
2084
|
-
Copyright (c)
|
|
1549
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2085
1550
|
|
|
2086
1551
|
Permission is hereby granted, free of charge, to any
|
|
2087
1552
|
person obtaining a copy of this software and associated
|
|
@@ -2115,14 +1580,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2115
1580
|
|
|
2116
1581
|
### Rust Crates:
|
|
2117
1582
|
|
|
2118
|
-
- [
|
|
1583
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2119
1584
|
|
|
2120
1585
|
````text
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
Copyright (c) 2015 Danny Guo
|
|
2124
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2125
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1586
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2126
1587
|
|
|
2127
1588
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2128
1589
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2150,10 +1611,10 @@ SOFTWARE.
|
|
|
2150
1611
|
|
|
2151
1612
|
### Rust Crates:
|
|
2152
1613
|
|
|
2153
|
-
- [
|
|
1614
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2154
1615
|
|
|
2155
1616
|
````text
|
|
2156
|
-
Copyright (c) 2016
|
|
1617
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2157
1618
|
|
|
2158
1619
|
Permission is hereby granted, free of charge, to any
|
|
2159
1620
|
person obtaining a copy of this software and associated
|
|
@@ -2187,68 +1648,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2187
1648
|
|
|
2188
1649
|
### Rust Crates:
|
|
2189
1650
|
|
|
2190
|
-
- [
|
|
2191
|
-
|
|
2192
|
-
````text
|
|
2193
|
-
Copyright (c) 2016 The humantime Developers
|
|
2194
|
-
|
|
2195
|
-
Includes parts of http date with the following copyright:
|
|
2196
|
-
Copyright (c) 2016 Pyfisch
|
|
2197
|
-
|
|
2198
|
-
Includes portions of musl libc with the following copyright:
|
|
2199
|
-
Copyright © 2005-2013 Rich Felker
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2203
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2204
|
-
in the Software without restriction, including without limitation the rights
|
|
2205
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2206
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2207
|
-
furnished to do so, subject to the following conditions:
|
|
2208
|
-
|
|
2209
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2210
|
-
copies or substantial portions of the Software.
|
|
2211
|
-
|
|
2212
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2213
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2214
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2215
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2216
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2217
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2218
|
-
SOFTWARE.
|
|
2219
|
-
|
|
2220
|
-
````
|
|
2221
|
-
|
|
2222
|
-
---
|
|
2223
|
-
|
|
2224
|
-
## The following dependencies are licensed under the MIT License:
|
|
2225
|
-
|
|
2226
|
-
### Rust Crates:
|
|
2227
|
-
|
|
2228
|
-
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1651
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2229
1652
|
|
|
2230
1653
|
````text
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
Copyright (c) 2015 Alice Maz
|
|
1654
|
+
Copyright (c) 2016--2023
|
|
2234
1655
|
|
|
2235
|
-
Permission is hereby granted, free of charge, to any
|
|
2236
|
-
of this software and associated
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
1656
|
+
Permission is hereby granted, free of charge, to any
|
|
1657
|
+
person obtaining a copy of this software and associated
|
|
1658
|
+
documentation files (the "Software"), to deal in the
|
|
1659
|
+
Software without restriction, including without
|
|
1660
|
+
limitation the rights to use, copy, modify, merge,
|
|
1661
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1662
|
+
the Software, and to permit persons to whom the Software
|
|
1663
|
+
is furnished to do so, subject to the following
|
|
1664
|
+
conditions:
|
|
2241
1665
|
|
|
2242
|
-
The above copyright notice and this permission notice
|
|
2243
|
-
all copies or substantial portions
|
|
1666
|
+
The above copyright notice and this permission notice
|
|
1667
|
+
shall be included in all copies or substantial portions
|
|
1668
|
+
of the Software.
|
|
2244
1669
|
|
|
2245
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2246
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
1670
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1671
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1672
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1673
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1674
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1675
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1676
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1677
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1678
|
+
DEALINGS IN THE SOFTWARE.
|
|
2252
1679
|
|
|
2253
1680
|
````
|
|
2254
1681
|
|
|
@@ -2258,31 +1685,34 @@ THE SOFTWARE.
|
|
|
2258
1685
|
|
|
2259
1686
|
### Rust Crates:
|
|
2260
1687
|
|
|
2261
|
-
- [
|
|
2262
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1688
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2263
1689
|
|
|
2264
1690
|
````text
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
Copyright (c) 2019 Graham Esau
|
|
1691
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2268
1692
|
|
|
2269
|
-
Permission is hereby granted, free of charge, to any
|
|
2270
|
-
of this software and associated
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
1693
|
+
Permission is hereby granted, free of charge, to any
|
|
1694
|
+
person obtaining a copy of this software and associated
|
|
1695
|
+
documentation files (the "Software"), to deal in the
|
|
1696
|
+
Software without restriction, including without
|
|
1697
|
+
limitation the rights to use, copy, modify, merge,
|
|
1698
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1699
|
+
the Software, and to permit persons to whom the Software
|
|
1700
|
+
is furnished to do so, subject to the following
|
|
1701
|
+
conditions:
|
|
2275
1702
|
|
|
2276
|
-
The above copyright notice and this permission notice
|
|
2277
|
-
copies or substantial portions
|
|
1703
|
+
The above copyright notice and this permission notice
|
|
1704
|
+
shall be included in all copies or substantial portions
|
|
1705
|
+
of the Software.
|
|
2278
1706
|
|
|
2279
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2280
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
1707
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1708
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1709
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1710
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1711
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1712
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1713
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1714
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1715
|
+
DEALINGS IN THE SOFTWARE.
|
|
2286
1716
|
|
|
2287
1717
|
````
|
|
2288
1718
|
|
|
@@ -2292,11 +1722,10 @@ SOFTWARE.
|
|
|
2292
1722
|
|
|
2293
1723
|
### Rust Crates:
|
|
2294
1724
|
|
|
2295
|
-
- [
|
|
1725
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2296
1726
|
|
|
2297
1727
|
````text
|
|
2298
|
-
Copyright (c)
|
|
2299
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1728
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2300
1729
|
|
|
2301
1730
|
Permission is hereby granted, free of charge, to any
|
|
2302
1731
|
person obtaining a copy of this software and associated
|
|
@@ -2330,28 +1759,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2330
1759
|
|
|
2331
1760
|
### Rust Crates:
|
|
2332
1761
|
|
|
2333
|
-
- [
|
|
1762
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1763
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1764
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2334
1765
|
|
|
2335
1766
|
````text
|
|
2336
|
-
Copyright (c)
|
|
1767
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2337
1768
|
|
|
2338
|
-
Permission is hereby granted, free of charge, to any
|
|
2339
|
-
of this software and associated
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
1769
|
+
Permission is hereby granted, free of charge, to any
|
|
1770
|
+
person obtaining a copy of this software and associated
|
|
1771
|
+
documentation files (the "Software"), to deal in the
|
|
1772
|
+
Software without restriction, including without
|
|
1773
|
+
limitation the rights to use, copy, modify, merge,
|
|
1774
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1775
|
+
the Software, and to permit persons to whom the Software
|
|
1776
|
+
is furnished to do so, subject to the following
|
|
1777
|
+
conditions:
|
|
2344
1778
|
|
|
2345
|
-
The above copyright notice and this permission notice
|
|
2346
|
-
all copies or substantial portions
|
|
1779
|
+
The above copyright notice and this permission notice
|
|
1780
|
+
shall be included in all copies or substantial portions
|
|
1781
|
+
of the Software.
|
|
2347
1782
|
|
|
2348
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2349
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
1783
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1784
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1785
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1786
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1787
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1788
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1789
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1790
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1791
|
+
DEALINGS IN THE SOFTWARE.
|
|
2355
1792
|
|
|
2356
1793
|
````
|
|
2357
1794
|
|
|
@@ -2361,30 +1798,34 @@ THE SOFTWARE.
|
|
|
2361
1798
|
|
|
2362
1799
|
### Rust Crates:
|
|
2363
1800
|
|
|
2364
|
-
- [
|
|
1801
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2365
1802
|
|
|
2366
1803
|
````text
|
|
2367
|
-
Copyright (c) 2017
|
|
2368
|
-
|
|
2369
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2370
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2371
|
-
in the Software without restriction, including without limitation the rights
|
|
2372
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2373
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2374
|
-
furnished to do so, subject to the following conditions:
|
|
2375
|
-
|
|
2376
|
-
The above copyright notice and this permission notice shall be included in
|
|
2377
|
-
all copies or substantial portions of the Software.
|
|
1804
|
+
Copyright (c) 2017 Robert Grosse
|
|
2378
1805
|
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
1806
|
+
Permission is hereby granted, free of charge, to any
|
|
1807
|
+
person obtaining a copy of this software and associated
|
|
1808
|
+
documentation files (the "Software"), to deal in the
|
|
1809
|
+
Software without restriction, including without
|
|
1810
|
+
limitation the rights to use, copy, modify, merge,
|
|
1811
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1812
|
+
the Software, and to permit persons to whom the Software
|
|
1813
|
+
is furnished to do so, subject to the following
|
|
1814
|
+
conditions:
|
|
2386
1815
|
|
|
1816
|
+
The above copyright notice and this permission notice
|
|
1817
|
+
shall be included in all copies or substantial portions
|
|
1818
|
+
of the Software.
|
|
2387
1819
|
|
|
1820
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1821
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1822
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1823
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1824
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1825
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1826
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1827
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1828
|
+
DEALINGS IN THE SOFTWARE.
|
|
2388
1829
|
````
|
|
2389
1830
|
|
|
2390
1831
|
---
|
|
@@ -2393,10 +1834,13 @@ THE SOFTWARE.
|
|
|
2393
1834
|
|
|
2394
1835
|
### Rust Crates:
|
|
2395
1836
|
|
|
2396
|
-
- [
|
|
1837
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2397
1838
|
|
|
2398
1839
|
````text
|
|
2399
|
-
|
|
1840
|
+
MIT License
|
|
1841
|
+
|
|
1842
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1843
|
+
Copyright (c) Tokio Contributors
|
|
2400
1844
|
|
|
2401
1845
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2402
1846
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2405,16 +1849,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2405
1849
|
copies of the Software, and to permit persons to whom the Software is
|
|
2406
1850
|
furnished to do so, subject to the following conditions:
|
|
2407
1851
|
|
|
2408
|
-
The above copyright notice and this permission notice shall be included in
|
|
2409
|
-
|
|
1852
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1853
|
+
copies or substantial portions of the Software.
|
|
2410
1854
|
|
|
2411
1855
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2412
1856
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2413
1857
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2414
1858
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2415
1859
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2416
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2417
|
-
|
|
1860
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1861
|
+
SOFTWARE.
|
|
2418
1862
|
|
|
2419
1863
|
````
|
|
2420
1864
|
|
|
@@ -2424,28 +1868,34 @@ THE SOFTWARE.
|
|
|
2424
1868
|
|
|
2425
1869
|
### Rust Crates:
|
|
2426
1870
|
|
|
2427
|
-
- [
|
|
1871
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2428
1872
|
|
|
2429
1873
|
````text
|
|
2430
|
-
Copyright
|
|
1874
|
+
Copyright 2023 The Fuchsia Authors
|
|
2431
1875
|
|
|
2432
|
-
Permission is hereby granted, free of charge, to any
|
|
2433
|
-
of this software and associated
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
1876
|
+
Permission is hereby granted, free of charge, to any
|
|
1877
|
+
person obtaining a copy of this software and associated
|
|
1878
|
+
documentation files (the "Software"), to deal in the
|
|
1879
|
+
Software without restriction, including without
|
|
1880
|
+
limitation the rights to use, copy, modify, merge,
|
|
1881
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1882
|
+
the Software, and to permit persons to whom the Software
|
|
1883
|
+
is furnished to do so, subject to the following
|
|
1884
|
+
conditions:
|
|
2438
1885
|
|
|
2439
|
-
The above copyright notice and this permission notice
|
|
2440
|
-
all copies or substantial portions
|
|
1886
|
+
The above copyright notice and this permission notice
|
|
1887
|
+
shall be included in all copies or substantial portions
|
|
1888
|
+
of the Software.
|
|
2441
1889
|
|
|
2442
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2443
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
1890
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1891
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1892
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1893
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1894
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1895
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1896
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1897
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1898
|
+
DEALINGS IN THE SOFTWARE.
|
|
2449
1899
|
|
|
2450
1900
|
|
|
2451
1901
|
````
|
|
@@ -2454,33 +1904,39 @@ THE SOFTWARE.
|
|
|
2454
1904
|
|
|
2455
1905
|
## The following dependencies are licensed under the MIT License:
|
|
2456
1906
|
|
|
2457
|
-
###
|
|
1907
|
+
### Rust Crates:
|
|
2458
1908
|
|
|
2459
|
-
- [
|
|
2460
|
-
- [
|
|
1909
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1910
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1911
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2461
1912
|
|
|
2462
1913
|
````text
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
1914
|
+
Copyright 2018 Developers of the Rand project
|
|
1915
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2466
1916
|
|
|
2467
|
-
Permission is hereby granted, free of charge, to any
|
|
2468
|
-
of this software and associated
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
1917
|
+
Permission is hereby granted, free of charge, to any
|
|
1918
|
+
person obtaining a copy of this software and associated
|
|
1919
|
+
documentation files (the "Software"), to deal in the
|
|
1920
|
+
Software without restriction, including without
|
|
1921
|
+
limitation the rights to use, copy, modify, merge,
|
|
1922
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1923
|
+
the Software, and to permit persons to whom the Software
|
|
1924
|
+
is furnished to do so, subject to the following
|
|
1925
|
+
conditions:
|
|
2473
1926
|
|
|
2474
|
-
The above copyright notice and this permission notice
|
|
2475
|
-
copies or substantial portions
|
|
1927
|
+
The above copyright notice and this permission notice
|
|
1928
|
+
shall be included in all copies or substantial portions
|
|
1929
|
+
of the Software.
|
|
2476
1930
|
|
|
2477
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2478
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
1931
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1932
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1933
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1934
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1935
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1936
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1937
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1938
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1939
|
+
DEALINGS IN THE SOFTWARE.
|
|
2484
1940
|
|
|
2485
1941
|
````
|
|
2486
1942
|
|
|
@@ -2488,14 +1944,14 @@ SOFTWARE.
|
|
|
2488
1944
|
|
|
2489
1945
|
## The following dependencies are licensed under the MIT License:
|
|
2490
1946
|
|
|
2491
|
-
###
|
|
1947
|
+
### NPM Packages:
|
|
2492
1948
|
|
|
2493
|
-
- [
|
|
1949
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2494
1950
|
|
|
2495
1951
|
````text
|
|
2496
|
-
MIT License
|
|
1952
|
+
The MIT License (MIT)
|
|
2497
1953
|
|
|
2498
|
-
Copyright (c)
|
|
1954
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2499
1955
|
|
|
2500
1956
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2501
1957
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2504,46 +1960,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2504
1960
|
copies of the Software, and to permit persons to whom the Software is
|
|
2505
1961
|
furnished to do so, subject to the following conditions:
|
|
2506
1962
|
|
|
2507
|
-
The above copyright notice and this permission notice shall be included in
|
|
2508
|
-
copies or substantial portions of the Software.
|
|
1963
|
+
The above copyright notice and this permission notice shall be included in
|
|
1964
|
+
all copies or substantial portions of the Software.
|
|
2509
1965
|
|
|
2510
1966
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2511
1967
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2512
1968
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2513
1969
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2514
1970
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2515
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2516
|
-
SOFTWARE.
|
|
2517
|
-
|
|
2518
|
-
````
|
|
2519
|
-
|
|
2520
|
-
---
|
|
2521
|
-
|
|
2522
|
-
## The following dependencies are licensed under the MIT License:
|
|
2523
|
-
|
|
2524
|
-
### NPM Packages:
|
|
2525
|
-
|
|
2526
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2527
|
-
|
|
2528
|
-
````text
|
|
2529
|
-
This software is released under the MIT license:
|
|
2530
|
-
|
|
2531
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2532
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2533
|
-
the Software without restriction, including without limitation the rights to
|
|
2534
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2535
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2536
|
-
subject to the following conditions:
|
|
2537
|
-
|
|
2538
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2539
|
-
copies or substantial portions of the Software.
|
|
2540
|
-
|
|
2541
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2542
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2543
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2544
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2545
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2546
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1971
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1972
|
+
THE SOFTWARE.
|
|
2547
1973
|
|
|
2548
1974
|
````
|
|
2549
1975
|
|
|
@@ -2553,15 +1979,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2553
1979
|
|
|
2554
1980
|
### Rust Crates:
|
|
2555
1981
|
|
|
2556
|
-
- [
|
|
2557
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2558
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2559
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2560
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2561
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1982
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2562
1983
|
|
|
2563
1984
|
````text
|
|
2564
|
-
Copyright (c)
|
|
1985
|
+
Copyright (c) 2018 Carl Lerche
|
|
2565
1986
|
|
|
2566
1987
|
Permission is hereby granted, free of charge, to any
|
|
2567
1988
|
person obtaining a copy of this software and associated
|
|
@@ -2595,10 +2016,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2595
2016
|
|
|
2596
2017
|
### Rust Crates:
|
|
2597
2018
|
|
|
2598
|
-
- [
|
|
2019
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2599
2020
|
|
|
2600
2021
|
````text
|
|
2601
|
-
|
|
2022
|
+
MIT License
|
|
2023
|
+
|
|
2024
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2025
|
+
|
|
2026
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2027
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2028
|
+
in the Software without restriction, including without limitation the rights
|
|
2029
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2030
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2031
|
+
furnished to do so, subject to the following conditions:
|
|
2032
|
+
|
|
2033
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2034
|
+
copies or substantial portions of the Software.
|
|
2035
|
+
|
|
2036
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2037
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2038
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2039
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2040
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2041
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2042
|
+
SOFTWARE.
|
|
2043
|
+
|
|
2044
|
+
````
|
|
2045
|
+
|
|
2046
|
+
---
|
|
2047
|
+
|
|
2048
|
+
## The following dependencies are licensed under the MIT License:
|
|
2049
|
+
|
|
2050
|
+
### Rust Crates:
|
|
2051
|
+
|
|
2052
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2053
|
+
|
|
2054
|
+
````text
|
|
2055
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2602
2056
|
|
|
2603
2057
|
Permission is hereby granted, free of charge, to any
|
|
2604
2058
|
person obtaining a copy of this software and associated
|
|
@@ -2632,11 +2086,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2632
2086
|
|
|
2633
2087
|
### Rust Crates:
|
|
2634
2088
|
|
|
2635
|
-
- [
|
|
2089
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2636
2090
|
|
|
2637
2091
|
````text
|
|
2638
|
-
Copyright (c)
|
|
2639
|
-
Copyright (c) 2016 Alex Crichton
|
|
2092
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2640
2093
|
|
|
2641
2094
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2642
2095
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2656,7 +2109,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2656
2109
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2657
2110
|
THE SOFTWARE.
|
|
2658
2111
|
|
|
2659
|
-
|
|
2660
2112
|
````
|
|
2661
2113
|
|
|
2662
2114
|
---
|
|
@@ -2665,10 +2117,10 @@ THE SOFTWARE.
|
|
|
2665
2117
|
|
|
2666
2118
|
### Rust Crates:
|
|
2667
2119
|
|
|
2668
|
-
- [
|
|
2120
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2669
2121
|
|
|
2670
2122
|
````text
|
|
2671
|
-
Copyright (c)
|
|
2123
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2672
2124
|
|
|
2673
2125
|
Permission is hereby granted, free of charge, to any
|
|
2674
2126
|
person obtaining a copy of this software and associated
|
|
@@ -2702,10 +2154,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2702
2154
|
|
|
2703
2155
|
### Rust Crates:
|
|
2704
2156
|
|
|
2705
|
-
- [
|
|
2157
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2706
2158
|
|
|
2707
2159
|
````text
|
|
2708
|
-
Copyright (c) 2016
|
|
2160
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2709
2161
|
|
|
2710
2162
|
Permission is hereby granted, free of charge, to any
|
|
2711
2163
|
person obtaining a copy of this software and associated
|
|
@@ -2739,10 +2191,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2739
2191
|
|
|
2740
2192
|
### Rust Crates:
|
|
2741
2193
|
|
|
2742
|
-
- [
|
|
2194
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2743
2195
|
|
|
2744
2196
|
````text
|
|
2745
|
-
|
|
2197
|
+
The MIT License (MIT)
|
|
2198
|
+
|
|
2199
|
+
Copyright (c) 2015 Alice Maz
|
|
2200
|
+
|
|
2201
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2202
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2203
|
+
in the Software without restriction, including without limitation the rights
|
|
2204
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2205
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2206
|
+
furnished to do so, subject to the following conditions:
|
|
2207
|
+
|
|
2208
|
+
The above copyright notice and this permission notice shall be included in
|
|
2209
|
+
all copies or substantial portions of the Software.
|
|
2210
|
+
|
|
2211
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2212
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2213
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2214
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2215
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2216
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2217
|
+
THE SOFTWARE.
|
|
2218
|
+
|
|
2219
|
+
````
|
|
2220
|
+
|
|
2221
|
+
---
|
|
2222
|
+
|
|
2223
|
+
## The following dependencies are licensed under the MIT License:
|
|
2224
|
+
|
|
2225
|
+
### Rust Crates:
|
|
2226
|
+
|
|
2227
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2228
|
+
|
|
2229
|
+
````text
|
|
2230
|
+
Copyright (c) 2015 Steven Allen
|
|
2746
2231
|
|
|
2747
2232
|
Permission is hereby granted, free of charge, to any
|
|
2748
2233
|
person obtaining a copy of this software and associated
|
|
@@ -2776,10 +2261,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2776
2261
|
|
|
2777
2262
|
### Rust Crates:
|
|
2778
2263
|
|
|
2779
|
-
- [
|
|
2264
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2780
2265
|
|
|
2781
2266
|
````text
|
|
2782
|
-
Copyright (c)
|
|
2267
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2783
2268
|
|
|
2784
2269
|
Permission is hereby granted, free of charge, to any
|
|
2785
2270
|
person obtaining a copy of this software and associated
|
|
@@ -2813,12 +2298,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2813
2298
|
|
|
2814
2299
|
### Rust Crates:
|
|
2815
2300
|
|
|
2816
|
-
- [
|
|
2301
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2817
2302
|
|
|
2818
2303
|
````text
|
|
2819
2304
|
MIT License
|
|
2820
2305
|
|
|
2821
|
-
Copyright
|
|
2306
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2307
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2308
|
+
Copyright (c) 2017 Frommi
|
|
2309
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2310
|
+
|
|
2822
2311
|
|
|
2823
2312
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2824
2313
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2844,33 +2333,18 @@ SOFTWARE.
|
|
|
2844
2333
|
|
|
2845
2334
|
## The following dependencies are licensed under the MIT License:
|
|
2846
2335
|
|
|
2847
|
-
###
|
|
2336
|
+
### Rust Crates:
|
|
2848
2337
|
|
|
2849
|
-
- [
|
|
2850
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2338
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2851
2339
|
|
|
2852
2340
|
````text
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
Copyright (c) Microsoft Corporation.
|
|
2341
|
+
Copyright 2016 Nika Layzell
|
|
2856
2342
|
|
|
2857
|
-
|
|
2858
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2859
|
-
in the Software without restriction, including without limitation the rights
|
|
2860
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2861
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2862
|
-
furnished to do so, subject to the following conditions:
|
|
2343
|
+
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:
|
|
2863
2344
|
|
|
2864
|
-
|
|
2865
|
-
copies or substantial portions of the Software.
|
|
2345
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2866
2346
|
|
|
2867
|
-
|
|
2868
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2869
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2870
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2871
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2872
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2873
|
-
SOFTWARE
|
|
2347
|
+
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.
|
|
2874
2348
|
|
|
2875
2349
|
````
|
|
2876
2350
|
|
|
@@ -2880,10 +2354,11 @@ SOFTWARE.
|
|
|
2880
2354
|
|
|
2881
2355
|
### Rust Crates:
|
|
2882
2356
|
|
|
2883
|
-
- [
|
|
2357
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2884
2358
|
|
|
2885
2359
|
````text
|
|
2886
|
-
Copyright (c) 2018 The
|
|
2360
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2361
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2887
2362
|
|
|
2888
2363
|
Permission is hereby granted, free of charge, to any
|
|
2889
2364
|
person obtaining a copy of this software and associated
|
|
@@ -2917,10 +2392,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2917
2392
|
|
|
2918
2393
|
### Rust Crates:
|
|
2919
2394
|
|
|
2920
|
-
- [
|
|
2395
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2396
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2921
2397
|
|
|
2922
2398
|
````text
|
|
2923
|
-
Copyright (c)
|
|
2399
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2400
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2401
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2924
2402
|
|
|
2925
2403
|
Permission is hereby granted, free of charge, to any
|
|
2926
2404
|
person obtaining a copy of this software and associated
|
|
@@ -2954,15 +2432,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2954
2432
|
|
|
2955
2433
|
### Rust Crates:
|
|
2956
2434
|
|
|
2957
|
-
- [
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2435
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2436
|
+
|
|
2437
|
+
````text
|
|
2438
|
+
MIT License
|
|
2439
|
+
|
|
2440
|
+
Copyright (c) 2025 Callum Oakley
|
|
2441
|
+
|
|
2442
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2443
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2444
|
+
in the Software without restriction, including without limitation the rights
|
|
2445
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2446
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2447
|
+
furnished to do so, subject to the following conditions:
|
|
2448
|
+
|
|
2449
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2450
|
+
copies or substantial portions of the Software.
|
|
2451
|
+
|
|
2452
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2453
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2454
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2455
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2456
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2457
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2458
|
+
SOFTWARE.
|
|
2459
|
+
|
|
2460
|
+
````
|
|
2461
|
+
|
|
2462
|
+
---
|
|
2463
|
+
|
|
2464
|
+
## The following dependencies are licensed under the MIT License:
|
|
2465
|
+
|
|
2466
|
+
### Rust Crates:
|
|
2467
|
+
|
|
2468
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2961
2469
|
|
|
2962
2470
|
````text
|
|
2963
2471
|
The MIT License (MIT)
|
|
2964
2472
|
|
|
2965
|
-
Copyright (c) 2015
|
|
2473
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2474
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2966
2475
|
|
|
2967
2476
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2968
2477
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2971,16 +2480,88 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2971
2480
|
copies of the Software, and to permit persons to whom the Software is
|
|
2972
2481
|
furnished to do so, subject to the following conditions:
|
|
2973
2482
|
|
|
2974
|
-
The above copyright notice and this permission notice shall be included in
|
|
2975
|
-
|
|
2483
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2484
|
+
copies or substantial portions of the Software.
|
|
2976
2485
|
|
|
2977
2486
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2978
2487
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2979
2488
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2980
2489
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2981
2490
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2982
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2983
|
-
|
|
2491
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2492
|
+
SOFTWARE.
|
|
2493
|
+
|
|
2494
|
+
````
|
|
2495
|
+
|
|
2496
|
+
---
|
|
2497
|
+
|
|
2498
|
+
## The following dependencies are licensed under the MIT License:
|
|
2499
|
+
|
|
2500
|
+
### Rust Crates:
|
|
2501
|
+
|
|
2502
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2503
|
+
|
|
2504
|
+
````text
|
|
2505
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2506
|
+
|
|
2507
|
+
Permission is hereby granted, free of charge, to any
|
|
2508
|
+
person obtaining a copy of this software and associated
|
|
2509
|
+
documentation files (the "Software"), to deal in the
|
|
2510
|
+
Software without restriction, including without
|
|
2511
|
+
limitation the rights to use, copy, modify, merge,
|
|
2512
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2513
|
+
the Software, and to permit persons to whom the Software
|
|
2514
|
+
is furnished to do so, subject to the following
|
|
2515
|
+
conditions:
|
|
2516
|
+
|
|
2517
|
+
The above copyright notice and this permission notice
|
|
2518
|
+
shall be included in all copies or substantial portions
|
|
2519
|
+
of the Software.
|
|
2520
|
+
|
|
2521
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2522
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2523
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2524
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2525
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2526
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2527
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2528
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2529
|
+
DEALINGS IN THE SOFTWARE.
|
|
2530
|
+
|
|
2531
|
+
````
|
|
2532
|
+
|
|
2533
|
+
---
|
|
2534
|
+
|
|
2535
|
+
## The following dependencies are licensed under the MIT License:
|
|
2536
|
+
|
|
2537
|
+
### NPM Packages:
|
|
2538
|
+
|
|
2539
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2540
|
+
|
|
2541
|
+
````text
|
|
2542
|
+
MIT License
|
|
2543
|
+
|
|
2544
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2545
|
+
|
|
2546
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2547
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2548
|
+
in the Software without restriction, including without limitation the rights
|
|
2549
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2550
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2551
|
+
furnished to do so, subject to the following conditions:
|
|
2552
|
+
|
|
2553
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2554
|
+
copies or substantial portions of the Software.
|
|
2555
|
+
|
|
2556
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2557
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2558
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2559
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2560
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2561
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2562
|
+
SOFTWARE.
|
|
2563
|
+
|
|
2564
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2984
2565
|
|
|
2985
2566
|
````
|
|
2986
2567
|
|
|
@@ -2990,19 +2571,10 @@ THE SOFTWARE.
|
|
|
2990
2571
|
|
|
2991
2572
|
### Rust Crates:
|
|
2992
2573
|
|
|
2993
|
-
- [
|
|
2994
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2995
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2996
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2997
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2998
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2999
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3000
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3001
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2574
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3002
2575
|
|
|
3003
2576
|
````text
|
|
3004
|
-
Copyright (c)
|
|
3005
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2577
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3006
2578
|
|
|
3007
2579
|
Permission is hereby granted, free of charge, to any
|
|
3008
2580
|
person obtaining a copy of this software and associated
|
|
@@ -3036,10 +2608,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3036
2608
|
|
|
3037
2609
|
### Rust Crates:
|
|
3038
2610
|
|
|
3039
|
-
- [
|
|
2611
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3040
2612
|
|
|
3041
2613
|
````text
|
|
3042
|
-
Copyright (c)
|
|
2614
|
+
Copyright (c) The rust-url developers
|
|
3043
2615
|
|
|
3044
2616
|
Permission is hereby granted, free of charge, to any
|
|
3045
2617
|
person obtaining a copy of this software and associated
|
|
@@ -3073,10 +2645,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3073
2645
|
|
|
3074
2646
|
### Rust Crates:
|
|
3075
2647
|
|
|
3076
|
-
- [
|
|
2648
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3077
2649
|
|
|
3078
2650
|
````text
|
|
3079
|
-
Copyright (c) 2016
|
|
2651
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3080
2652
|
|
|
3081
2653
|
Permission is hereby granted, free of charge, to any
|
|
3082
2654
|
person obtaining a copy of this software and associated
|
|
@@ -3110,14 +2682,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3110
2682
|
|
|
3111
2683
|
### Rust Crates:
|
|
3112
2684
|
|
|
3113
|
-
- [
|
|
3114
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3115
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2685
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3116
2686
|
|
|
3117
2687
|
````text
|
|
3118
2688
|
MIT License
|
|
3119
2689
|
|
|
3120
|
-
Copyright (c)
|
|
2690
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3121
2691
|
|
|
3122
2692
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3123
2693
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3143,32 +2713,18 @@ SOFTWARE.
|
|
|
3143
2713
|
|
|
3144
2714
|
## The following dependencies are licensed under the MIT License:
|
|
3145
2715
|
|
|
3146
|
-
###
|
|
2716
|
+
### Rust Crates:
|
|
3147
2717
|
|
|
3148
|
-
- [
|
|
2718
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3149
2719
|
|
|
3150
2720
|
````text
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2721
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3154
2722
|
|
|
3155
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3156
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3157
|
-
in the Software without restriction, including without limitation the rights
|
|
3158
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3159
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3160
|
-
furnished to do so, subject to the following conditions:
|
|
2723
|
+
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:
|
|
3161
2724
|
|
|
3162
|
-
The above copyright notice and this permission notice shall be included in
|
|
3163
|
-
all copies or substantial portions of the Software.
|
|
2725
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3164
2726
|
|
|
3165
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3166
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3167
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3168
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3169
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3170
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3171
|
-
THE SOFTWARE.
|
|
2727
|
+
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.
|
|
3172
2728
|
|
|
3173
2729
|
````
|
|
3174
2730
|
|
|
@@ -3178,40 +2734,32 @@ THE SOFTWARE.
|
|
|
3178
2734
|
|
|
3179
2735
|
### Rust Crates:
|
|
3180
2736
|
|
|
3181
|
-
- [
|
|
3182
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3183
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3184
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3185
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3186
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2737
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3187
2738
|
|
|
3188
2739
|
````text
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
documentation files (the "Software"), to deal
|
|
3195
|
-
Software without restriction, including without
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3213
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3214
|
-
DEALINGS IN THE SOFTWARE.
|
|
2740
|
+
The MIT License (MIT)
|
|
2741
|
+
|
|
2742
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2743
|
+
|
|
2744
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2745
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2746
|
+
in the Software without restriction, including without limitation the rights
|
|
2747
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2748
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2749
|
+
furnished to do so, subject to the following conditions:
|
|
2750
|
+
|
|
2751
|
+
|
|
2752
|
+
The above copyright notice and this permission notice shall be included in
|
|
2753
|
+
all copies or substantial portions of the Software.
|
|
2754
|
+
|
|
2755
|
+
|
|
2756
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2757
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2758
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2759
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2760
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2761
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2762
|
+
THE SOFTWARE.
|
|
3215
2763
|
|
|
3216
2764
|
````
|
|
3217
2765
|
|
|
@@ -3221,10 +2769,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3221
2769
|
|
|
3222
2770
|
### Rust Crates:
|
|
3223
2771
|
|
|
3224
|
-
- [
|
|
2772
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3225
2773
|
|
|
3226
2774
|
````text
|
|
3227
|
-
Copyright (c) 2019
|
|
2775
|
+
Copyright (c) 2019 Carl Lerche
|
|
3228
2776
|
|
|
3229
2777
|
Permission is hereby granted, free of charge, to any
|
|
3230
2778
|
person obtaining a copy of this software and associated
|
|
@@ -3258,91 +2806,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3258
2806
|
|
|
3259
2807
|
### Rust Crates:
|
|
3260
2808
|
|
|
3261
|
-
- [
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
Copyright (c) 2018 directories-rs contributors
|
|
3265
|
-
|
|
3266
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3267
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3268
|
-
in the Software without restriction, including without limitation the rights
|
|
3269
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3270
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3271
|
-
furnished to do so, subject to the following conditions:
|
|
3272
|
-
|
|
3273
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3274
|
-
copies or substantial portions of the Software.
|
|
3275
|
-
|
|
3276
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3277
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3278
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3279
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3280
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3281
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3282
|
-
SOFTWARE.
|
|
3283
|
-
|
|
3284
|
-
````
|
|
3285
|
-
|
|
3286
|
-
---
|
|
3287
|
-
|
|
3288
|
-
## The following dependencies are licensed under the MIT License:
|
|
3289
|
-
|
|
3290
|
-
### Rust Crates:
|
|
3291
|
-
|
|
3292
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3293
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3294
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3295
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3296
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3297
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3298
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3299
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3300
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3301
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3302
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3303
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3304
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3305
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3306
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3307
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3308
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3309
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3310
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3311
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3312
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3313
|
-
|
|
3314
|
-
````text
|
|
3315
|
-
MIT License
|
|
3316
|
-
|
|
3317
|
-
Copyright (c) <year> <copyright holders>
|
|
3318
|
-
|
|
3319
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3320
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3321
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3322
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3323
|
-
following conditions:
|
|
3324
|
-
|
|
3325
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3326
|
-
portions of the Software.
|
|
3327
|
-
|
|
3328
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3329
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3330
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3331
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3332
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3333
|
-
|
|
3334
|
-
````
|
|
3335
|
-
|
|
3336
|
-
---
|
|
3337
|
-
|
|
3338
|
-
## The following dependencies are licensed under the MIT License:
|
|
3339
|
-
|
|
3340
|
-
### Rust Crates:
|
|
3341
|
-
|
|
3342
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2809
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2810
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2811
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3343
2812
|
|
|
3344
2813
|
````text
|
|
3345
|
-
Copyright (c) 2013-
|
|
2814
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3346
2815
|
|
|
3347
2816
|
Permission is hereby granted, free of charge, to any
|
|
3348
2817
|
person obtaining a copy of this software and associated
|
|
@@ -3376,11 +2845,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3376
2845
|
|
|
3377
2846
|
### Rust Crates:
|
|
3378
2847
|
|
|
3379
|
-
- [
|
|
3380
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2848
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3381
2849
|
|
|
3382
2850
|
````text
|
|
3383
|
-
|
|
2851
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2852
|
+
Copyright (c) 2016 Jason Housley
|
|
3384
2853
|
|
|
3385
2854
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3386
2855
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3389,16 +2858,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3389
2858
|
copies of the Software, and to permit persons to whom the Software is
|
|
3390
2859
|
furnished to do so, subject to the following conditions:
|
|
3391
2860
|
|
|
3392
|
-
The above copyright notice and this permission notice shall be included in
|
|
3393
|
-
copies or substantial portions of the Software.
|
|
2861
|
+
The above copyright notice and this permission notice shall be included in
|
|
2862
|
+
all copies or substantial portions of the Software.
|
|
3394
2863
|
|
|
3395
2864
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3396
2865
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3397
2866
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3398
2867
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3399
2868
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3400
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3401
|
-
SOFTWARE.
|
|
2869
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2870
|
+
THE SOFTWARE.
|
|
3402
2871
|
|
|
3403
2872
|
````
|
|
3404
2873
|
|
|
@@ -3408,10 +2877,12 @@ SOFTWARE.
|
|
|
3408
2877
|
|
|
3409
2878
|
### Rust Crates:
|
|
3410
2879
|
|
|
3411
|
-
- [
|
|
2880
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3412
2881
|
|
|
3413
2882
|
````text
|
|
3414
|
-
|
|
2883
|
+
MIT License
|
|
2884
|
+
|
|
2885
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3415
2886
|
|
|
3416
2887
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3417
2888
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3420,17 +2891,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3420
2891
|
copies of the Software, and to permit persons to whom the Software is
|
|
3421
2892
|
furnished to do so, subject to the following conditions:
|
|
3422
2893
|
|
|
3423
|
-
The above copyright notice and this permission notice shall be included in
|
|
3424
|
-
|
|
2894
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2895
|
+
copies or substantial portions of the Software.
|
|
3425
2896
|
|
|
3426
2897
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3427
2898
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3428
2899
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3429
2900
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3430
2901
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3431
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3432
|
-
|
|
3433
|
-
|
|
2902
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2903
|
+
SOFTWARE.
|
|
3434
2904
|
|
|
3435
2905
|
````
|
|
3436
2906
|
|
|
@@ -3440,10 +2910,10 @@ THE SOFTWARE.
|
|
|
3440
2910
|
|
|
3441
2911
|
### Rust Crates:
|
|
3442
2912
|
|
|
3443
|
-
- [
|
|
2913
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3444
2914
|
|
|
3445
2915
|
````text
|
|
3446
|
-
Copyright (c)
|
|
2916
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3447
2917
|
|
|
3448
2918
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3449
2919
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3471,10 +2941,11 @@ THE SOFTWARE.
|
|
|
3471
2941
|
|
|
3472
2942
|
### Rust Crates:
|
|
3473
2943
|
|
|
3474
|
-
- [
|
|
2944
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2945
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3475
2946
|
|
|
3476
2947
|
````text
|
|
3477
|
-
Copyright (c)
|
|
2948
|
+
Copyright (c) 2014 Alex Crichton
|
|
3478
2949
|
|
|
3479
2950
|
Permission is hereby granted, free of charge, to any
|
|
3480
2951
|
person obtaining a copy of this software and associated
|
|
@@ -3500,6 +2971,40 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3500
2971
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3501
2972
|
DEALINGS IN THE SOFTWARE.
|
|
3502
2973
|
|
|
2974
|
+
````
|
|
2975
|
+
|
|
2976
|
+
---
|
|
2977
|
+
|
|
2978
|
+
## The following dependencies are licensed under the MIT License:
|
|
2979
|
+
|
|
2980
|
+
### NPM Packages:
|
|
2981
|
+
|
|
2982
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2983
|
+
|
|
2984
|
+
````text
|
|
2985
|
+
The MIT License (MIT)
|
|
2986
|
+
|
|
2987
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2988
|
+
|
|
2989
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2990
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2991
|
+
in the Software without restriction, including without limitation the rights
|
|
2992
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2993
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2994
|
+
furnished to do so, subject to the following conditions:
|
|
2995
|
+
|
|
2996
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2997
|
+
copies or substantial portions of the Software.
|
|
2998
|
+
|
|
2999
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3000
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3001
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3002
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3003
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3004
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3005
|
+
SOFTWARE.
|
|
3006
|
+
|
|
3007
|
+
|
|
3503
3008
|
````
|
|
3504
3009
|
|
|
3505
3010
|
---
|
|
@@ -3508,10 +3013,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3508
3013
|
|
|
3509
3014
|
### Rust Crates:
|
|
3510
3015
|
|
|
3511
|
-
- [
|
|
3016
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3512
3017
|
|
|
3513
3018
|
````text
|
|
3514
|
-
Copyright (c)
|
|
3019
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3515
3020
|
|
|
3516
3021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3517
3022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3531,6 +3036,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3531
3036
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3532
3037
|
THE SOFTWARE.
|
|
3533
3038
|
|
|
3039
|
+
|
|
3534
3040
|
````
|
|
3535
3041
|
|
|
3536
3042
|
---
|
|
@@ -3539,10 +3045,10 @@ THE SOFTWARE.
|
|
|
3539
3045
|
|
|
3540
3046
|
### Rust Crates:
|
|
3541
3047
|
|
|
3542
|
-
- [
|
|
3048
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3543
3049
|
|
|
3544
3050
|
````text
|
|
3545
|
-
Copyright (c)
|
|
3051
|
+
Copyright (c) 2016--2017
|
|
3546
3052
|
|
|
3547
3053
|
Permission is hereby granted, free of charge, to any
|
|
3548
3054
|
person obtaining a copy of this software and associated
|
|
@@ -3576,13 +3082,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3576
3082
|
|
|
3577
3083
|
### Rust Crates:
|
|
3578
3084
|
|
|
3579
|
-
- [
|
|
3580
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3085
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3581
3086
|
|
|
3582
3087
|
````text
|
|
3583
|
-
Copyright (c)
|
|
3584
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3585
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3088
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3586
3089
|
|
|
3587
3090
|
Permission is hereby granted, free of charge, to any
|
|
3588
3091
|
person obtaining a copy of this software and associated
|
|
@@ -3616,69 +3119,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3616
3119
|
|
|
3617
3120
|
### Rust Crates:
|
|
3618
3121
|
|
|
3619
|
-
- [
|
|
3620
|
-
- [
|
|
3621
|
-
|
|
3622
|
-
````text
|
|
3623
|
-
The MIT License (MIT)
|
|
3624
|
-
|
|
3625
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3626
|
-
|
|
3627
|
-
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:
|
|
3628
|
-
|
|
3629
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3630
|
-
|
|
3631
|
-
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.
|
|
3632
|
-
|
|
3633
|
-
````
|
|
3634
|
-
|
|
3635
|
-
---
|
|
3636
|
-
|
|
3637
|
-
## The following dependencies are licensed under the MIT License:
|
|
3638
|
-
|
|
3639
|
-
### Rust Crates:
|
|
3640
|
-
|
|
3641
|
-
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3642
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3643
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3644
|
-
|
|
3645
|
-
````text
|
|
3646
|
-
MIT License
|
|
3647
|
-
|
|
3648
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
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
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
3122
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3123
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3124
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3677
3125
|
|
|
3678
3126
|
````text
|
|
3679
3127
|
MIT License
|
|
3680
3128
|
|
|
3681
|
-
Copyright (c)
|
|
3129
|
+
Copyright (c) 2017 Ted Driggs
|
|
3682
3130
|
|
|
3683
3131
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3684
3132
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3706,10 +3154,10 @@ SOFTWARE.
|
|
|
3706
3154
|
|
|
3707
3155
|
### Rust Crates:
|
|
3708
3156
|
|
|
3709
|
-
- [
|
|
3157
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3710
3158
|
|
|
3711
3159
|
````text
|
|
3712
|
-
Copyright
|
|
3160
|
+
Copyright Mozilla Foundation
|
|
3713
3161
|
|
|
3714
3162
|
Permission is hereby granted, free of charge, to any
|
|
3715
3163
|
person obtaining a copy of this software and associated
|
|
@@ -3734,6 +3182,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3734
3182
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3735
3183
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3736
3184
|
DEALINGS IN THE SOFTWARE.
|
|
3185
|
+
|
|
3737
3186
|
````
|
|
3738
3187
|
|
|
3739
3188
|
---
|
|
@@ -3742,60 +3191,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3742
3191
|
|
|
3743
3192
|
### Rust Crates:
|
|
3744
3193
|
|
|
3745
|
-
- [
|
|
3746
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3747
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3748
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3749
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3750
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3751
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3752
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3753
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3754
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3755
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3756
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3757
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3758
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3759
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3760
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3761
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3762
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3763
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3764
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3765
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3766
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3767
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3768
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3769
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3770
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3771
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3772
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3773
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3194
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
3774
3195
|
|
|
3775
3196
|
````text
|
|
3776
|
-
|
|
3777
|
-
person obtaining a copy of this software and associated
|
|
3778
|
-
documentation files (the "Software"), to deal in the
|
|
3779
|
-
Software without restriction, including without
|
|
3780
|
-
limitation the rights to use, copy, modify, merge,
|
|
3781
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3782
|
-
the Software, and to permit persons to whom the Software
|
|
3783
|
-
is furnished to do so, subject to the following
|
|
3784
|
-
conditions:
|
|
3197
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
3785
3198
|
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3199
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3200
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3201
|
+
in the Software without restriction, including without limitation the rights
|
|
3202
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3203
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3204
|
+
furnished to do so, subject to the following conditions:
|
|
3789
3205
|
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
IN
|
|
3798
|
-
|
|
3206
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3207
|
+
copies or substantial portions of the Software.
|
|
3208
|
+
|
|
3209
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3210
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3211
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3212
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3213
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3214
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3215
|
+
SOFTWARE.
|
|
3799
3216
|
|
|
3800
3217
|
````
|
|
3801
3218
|
|
|
@@ -3805,12 +3222,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3805
3222
|
|
|
3806
3223
|
### Rust Crates:
|
|
3807
3224
|
|
|
3808
|
-
- [
|
|
3225
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3226
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3227
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3228
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3229
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3230
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3231
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3232
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3233
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3809
3234
|
|
|
3810
3235
|
````text
|
|
3811
|
-
Copyright (c)
|
|
3812
|
-
Copyright (c)
|
|
3813
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3236
|
+
Copyright (c) 2016 Alex Crichton
|
|
3237
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3814
3238
|
|
|
3815
3239
|
Permission is hereby granted, free of charge, to any
|
|
3816
3240
|
person obtaining a copy of this software and associated
|
|
@@ -3883,10 +3307,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3883
3307
|
|
|
3884
3308
|
### Rust Crates:
|
|
3885
3309
|
|
|
3886
|
-
- [
|
|
3310
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3887
3311
|
|
|
3888
3312
|
````text
|
|
3889
|
-
Copyright (c)
|
|
3313
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3890
3314
|
|
|
3891
3315
|
Permission is hereby granted, free of charge, to any
|
|
3892
3316
|
person obtaining a copy of this software and associated
|
|
@@ -3920,41 +3344,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3920
3344
|
|
|
3921
3345
|
### Rust Crates:
|
|
3922
3346
|
|
|
3923
|
-
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3924
|
-
|
|
3925
|
-
````text
|
|
3926
|
-
The MIT License (MIT)
|
|
3927
|
-
|
|
3928
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
3929
|
-
|
|
3930
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3931
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3932
|
-
in the Software without restriction, including without limitation the rights
|
|
3933
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3934
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3935
|
-
furnished to do so, subject to the following conditions:
|
|
3936
|
-
|
|
3937
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3938
|
-
copies or substantial portions of the Software.
|
|
3939
|
-
|
|
3940
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3941
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3942
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3943
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3944
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3945
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3946
|
-
SOFTWARE.
|
|
3947
|
-
|
|
3948
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3949
|
-
licences; see files named LICENSE.*.txt for details.
|
|
3950
|
-
````
|
|
3951
|
-
|
|
3952
|
-
---
|
|
3953
|
-
|
|
3954
|
-
## The following dependencies are licensed under the MIT License:
|
|
3955
|
-
|
|
3956
|
-
### Rust Crates:
|
|
3957
|
-
|
|
3958
3347
|
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3959
3348
|
|
|
3960
3349
|
````text
|
|
@@ -4377,14 +3766,31 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4377
3766
|
|
|
4378
3767
|
### Rust Crates:
|
|
4379
3768
|
|
|
4380
|
-
- [
|
|
3769
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3770
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3771
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3772
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3773
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3774
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3775
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3776
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
3777
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
3778
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
3779
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
3780
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
3781
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
3782
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
3783
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
3784
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
3785
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
3786
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4381
3787
|
|
|
4382
3788
|
````text
|
|
4383
3789
|
UNICODE LICENSE V3
|
|
4384
3790
|
|
|
4385
3791
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4386
3792
|
|
|
4387
|
-
Copyright ©
|
|
3793
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4388
3794
|
|
|
4389
3795
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4390
3796
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4420,6 +3826,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4420
3826
|
dealings in these Data Files or Software without prior written
|
|
4421
3827
|
authorization of the copyright holder.
|
|
4422
3828
|
|
|
3829
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
3830
|
+
|
|
3831
|
+
—
|
|
3832
|
+
|
|
3833
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
3834
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
3835
|
+
|
|
4423
3836
|
````
|
|
4424
3837
|
|
|
4425
3838
|
---
|
|
@@ -4428,31 +3841,14 @@ authorization of the copyright holder.
|
|
|
4428
3841
|
|
|
4429
3842
|
### Rust Crates:
|
|
4430
3843
|
|
|
4431
|
-
- [
|
|
4432
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4433
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4434
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4435
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4436
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4437
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4438
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4439
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4440
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4441
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4442
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4443
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4444
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4445
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4446
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4447
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4448
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
3844
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4449
3845
|
|
|
4450
3846
|
````text
|
|
4451
3847
|
UNICODE LICENSE V3
|
|
4452
3848
|
|
|
4453
3849
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4454
3850
|
|
|
4455
|
-
Copyright ©
|
|
3851
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4456
3852
|
|
|
4457
3853
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4458
3854
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4488,12 +3884,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4488
3884
|
dealings in these Data Files or Software without prior written
|
|
4489
3885
|
authorization of the copyright holder.
|
|
4490
3886
|
|
|
4491
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4492
|
-
|
|
4493
|
-
—
|
|
4494
|
-
|
|
4495
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4496
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4497
|
-
|
|
4498
3887
|
````
|
|
4499
3888
|
|