@deveco-codegenie/mcp-win32-x64 1.1.7 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +892 -1503
- 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
|
-
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
25
|
-
|
|
26
|
-
````text
|
|
27
|
-
BSD Zero Clause License
|
|
28
|
-
|
|
29
|
-
Copyright (c) 2023 kotauskas
|
|
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
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
46
|
-
|
|
47
|
-
### Rust Crates:
|
|
48
|
-
|
|
49
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
50
|
-
|
|
51
|
-
````text
|
|
52
|
-
BSD Zero Clause License
|
|
53
|
-
|
|
54
|
-
Copyright (c) 2024 kotauskas
|
|
55
|
-
|
|
56
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
57
|
-
purpose with or without fee is hereby granted.
|
|
58
|
-
|
|
59
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
60
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
61
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
62
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
63
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
64
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
65
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
66
|
-
|
|
67
|
-
````
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
72
|
-
|
|
73
|
-
### Rust Crates:
|
|
74
|
-
|
|
75
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
76
|
-
|
|
77
|
-
````text
|
|
78
|
-
BSD Zero Clause License
|
|
79
|
-
|
|
80
|
-
Copyright (c) 2025 Goat
|
|
81
|
-
|
|
82
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
83
|
-
purpose with or without fee is hereby granted.
|
|
84
|
-
|
|
85
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
86
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
87
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
88
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
89
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
92
|
-
|
|
93
|
-
````
|
|
94
|
-
|
|
95
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,10 +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
|
-
Copyright (c)
|
|
392
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
685
393
|
|
|
686
394
|
Permission is hereby granted, free of charge, to any
|
|
687
395
|
person obtaining a copy of this software and associated
|
|
@@ -715,34 +423,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
715
423
|
|
|
716
424
|
### Rust Crates:
|
|
717
425
|
|
|
718
|
-
- [
|
|
426
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
719
427
|
|
|
720
428
|
````text
|
|
721
|
-
Copyright (c)
|
|
429
|
+
Copyright (c) 2017 Sean McArthur
|
|
722
430
|
|
|
723
|
-
Permission is hereby granted, free of charge, to any
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
the Software, and to permit persons to whom the Software
|
|
730
|
-
is furnished to do so, subject to the following
|
|
731
|
-
conditions:
|
|
431
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
432
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
433
|
+
in the Software without restriction, including without limitation the rights
|
|
434
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
435
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
436
|
+
furnished to do so, subject to the following conditions:
|
|
732
437
|
|
|
733
|
-
The above copyright notice and this permission notice
|
|
734
|
-
|
|
735
|
-
|
|
438
|
+
The above copyright notice and this permission notice shall be included in
|
|
439
|
+
all copies or substantial portions of the Software.
|
|
440
|
+
|
|
441
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
442
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
443
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
444
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
445
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
446
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
447
|
+
THE SOFTWARE.
|
|
736
448
|
|
|
737
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
738
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
739
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
740
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
741
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
742
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
743
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
744
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
745
|
-
DEALINGS IN THE SOFTWARE.
|
|
746
449
|
|
|
747
450
|
````
|
|
748
451
|
|
|
@@ -752,10 +455,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
752
455
|
|
|
753
456
|
### Rust Crates:
|
|
754
457
|
|
|
755
|
-
- [
|
|
458
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
756
459
|
|
|
757
460
|
````text
|
|
758
|
-
Copyright (c)
|
|
461
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
462
|
+
Copyright (c) 2016 Alex Crichton
|
|
463
|
+
|
|
464
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
465
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
466
|
+
in the Software without restriction, including without limitation the rights
|
|
467
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
468
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
469
|
+
furnished to do so, subject to the following conditions:
|
|
470
|
+
|
|
471
|
+
The above copyright notice and this permission notice shall be included in
|
|
472
|
+
all copies or substantial portions of the Software.
|
|
473
|
+
|
|
474
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
475
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
476
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
477
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
478
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
479
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
480
|
+
THE SOFTWARE.
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
````
|
|
484
|
+
|
|
485
|
+
---
|
|
486
|
+
|
|
487
|
+
## The following dependencies are licensed under the MIT License:
|
|
488
|
+
|
|
489
|
+
### Rust Crates:
|
|
490
|
+
|
|
491
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
492
|
+
|
|
493
|
+
````text
|
|
494
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
759
495
|
|
|
760
496
|
Permission is hereby granted, free of charge, to any
|
|
761
497
|
person obtaining a copy of this software and associated
|
|
@@ -821,71 +557,33 @@ SOFTWARE.
|
|
|
821
557
|
|
|
822
558
|
### Rust Crates:
|
|
823
559
|
|
|
824
|
-
- [
|
|
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)
|
|
825
564
|
|
|
826
565
|
````text
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
Permission is hereby granted, free of charge, to any
|
|
830
|
-
person obtaining a copy of this software and associated
|
|
831
|
-
documentation files (the "Software"), to deal in the
|
|
832
|
-
Software without restriction, including without
|
|
833
|
-
limitation the rights to use, copy, modify, merge,
|
|
834
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
835
|
-
the Software, and to permit persons to whom the Software
|
|
836
|
-
is furnished to do so, subject to the following
|
|
837
|
-
conditions:
|
|
838
|
-
|
|
839
|
-
The above copyright notice and this permission notice
|
|
840
|
-
shall be included in all copies or substantial portions
|
|
841
|
-
of the Software.
|
|
842
|
-
|
|
843
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
844
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
845
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
846
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
847
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
848
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
849
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
850
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
851
|
-
DEALINGS IN THE SOFTWARE.
|
|
852
|
-
|
|
853
|
-
````
|
|
854
|
-
|
|
855
|
-
---
|
|
856
|
-
|
|
857
|
-
## The following dependencies are licensed under the MIT License:
|
|
858
|
-
|
|
859
|
-
### Rust Crates:
|
|
860
|
-
|
|
861
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
566
|
+
The MIT License (MIT)
|
|
862
567
|
|
|
863
|
-
|
|
864
|
-
Copyright (c) 2018 Carl Lerche
|
|
568
|
+
Copyright (c) 2015 Andrew Gallant
|
|
865
569
|
|
|
866
|
-
Permission is hereby granted, free of charge, to any
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
the Software, and to permit persons to whom the Software
|
|
873
|
-
is furnished to do so, subject to the following
|
|
874
|
-
conditions:
|
|
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:
|
|
875
576
|
|
|
876
|
-
The above copyright notice and this permission notice
|
|
877
|
-
|
|
878
|
-
of the Software.
|
|
577
|
+
The above copyright notice and this permission notice shall be included in
|
|
578
|
+
all copies or substantial portions of the Software.
|
|
879
579
|
|
|
880
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
888
|
-
DEALINGS IN THE SOFTWARE.
|
|
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.
|
|
889
587
|
|
|
890
588
|
````
|
|
891
589
|
|
|
@@ -895,11 +593,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
895
593
|
|
|
896
594
|
### Rust Crates:
|
|
897
595
|
|
|
898
|
-
- [
|
|
899
|
-
- [
|
|
596
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
597
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
598
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
599
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
900
600
|
|
|
901
601
|
````text
|
|
902
|
-
Copyright (c)
|
|
602
|
+
Copyright (c) 2019 Tokio Contributors
|
|
903
603
|
|
|
904
604
|
Permission is hereby granted, free of charge, to any
|
|
905
605
|
person obtaining a copy of this software and associated
|
|
@@ -933,13 +633,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
933
633
|
|
|
934
634
|
### Rust Crates:
|
|
935
635
|
|
|
936
|
-
- [
|
|
636
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
937
637
|
|
|
938
638
|
````text
|
|
939
639
|
The MIT License (MIT)
|
|
940
640
|
|
|
941
|
-
Copyright (c)
|
|
942
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
641
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
943
642
|
|
|
944
643
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
945
644
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -959,6 +658,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
959
658
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
960
659
|
SOFTWARE.
|
|
961
660
|
|
|
661
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
662
|
+
licences; see files named LICENSE.*.txt for details.
|
|
962
663
|
````
|
|
963
664
|
|
|
964
665
|
---
|
|
@@ -967,34 +668,32 @@ SOFTWARE.
|
|
|
967
668
|
|
|
968
669
|
### Rust Crates:
|
|
969
670
|
|
|
970
|
-
- [
|
|
671
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
971
672
|
|
|
972
673
|
````text
|
|
973
|
-
|
|
674
|
+
The MIT License (MIT)
|
|
974
675
|
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
Software without restriction, including without
|
|
979
|
-
limitation the rights to use, copy, modify, merge,
|
|
980
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
981
|
-
the Software, and to permit persons to whom the Software
|
|
982
|
-
is furnished to do so, subject to the following
|
|
983
|
-
conditions:
|
|
676
|
+
Copyright (c) 2015 Danny Guo
|
|
677
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
678
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
984
679
|
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
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:
|
|
988
686
|
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
IN
|
|
997
|
-
|
|
687
|
+
The above copyright notice and this permission notice shall be included in all
|
|
688
|
+
copies or substantial portions of the Software.
|
|
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.
|
|
998
697
|
|
|
999
698
|
````
|
|
1000
699
|
|
|
@@ -1002,14 +701,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1002
701
|
|
|
1003
702
|
## The following dependencies are licensed under the MIT License:
|
|
1004
703
|
|
|
1005
|
-
###
|
|
704
|
+
### Rust Crates:
|
|
1006
705
|
|
|
1007
|
-
- [
|
|
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)
|
|
1008
708
|
|
|
1009
709
|
````text
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
710
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1013
711
|
|
|
1014
712
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1015
713
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1029,22 +727,19 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1029
727
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1030
728
|
SOFTWARE.
|
|
1031
729
|
|
|
1032
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1033
|
-
|
|
1034
730
|
````
|
|
1035
731
|
|
|
1036
732
|
---
|
|
1037
733
|
|
|
1038
734
|
## The following dependencies are licensed under the MIT License:
|
|
1039
735
|
|
|
1040
|
-
###
|
|
736
|
+
### Rust Crates:
|
|
1041
737
|
|
|
1042
|
-
- [
|
|
738
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1043
739
|
|
|
1044
740
|
````text
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
741
|
+
Copyright (c) 2017 Daniel Abramov
|
|
742
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1048
743
|
|
|
1049
744
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1050
745
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1072,72 +767,30 @@ THE SOFTWARE.
|
|
|
1072
767
|
|
|
1073
768
|
### Rust Crates:
|
|
1074
769
|
|
|
1075
|
-
- [
|
|
770
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1076
771
|
|
|
1077
772
|
````text
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
publish, distribute, sublicense, and/or sell
|
|
1086
|
-
the Software, and to permit persons to whom the Software
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1100
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1101
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1102
|
-
DEALINGS IN THE SOFTWARE.
|
|
1103
|
-
|
|
1104
|
-
````
|
|
1105
|
-
|
|
1106
|
-
---
|
|
1107
|
-
|
|
1108
|
-
## The following dependencies are licensed under the MIT License:
|
|
1109
|
-
|
|
1110
|
-
### Rust Crates:
|
|
1111
|
-
|
|
1112
|
-
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1113
|
-
|
|
1114
|
-
````text
|
|
1115
|
-
Copyright (c) 2016--2017
|
|
1116
|
-
|
|
1117
|
-
Permission is hereby granted, free of charge, to any
|
|
1118
|
-
person obtaining a copy of this software and associated
|
|
1119
|
-
documentation files (the "Software"), to deal in the
|
|
1120
|
-
Software without restriction, including without
|
|
1121
|
-
limitation the rights to use, copy, modify, merge,
|
|
1122
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1123
|
-
the Software, and to permit persons to whom the Software
|
|
1124
|
-
is furnished to do so, subject to the following
|
|
1125
|
-
conditions:
|
|
1126
|
-
|
|
1127
|
-
The above copyright notice and this permission notice
|
|
1128
|
-
shall be included in all copies or substantial portions
|
|
1129
|
-
of the Software.
|
|
1130
|
-
|
|
1131
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1132
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1133
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1134
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1135
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1136
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1137
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1138
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1139
|
-
DEALINGS IN THE SOFTWARE.
|
|
1140
|
-
|
|
773
|
+
The MIT License (MIT)
|
|
774
|
+
|
|
775
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
776
|
+
|
|
777
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
778
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
779
|
+
in the Software without restriction, including without limitation the rights
|
|
780
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
781
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
782
|
+
furnished to do so, subject to the following conditions:
|
|
783
|
+
|
|
784
|
+
The above copyright notice and this permission notice shall be included in all
|
|
785
|
+
copies or substantial portions of the Software.
|
|
786
|
+
|
|
787
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
788
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
789
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
790
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
791
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
792
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
793
|
+
SOFTWARE.
|
|
1141
794
|
````
|
|
1142
795
|
|
|
1143
796
|
---
|
|
@@ -1176,129 +829,33 @@ THE SOFTWARE.
|
|
|
1176
829
|
|
|
1177
830
|
## The following dependencies are licensed under the MIT License:
|
|
1178
831
|
|
|
1179
|
-
###
|
|
1180
|
-
|
|
1181
|
-
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1182
|
-
|
|
1183
|
-
````text
|
|
1184
|
-
Copyright Mozilla Foundation
|
|
1185
|
-
|
|
1186
|
-
Permission is hereby granted, free of charge, to any
|
|
1187
|
-
person obtaining a copy of this software and associated
|
|
1188
|
-
documentation files (the "Software"), to deal in the
|
|
1189
|
-
Software without restriction, including without
|
|
1190
|
-
limitation the rights to use, copy, modify, merge,
|
|
1191
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1192
|
-
the Software, and to permit persons to whom the Software
|
|
1193
|
-
is furnished to do so, subject to the following
|
|
1194
|
-
conditions:
|
|
1195
|
-
|
|
1196
|
-
The above copyright notice and this permission notice
|
|
1197
|
-
shall be included in all copies or substantial portions
|
|
1198
|
-
of the Software.
|
|
1199
|
-
|
|
1200
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1201
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1202
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1203
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1204
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1205
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1206
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1207
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1208
|
-
DEALINGS IN THE SOFTWARE.
|
|
1209
|
-
|
|
1210
|
-
````
|
|
1211
|
-
|
|
1212
|
-
---
|
|
1213
|
-
|
|
1214
|
-
## The following dependencies are licensed under the MIT License:
|
|
1215
|
-
|
|
1216
|
-
### Rust Crates:
|
|
832
|
+
### NPM Packages:
|
|
1217
833
|
|
|
1218
|
-
- [
|
|
1219
|
-
- [
|
|
1220
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1221
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1222
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1223
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1224
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1225
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1226
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1227
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1228
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1229
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1230
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1231
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1232
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1233
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1234
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1235
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1236
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1237
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1238
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
834
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
835
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
1239
836
|
|
|
1240
837
|
````text
|
|
1241
|
-
MIT License
|
|
1242
|
-
|
|
1243
|
-
Copyright (c) <year> <copyright holders>
|
|
1244
|
-
|
|
1245
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1246
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1247
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1248
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1249
|
-
following conditions:
|
|
1250
|
-
|
|
1251
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1252
|
-
portions of the Software.
|
|
1253
|
-
|
|
1254
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1255
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1256
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1257
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1258
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1259
|
-
|
|
1260
|
-
````
|
|
1261
|
-
|
|
1262
|
-
---
|
|
1263
|
-
|
|
1264
|
-
## The following dependencies are licensed under the MIT License:
|
|
1265
|
-
|
|
1266
|
-
### Rust Crates:
|
|
1267
|
-
|
|
1268
|
-
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1269
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1270
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1271
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1272
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1273
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
838
|
+
MIT License
|
|
1274
839
|
|
|
1275
|
-
|
|
1276
|
-
Copyright 2018 Developers of the Rand project
|
|
1277
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
840
|
+
Copyright (c) Microsoft Corporation.
|
|
1278
841
|
|
|
1279
|
-
Permission is hereby granted, free of charge, to any
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
the Software, and to permit persons to whom the Software
|
|
1286
|
-
is furnished to do so, subject to the following
|
|
1287
|
-
conditions:
|
|
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:
|
|
1288
848
|
|
|
1289
|
-
The above copyright notice and this permission notice
|
|
1290
|
-
|
|
1291
|
-
of the Software.
|
|
849
|
+
The above copyright notice and this permission notice shall be included in all
|
|
850
|
+
copies or substantial portions of the Software.
|
|
1292
851
|
|
|
1293
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1301
|
-
DEALINGS IN THE SOFTWARE.
|
|
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
|
|
1302
859
|
|
|
1303
860
|
````
|
|
1304
861
|
|
|
@@ -1308,39 +865,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1308
865
|
|
|
1309
866
|
### Rust Crates:
|
|
1310
867
|
|
|
1311
|
-
- [
|
|
1312
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1313
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1314
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1315
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1316
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
868
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1317
869
|
|
|
1318
870
|
````text
|
|
1319
|
-
Copyright (c)
|
|
871
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1320
872
|
|
|
1321
|
-
Permission is hereby granted, free of charge, to any
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
the Software, and to permit persons to whom the Software
|
|
1328
|
-
is furnished to do so, subject to the following
|
|
1329
|
-
conditions:
|
|
873
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
874
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
875
|
+
in the Software without restriction, including without limitation the rights
|
|
876
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
877
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
878
|
+
furnished to do so, subject to the following conditions:
|
|
1330
879
|
|
|
1331
|
-
The above copyright notice and this permission notice
|
|
1332
|
-
|
|
1333
|
-
of the Software.
|
|
880
|
+
The above copyright notice and this permission notice shall be included in
|
|
881
|
+
all copies or substantial portions of the Software.
|
|
1334
882
|
|
|
1335
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1343
|
-
DEALINGS IN THE SOFTWARE.
|
|
883
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
884
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
885
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
886
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
887
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
888
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
889
|
+
THE SOFTWARE.
|
|
1344
890
|
|
|
1345
891
|
````
|
|
1346
892
|
|
|
@@ -1350,12 +896,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1350
896
|
|
|
1351
897
|
### NPM Packages:
|
|
1352
898
|
|
|
1353
|
-
- [
|
|
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)
|
|
1354
901
|
|
|
1355
902
|
````text
|
|
1356
|
-
|
|
903
|
+
MIT License
|
|
1357
904
|
|
|
1358
|
-
Copyright (c)
|
|
905
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1359
906
|
|
|
1360
907
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1361
908
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1375,7 +922,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1375
922
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1376
923
|
SOFTWARE.
|
|
1377
924
|
|
|
1378
|
-
|
|
1379
925
|
````
|
|
1380
926
|
|
|
1381
927
|
---
|
|
@@ -1384,19 +930,41 @@ SOFTWARE.
|
|
|
1384
930
|
|
|
1385
931
|
### Rust Crates:
|
|
1386
932
|
|
|
1387
|
-
- [
|
|
1388
|
-
- [
|
|
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)
|
|
1389
948
|
|
|
1390
949
|
````text
|
|
1391
|
-
|
|
950
|
+
MIT License
|
|
1392
951
|
|
|
1393
|
-
Copyright
|
|
952
|
+
Copyright (c) <year> <copyright holders>
|
|
1394
953
|
|
|
1395
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
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:
|
|
1396
959
|
|
|
1397
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
960
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
961
|
+
portions of the Software.
|
|
1398
962
|
|
|
1399
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
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.
|
|
1400
968
|
|
|
1401
969
|
````
|
|
1402
970
|
|
|
@@ -1406,12 +974,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1406
974
|
|
|
1407
975
|
### Rust Crates:
|
|
1408
976
|
|
|
1409
|
-
- [
|
|
977
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1410
978
|
|
|
1411
979
|
````text
|
|
1412
|
-
Copyright (c)
|
|
1413
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1414
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
980
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1415
981
|
|
|
1416
982
|
Permission is hereby granted, free of charge, to any
|
|
1417
983
|
person obtaining a copy of this software and associated
|
|
@@ -1445,37 +1011,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1445
1011
|
|
|
1446
1012
|
### Rust Crates:
|
|
1447
1013
|
|
|
1448
|
-
- [
|
|
1449
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1014
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
1450
1015
|
|
|
1451
1016
|
````text
|
|
1452
|
-
Copyright (c)
|
|
1453
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1454
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1017
|
+
Copyright (c) 2015 steffengy
|
|
1455
1018
|
|
|
1456
|
-
Permission is hereby granted, free of charge, to any
|
|
1457
|
-
person obtaining a copy of this software and associated
|
|
1458
|
-
documentation files (the "Software"), to deal in the
|
|
1459
|
-
Software without restriction, including without
|
|
1460
|
-
limitation the rights to use, copy, modify, merge,
|
|
1461
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1462
|
-
the Software, and to permit persons to whom the Software
|
|
1463
|
-
is furnished to do so, subject to the following
|
|
1464
|
-
conditions:
|
|
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:
|
|
1465
1020
|
|
|
1466
|
-
The above copyright notice and this permission notice
|
|
1467
|
-
shall be included in all copies or substantial portions
|
|
1468
|
-
of the Software.
|
|
1021
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1469
1022
|
|
|
1470
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1471
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1472
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1473
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1474
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1475
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1476
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1477
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1478
|
-
DEALINGS IN THE SOFTWARE.
|
|
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.
|
|
1479
1024
|
|
|
1480
1025
|
````
|
|
1481
1026
|
|
|
@@ -1485,12 +1030,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1485
1030
|
|
|
1486
1031
|
### Rust Crates:
|
|
1487
1032
|
|
|
1488
|
-
- [
|
|
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)
|
|
1489
1036
|
|
|
1490
1037
|
````text
|
|
1491
1038
|
MIT License
|
|
1492
1039
|
|
|
1493
|
-
Copyright (c)
|
|
1040
|
+
Copyright (c) Tokio Contributors
|
|
1494
1041
|
|
|
1495
1042
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1496
1043
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1518,47 +1065,10 @@ SOFTWARE.
|
|
|
1518
1065
|
|
|
1519
1066
|
### Rust Crates:
|
|
1520
1067
|
|
|
1521
|
-
- [
|
|
1522
|
-
|
|
1523
|
-
````text
|
|
1524
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
1525
|
-
|
|
1526
|
-
Permission is hereby granted, free of charge, to any
|
|
1527
|
-
person obtaining a copy of this software and associated
|
|
1528
|
-
documentation files (the "Software"), to deal in the
|
|
1529
|
-
Software without restriction, including without
|
|
1530
|
-
limitation the rights to use, copy, modify, merge,
|
|
1531
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1532
|
-
the Software, and to permit persons to whom the Software
|
|
1533
|
-
is furnished to do so, subject to the following
|
|
1534
|
-
conditions:
|
|
1535
|
-
|
|
1536
|
-
The above copyright notice and this permission notice
|
|
1537
|
-
shall be included in all copies or substantial portions
|
|
1538
|
-
of the Software.
|
|
1539
|
-
|
|
1540
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1541
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1542
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1543
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1544
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1545
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1546
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1547
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1548
|
-
DEALINGS IN THE SOFTWARE.
|
|
1549
|
-
|
|
1550
|
-
````
|
|
1551
|
-
|
|
1552
|
-
---
|
|
1553
|
-
|
|
1554
|
-
## The following dependencies are licensed under the MIT License:
|
|
1555
|
-
|
|
1556
|
-
### Rust Crates:
|
|
1557
|
-
|
|
1558
|
-
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1068
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1559
1069
|
|
|
1560
1070
|
````text
|
|
1561
|
-
Copyright (c)
|
|
1071
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1562
1072
|
|
|
1563
1073
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1564
1074
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1578,77 +1088,36 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1578
1088
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1579
1089
|
THE SOFTWARE.
|
|
1580
1090
|
|
|
1091
|
+
|
|
1581
1092
|
````
|
|
1582
1093
|
|
|
1583
1094
|
---
|
|
1584
1095
|
|
|
1585
1096
|
## The following dependencies are licensed under the MIT License:
|
|
1586
1097
|
|
|
1587
|
-
###
|
|
1098
|
+
### NPM Packages:
|
|
1588
1099
|
|
|
1589
|
-
- [
|
|
1590
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1591
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1100
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1592
1101
|
|
|
1593
1102
|
````text
|
|
1594
|
-
MIT
|
|
1595
|
-
|
|
1596
|
-
Copyright (c) Tokio Contributors
|
|
1103
|
+
This software is released under the MIT license:
|
|
1597
1104
|
|
|
1598
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
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:
|
|
1604
1111
|
|
|
1605
1112
|
The above copyright notice and this permission notice shall be included in all
|
|
1606
1113
|
copies or substantial portions of the Software.
|
|
1607
1114
|
|
|
1608
1115
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1609
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
SOFTWARE.
|
|
1615
|
-
|
|
1616
|
-
````
|
|
1617
|
-
|
|
1618
|
-
---
|
|
1619
|
-
|
|
1620
|
-
## The following dependencies are licensed under the MIT License:
|
|
1621
|
-
|
|
1622
|
-
### Rust Crates:
|
|
1623
|
-
|
|
1624
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1625
|
-
|
|
1626
|
-
````text
|
|
1627
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1628
|
-
|
|
1629
|
-
Permission is hereby granted, free of charge, to any
|
|
1630
|
-
person obtaining a copy of this software and associated
|
|
1631
|
-
documentation files (the "Software"), to deal in the
|
|
1632
|
-
Software without restriction, including without
|
|
1633
|
-
limitation the rights to use, copy, modify, merge,
|
|
1634
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1635
|
-
the Software, and to permit persons to whom the Software
|
|
1636
|
-
is furnished to do so, subject to the following
|
|
1637
|
-
conditions:
|
|
1638
|
-
|
|
1639
|
-
The above copyright notice and this permission notice
|
|
1640
|
-
shall be included in all copies or substantial portions
|
|
1641
|
-
of the Software.
|
|
1642
|
-
|
|
1643
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1644
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1645
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1646
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1647
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1648
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1649
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1650
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1651
|
-
DEALINGS IN THE SOFTWARE.
|
|
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.
|
|
1652
1121
|
|
|
1653
1122
|
````
|
|
1654
1123
|
|
|
@@ -1658,10 +1127,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1658
1127
|
|
|
1659
1128
|
### Rust Crates:
|
|
1660
1129
|
|
|
1661
|
-
- [
|
|
1130
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1662
1131
|
|
|
1663
1132
|
````text
|
|
1664
|
-
Copyright (c)
|
|
1133
|
+
Copyright (c) 2017 http-rs authors
|
|
1665
1134
|
|
|
1666
1135
|
Permission is hereby granted, free of charge, to any
|
|
1667
1136
|
person obtaining a copy of this software and associated
|
|
@@ -1677,97 +1146,30 @@ The above copyright notice and this permission notice
|
|
|
1677
1146
|
shall be included in all copies or substantial portions
|
|
1678
1147
|
of the Software.
|
|
1679
1148
|
|
|
1680
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1681
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1682
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1683
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1684
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1685
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1686
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1687
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1688
|
-
DEALINGS IN THE SOFTWARE.
|
|
1689
|
-
|
|
1690
|
-
````
|
|
1691
|
-
|
|
1692
|
-
---
|
|
1693
|
-
|
|
1694
|
-
## The following dependencies are licensed under the MIT License:
|
|
1695
|
-
|
|
1696
|
-
### Rust Crates:
|
|
1697
|
-
|
|
1698
|
-
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1699
|
-
|
|
1700
|
-
````text
|
|
1701
|
-
MIT License
|
|
1702
|
-
|
|
1703
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1704
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1705
|
-
Copyright (c) 2017 Frommi
|
|
1706
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1710
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1711
|
-
in the Software without restriction, including without limitation the rights
|
|
1712
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1713
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1714
|
-
furnished to do so, subject to the following conditions:
|
|
1715
|
-
|
|
1716
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1717
|
-
copies or substantial portions of the Software.
|
|
1718
|
-
|
|
1719
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1720
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1721
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1722
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1723
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1724
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1725
|
-
SOFTWARE.
|
|
1726
|
-
|
|
1727
|
-
````
|
|
1728
|
-
|
|
1729
|
-
---
|
|
1730
|
-
|
|
1731
|
-
## The following dependencies are licensed under the MIT License:
|
|
1732
|
-
|
|
1733
|
-
### Rust Crates:
|
|
1734
|
-
|
|
1735
|
-
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1736
|
-
|
|
1737
|
-
````text
|
|
1738
|
-
Copyright (c) 2019 Eliza Weisman
|
|
1739
|
-
|
|
1740
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1741
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1742
|
-
in the Software without restriction, including without limitation the rights
|
|
1743
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1744
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1745
|
-
furnished to do so, subject to the following conditions:
|
|
1746
|
-
|
|
1747
|
-
The above copyright notice and this permission notice shall be included in
|
|
1748
|
-
all copies or substantial portions of the Software.
|
|
1749
|
-
|
|
1750
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1751
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1752
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1753
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1754
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1755
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1756
|
-
THE SOFTWARE.
|
|
1757
|
-
|
|
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
|
+
|
|
1758
1159
|
````
|
|
1759
1160
|
|
|
1760
1161
|
---
|
|
1761
1162
|
|
|
1762
1163
|
## The following dependencies are licensed under the MIT License:
|
|
1763
1164
|
|
|
1764
|
-
###
|
|
1165
|
+
### NPM Packages:
|
|
1765
1166
|
|
|
1766
|
-
- [
|
|
1767
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1167
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
|
|
1768
1168
|
|
|
1769
1169
|
````text
|
|
1770
|
-
|
|
1170
|
+
MIT License
|
|
1171
|
+
|
|
1172
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1771
1173
|
|
|
1772
1174
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1773
1175
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1795,12 +1197,10 @@ SOFTWARE.
|
|
|
1795
1197
|
|
|
1796
1198
|
### Rust Crates:
|
|
1797
1199
|
|
|
1798
|
-
- [
|
|
1799
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1800
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1200
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1801
1201
|
|
|
1802
1202
|
````text
|
|
1803
|
-
Copyright (c)
|
|
1203
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1804
1204
|
|
|
1805
1205
|
Permission is hereby granted, free of charge, to any
|
|
1806
1206
|
person obtaining a copy of this software and associated
|
|
@@ -1834,62 +1234,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1834
1234
|
|
|
1835
1235
|
### Rust Crates:
|
|
1836
1236
|
|
|
1837
|
-
- [
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1845
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1846
|
-
in the Software without restriction, including without limitation the rights
|
|
1847
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1848
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1849
|
-
furnished to do so, subject to the following conditions:
|
|
1850
|
-
|
|
1851
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1852
|
-
copies or substantial portions of the Software.
|
|
1853
|
-
|
|
1854
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1855
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1856
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1857
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1858
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1859
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1860
|
-
SOFTWARE.
|
|
1861
|
-
````
|
|
1862
|
-
|
|
1863
|
-
---
|
|
1864
|
-
|
|
1865
|
-
## The following dependencies are licensed under the MIT License:
|
|
1866
|
-
|
|
1867
|
-
### Rust Crates:
|
|
1868
|
-
|
|
1869
|
-
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
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)
|
|
1870
1243
|
|
|
1871
1244
|
````text
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
Copyright (c) 2025 Callum Oakley
|
|
1245
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1875
1246
|
|
|
1876
|
-
Permission is hereby granted, free of charge, to any
|
|
1877
|
-
of this software and associated
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1247
|
+
Permission is hereby granted, free of charge, to any
|
|
1248
|
+
person obtaining a copy of this software and associated
|
|
1249
|
+
documentation files (the "Software"), to deal in the
|
|
1250
|
+
Software without restriction, including without
|
|
1251
|
+
limitation the rights to use, copy, modify, merge,
|
|
1252
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1253
|
+
the Software, and to permit persons to whom the Software
|
|
1254
|
+
is furnished to do so, subject to the following
|
|
1255
|
+
conditions:
|
|
1882
1256
|
|
|
1883
|
-
The above copyright notice and this permission notice
|
|
1884
|
-
copies or substantial portions
|
|
1257
|
+
The above copyright notice and this permission notice
|
|
1258
|
+
shall be included in all copies or substantial portions
|
|
1259
|
+
of the Software.
|
|
1885
1260
|
|
|
1886
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1887
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1262
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1263
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1264
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1265
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1266
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1267
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1268
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1269
|
+
DEALINGS IN THE SOFTWARE.
|
|
1893
1270
|
|
|
1894
1271
|
````
|
|
1895
1272
|
|
|
@@ -1933,10 +1310,11 @@ SOFTWARE.
|
|
|
1933
1310
|
|
|
1934
1311
|
### Rust Crates:
|
|
1935
1312
|
|
|
1936
|
-
- [
|
|
1313
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1937
1314
|
|
|
1938
1315
|
````text
|
|
1939
|
-
Copyright (c)
|
|
1316
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1317
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1940
1318
|
|
|
1941
1319
|
Permission is hereby granted, free of charge, to any
|
|
1942
1320
|
person obtaining a copy of this software and associated
|
|
@@ -1970,11 +1348,66 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1970
1348
|
|
|
1971
1349
|
### Rust Crates:
|
|
1972
1350
|
|
|
1973
|
-
- [
|
|
1351
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1974
1352
|
|
|
1975
1353
|
````text
|
|
1976
|
-
|
|
1354
|
+
MIT License
|
|
1355
|
+
|
|
1356
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1357
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1358
|
+
in the Software without restriction, including without limitation the rights
|
|
1359
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1360
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1361
|
+
furnished to do so, subject to the following conditions:
|
|
1362
|
+
|
|
1363
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1364
|
+
copies or substantial portions of the Software.
|
|
1365
|
+
|
|
1366
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1367
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1368
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1369
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1370
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1371
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1372
|
+
SOFTWARE.
|
|
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)
|
|
1977
1409
|
|
|
1410
|
+
````text
|
|
1978
1411
|
Permission is hereby granted, free of charge, to any
|
|
1979
1412
|
person obtaining a copy of this software and associated
|
|
1980
1413
|
documentation files (the "Software"), to deal in the
|
|
@@ -2007,10 +1440,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2007
1440
|
|
|
2008
1441
|
### Rust Crates:
|
|
2009
1442
|
|
|
2010
|
-
- [
|
|
1443
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2011
1444
|
|
|
2012
1445
|
````text
|
|
2013
|
-
Copyright
|
|
1446
|
+
Copyright (c) The Rust Project Developers
|
|
2014
1447
|
|
|
2015
1448
|
Permission is hereby granted, free of charge, to any
|
|
2016
1449
|
person obtaining a copy of this software and associated
|
|
@@ -2044,14 +1477,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2044
1477
|
|
|
2045
1478
|
### Rust Crates:
|
|
2046
1479
|
|
|
2047
|
-
- [
|
|
1480
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2048
1481
|
|
|
2049
1482
|
````text
|
|
2050
1483
|
The MIT License (MIT)
|
|
2051
1484
|
|
|
2052
|
-
Copyright (c)
|
|
2053
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2054
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1485
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2055
1486
|
|
|
2056
1487
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2057
1488
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2077,45 +1508,14 @@ SOFTWARE.
|
|
|
2077
1508
|
|
|
2078
1509
|
## The following dependencies are licensed under the MIT License:
|
|
2079
1510
|
|
|
2080
|
-
###
|
|
1511
|
+
### NPM Packages:
|
|
2081
1512
|
|
|
2082
|
-
- [
|
|
1513
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2083
1514
|
|
|
2084
1515
|
````text
|
|
2085
1516
|
MIT License
|
|
2086
1517
|
|
|
2087
|
-
Copyright (c)
|
|
2088
|
-
|
|
2089
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2090
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2091
|
-
in the Software without restriction, including without limitation the rights
|
|
2092
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2093
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2094
|
-
furnished to do so, subject to the following conditions:
|
|
2095
|
-
|
|
2096
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2097
|
-
copies or substantial portions of the Software.
|
|
2098
|
-
|
|
2099
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2100
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2101
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2102
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2103
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2104
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2105
|
-
SOFTWARE.
|
|
2106
|
-
|
|
2107
|
-
````
|
|
2108
|
-
|
|
2109
|
-
---
|
|
2110
|
-
|
|
2111
|
-
## The following dependencies are licensed under the MIT License:
|
|
2112
|
-
|
|
2113
|
-
### Rust Crates:
|
|
2114
|
-
|
|
2115
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2116
|
-
|
|
2117
|
-
````text
|
|
2118
|
-
Copyright (c) 2018 directories-rs contributors
|
|
1518
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2119
1519
|
|
|
2120
1520
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2121
1521
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2143,10 +1543,10 @@ SOFTWARE.
|
|
|
2143
1543
|
|
|
2144
1544
|
### Rust Crates:
|
|
2145
1545
|
|
|
2146
|
-
- [
|
|
1546
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2147
1547
|
|
|
2148
1548
|
````text
|
|
2149
|
-
Copyright (c)
|
|
1549
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2150
1550
|
|
|
2151
1551
|
Permission is hereby granted, free of charge, to any
|
|
2152
1552
|
person obtaining a copy of this software and associated
|
|
@@ -2180,45 +1580,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2180
1580
|
|
|
2181
1581
|
### Rust Crates:
|
|
2182
1582
|
|
|
2183
|
-
- [
|
|
2184
|
-
|
|
2185
|
-
````text
|
|
2186
|
-
The MIT License (MIT)
|
|
2187
|
-
|
|
2188
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2189
|
-
|
|
2190
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2191
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2192
|
-
in the Software without restriction, including without limitation the rights
|
|
2193
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2194
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2195
|
-
furnished to do so, subject to the following conditions:
|
|
2196
|
-
|
|
2197
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2198
|
-
copies or substantial portions of the Software.
|
|
2199
|
-
|
|
2200
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2201
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2202
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2203
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2204
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2205
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2206
|
-
SOFTWARE.
|
|
2207
|
-
|
|
2208
|
-
````
|
|
2209
|
-
|
|
2210
|
-
---
|
|
2211
|
-
|
|
2212
|
-
## The following dependencies are licensed under the MIT License:
|
|
2213
|
-
|
|
2214
|
-
### Rust Crates:
|
|
2215
|
-
|
|
2216
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2217
|
-
|
|
2218
|
-
````text
|
|
2219
|
-
MIT License
|
|
1583
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2220
1584
|
|
|
2221
|
-
|
|
1585
|
+
````text
|
|
1586
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2222
1587
|
|
|
2223
1588
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2224
1589
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2246,12 +1611,10 @@ SOFTWARE.
|
|
|
2246
1611
|
|
|
2247
1612
|
### Rust Crates:
|
|
2248
1613
|
|
|
2249
|
-
- [
|
|
2250
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2251
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1614
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2252
1615
|
|
|
2253
1616
|
````text
|
|
2254
|
-
Copyright (c)
|
|
1617
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2255
1618
|
|
|
2256
1619
|
Permission is hereby granted, free of charge, to any
|
|
2257
1620
|
person obtaining a copy of this software and associated
|
|
@@ -2283,33 +1646,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2283
1646
|
|
|
2284
1647
|
## The following dependencies are licensed under the MIT License:
|
|
2285
1648
|
|
|
2286
|
-
###
|
|
1649
|
+
### Rust Crates:
|
|
2287
1650
|
|
|
2288
|
-
- [
|
|
2289
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1651
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2290
1652
|
|
|
2291
1653
|
````text
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
1654
|
+
Copyright (c) 2016--2023
|
|
2295
1655
|
|
|
2296
|
-
Permission is hereby granted, free of charge, to any
|
|
2297
|
-
of this software and associated
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
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:
|
|
2302
1665
|
|
|
2303
|
-
The above copyright notice and this permission notice
|
|
2304
|
-
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.
|
|
2305
1669
|
|
|
2306
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2307
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
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.
|
|
2313
1679
|
|
|
2314
1680
|
````
|
|
2315
1681
|
|
|
@@ -2319,29 +1685,34 @@ SOFTWARE.
|
|
|
2319
1685
|
|
|
2320
1686
|
### Rust Crates:
|
|
2321
1687
|
|
|
2322
|
-
- [
|
|
1688
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2323
1689
|
|
|
2324
1690
|
````text
|
|
2325
|
-
Copyright (c)
|
|
2326
|
-
Copyright (c) 2016 Jason Housley
|
|
1691
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2327
1692
|
|
|
2328
|
-
Permission is hereby granted, free of charge, to any
|
|
2329
|
-
of this software and associated
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
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:
|
|
2334
1702
|
|
|
2335
|
-
The above copyright notice and this permission notice
|
|
2336
|
-
all 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.
|
|
2337
1706
|
|
|
2338
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2339
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
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.
|
|
2345
1716
|
|
|
2346
1717
|
````
|
|
2347
1718
|
|
|
@@ -2351,37 +1722,11 @@ THE SOFTWARE.
|
|
|
2351
1722
|
|
|
2352
1723
|
### Rust Crates:
|
|
2353
1724
|
|
|
2354
|
-
- [
|
|
2355
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2356
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2357
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2358
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2359
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2360
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2361
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2362
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2363
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2364
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2365
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2366
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2367
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2368
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2369
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2370
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2371
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2372
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2373
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2374
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2375
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2376
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2377
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2378
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2379
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2380
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2381
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2382
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1725
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2383
1726
|
|
|
2384
1727
|
````text
|
|
1728
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1729
|
+
|
|
2385
1730
|
Permission is hereby granted, free of charge, to any
|
|
2386
1731
|
person obtaining a copy of this software and associated
|
|
2387
1732
|
documentation files (the "Software"), to deal in the
|
|
@@ -2414,29 +1759,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2414
1759
|
|
|
2415
1760
|
### Rust Crates:
|
|
2416
1761
|
|
|
2417
|
-
- [
|
|
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)
|
|
2418
1765
|
|
|
2419
1766
|
````text
|
|
2420
|
-
Copyright (c)
|
|
2421
|
-
|
|
2422
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2423
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2424
|
-
in the Software without restriction, including without limitation the rights
|
|
2425
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2426
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2427
|
-
furnished to do so, subject to the following conditions:
|
|
1767
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2428
1768
|
|
|
2429
|
-
|
|
2430
|
-
|
|
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:
|
|
2431
1778
|
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2436
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2437
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2438
|
-
THE SOFTWARE.
|
|
1779
|
+
The above copyright notice and this permission notice
|
|
1780
|
+
shall be included in all copies or substantial portions
|
|
1781
|
+
of the Software.
|
|
2439
1782
|
|
|
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.
|
|
2440
1792
|
|
|
2441
1793
|
````
|
|
2442
1794
|
|
|
@@ -2446,10 +1798,10 @@ THE SOFTWARE.
|
|
|
2446
1798
|
|
|
2447
1799
|
### Rust Crates:
|
|
2448
1800
|
|
|
2449
|
-
- [
|
|
1801
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2450
1802
|
|
|
2451
1803
|
````text
|
|
2452
|
-
Copyright (c)
|
|
1804
|
+
Copyright (c) 2017 Robert Grosse
|
|
2453
1805
|
|
|
2454
1806
|
Permission is hereby granted, free of charge, to any
|
|
2455
1807
|
person obtaining a copy of this software and associated
|
|
@@ -2474,7 +1826,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2474
1826
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2475
1827
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2476
1828
|
DEALINGS IN THE SOFTWARE.
|
|
2477
|
-
|
|
2478
1829
|
````
|
|
2479
1830
|
|
|
2480
1831
|
---
|
|
@@ -2483,12 +1834,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2483
1834
|
|
|
2484
1835
|
### Rust Crates:
|
|
2485
1836
|
|
|
2486
|
-
- [
|
|
2487
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
1837
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2488
1838
|
|
|
2489
1839
|
````text
|
|
2490
1840
|
MIT License
|
|
2491
1841
|
|
|
1842
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1843
|
+
Copyright (c) Tokio Contributors
|
|
1844
|
+
|
|
2492
1845
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2493
1846
|
of this software and associated documentation files (the "Software"), to deal
|
|
2494
1847
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2515,28 +1868,35 @@ SOFTWARE.
|
|
|
2515
1868
|
|
|
2516
1869
|
### Rust Crates:
|
|
2517
1870
|
|
|
2518
|
-
- [
|
|
1871
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2519
1872
|
|
|
2520
1873
|
````text
|
|
2521
|
-
Copyright
|
|
1874
|
+
Copyright 2023 The Fuchsia Authors
|
|
2522
1875
|
|
|
2523
|
-
Permission is hereby granted, free of charge, to any
|
|
2524
|
-
of this software and associated
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
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:
|
|
2529
1885
|
|
|
2530
|
-
The above copyright notice and this permission notice
|
|
2531
|
-
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.
|
|
1889
|
+
|
|
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.
|
|
2532
1899
|
|
|
2533
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2534
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2535
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2536
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2537
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2538
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2539
|
-
THE SOFTWARE.
|
|
2540
1900
|
|
|
2541
1901
|
````
|
|
2542
1902
|
|
|
@@ -2546,10 +1906,13 @@ THE SOFTWARE.
|
|
|
2546
1906
|
|
|
2547
1907
|
### Rust Crates:
|
|
2548
1908
|
|
|
2549
|
-
- [
|
|
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)
|
|
2550
1912
|
|
|
2551
1913
|
````text
|
|
2552
|
-
Copyright
|
|
1914
|
+
Copyright 2018 Developers of the Rand project
|
|
1915
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2553
1916
|
|
|
2554
1917
|
Permission is hereby granted, free of charge, to any
|
|
2555
1918
|
person obtaining a copy of this software and associated
|
|
@@ -2565,15 +1928,48 @@ The above copyright notice and this permission notice
|
|
|
2565
1928
|
shall be included in all copies or substantial portions
|
|
2566
1929
|
of the Software.
|
|
2567
1930
|
|
|
2568
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2569
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2570
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2571
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2572
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2573
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2574
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2575
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2576
|
-
DEALINGS IN THE SOFTWARE.
|
|
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.
|
|
1940
|
+
|
|
1941
|
+
````
|
|
1942
|
+
|
|
1943
|
+
---
|
|
1944
|
+
|
|
1945
|
+
## The following dependencies are licensed under the MIT License:
|
|
1946
|
+
|
|
1947
|
+
### NPM Packages:
|
|
1948
|
+
|
|
1949
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1950
|
+
|
|
1951
|
+
````text
|
|
1952
|
+
The MIT License (MIT)
|
|
1953
|
+
|
|
1954
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1955
|
+
|
|
1956
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1957
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1958
|
+
in the Software without restriction, including without limitation the rights
|
|
1959
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1960
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1961
|
+
furnished to do so, subject to the following conditions:
|
|
1962
|
+
|
|
1963
|
+
The above copyright notice and this permission notice shall be included in
|
|
1964
|
+
all copies or substantial portions of the Software.
|
|
1965
|
+
|
|
1966
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1967
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1968
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1969
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1970
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1971
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1972
|
+
THE SOFTWARE.
|
|
2577
1973
|
|
|
2578
1974
|
````
|
|
2579
1975
|
|
|
@@ -2583,11 +1979,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2583
1979
|
|
|
2584
1980
|
### Rust Crates:
|
|
2585
1981
|
|
|
2586
|
-
- [
|
|
1982
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2587
1983
|
|
|
2588
1984
|
````text
|
|
2589
|
-
Copyright (c) 2018
|
|
2590
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1985
|
+
Copyright (c) 2018 Carl Lerche
|
|
2591
1986
|
|
|
2592
1987
|
Permission is hereby granted, free of charge, to any
|
|
2593
1988
|
person obtaining a copy of this software and associated
|
|
@@ -2621,10 +2016,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2621
2016
|
|
|
2622
2017
|
### Rust Crates:
|
|
2623
2018
|
|
|
2624
|
-
- [
|
|
2019
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2625
2020
|
|
|
2626
2021
|
````text
|
|
2627
|
-
|
|
2022
|
+
MIT License
|
|
2023
|
+
|
|
2024
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2628
2025
|
|
|
2629
2026
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2630
2027
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2633,17 +2030,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2633
2030
|
copies of the Software, and to permit persons to whom the Software is
|
|
2634
2031
|
furnished to do so, subject to the following conditions:
|
|
2635
2032
|
|
|
2636
|
-
The above copyright notice and this permission notice shall be included in
|
|
2637
|
-
|
|
2033
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2034
|
+
copies or substantial portions of the Software.
|
|
2638
2035
|
|
|
2639
2036
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2640
2037
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2641
2038
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2642
2039
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2643
2040
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2644
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2645
|
-
|
|
2646
|
-
|
|
2041
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2042
|
+
SOFTWARE.
|
|
2647
2043
|
|
|
2648
2044
|
````
|
|
2649
2045
|
|
|
@@ -2653,10 +2049,10 @@ THE SOFTWARE.
|
|
|
2653
2049
|
|
|
2654
2050
|
### Rust Crates:
|
|
2655
2051
|
|
|
2656
|
-
- [
|
|
2052
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2657
2053
|
|
|
2658
2054
|
````text
|
|
2659
|
-
Copyright
|
|
2055
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2660
2056
|
|
|
2661
2057
|
Permission is hereby granted, free of charge, to any
|
|
2662
2058
|
person obtaining a copy of this software and associated
|
|
@@ -2690,10 +2086,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2690
2086
|
|
|
2691
2087
|
### Rust Crates:
|
|
2692
2088
|
|
|
2693
|
-
- [
|
|
2089
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2694
2090
|
|
|
2695
2091
|
````text
|
|
2696
|
-
Copyright (c)
|
|
2092
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2093
|
+
|
|
2094
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2095
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2096
|
+
in the Software without restriction, including without limitation the rights
|
|
2097
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2098
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2099
|
+
furnished to do so, subject to the following conditions:
|
|
2100
|
+
|
|
2101
|
+
The above copyright notice and this permission notice shall be included in
|
|
2102
|
+
all copies or substantial portions of the Software.
|
|
2103
|
+
|
|
2104
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2105
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2106
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2107
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2108
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2109
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2110
|
+
THE SOFTWARE.
|
|
2111
|
+
|
|
2112
|
+
````
|
|
2113
|
+
|
|
2114
|
+
---
|
|
2115
|
+
|
|
2116
|
+
## The following dependencies are licensed under the MIT License:
|
|
2117
|
+
|
|
2118
|
+
### Rust Crates:
|
|
2119
|
+
|
|
2120
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2121
|
+
|
|
2122
|
+
````text
|
|
2123
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2697
2124
|
|
|
2698
2125
|
Permission is hereby granted, free of charge, to any
|
|
2699
2126
|
person obtaining a copy of this software and associated
|
|
@@ -2718,6 +2145,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2718
2145
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2719
2146
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2720
2147
|
DEALINGS IN THE SOFTWARE.
|
|
2148
|
+
|
|
2721
2149
|
````
|
|
2722
2150
|
|
|
2723
2151
|
---
|
|
@@ -2726,10 +2154,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2726
2154
|
|
|
2727
2155
|
### Rust Crates:
|
|
2728
2156
|
|
|
2729
|
-
- [
|
|
2157
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2730
2158
|
|
|
2731
2159
|
````text
|
|
2732
|
-
Copyright (c)
|
|
2160
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2733
2161
|
|
|
2734
2162
|
Permission is hereby granted, free of charge, to any
|
|
2735
2163
|
person obtaining a copy of this software and associated
|
|
@@ -2763,30 +2191,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2763
2191
|
|
|
2764
2192
|
### Rust Crates:
|
|
2765
2193
|
|
|
2766
|
-
- [
|
|
2194
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2767
2195
|
|
|
2768
2196
|
````text
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
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:
|
|
2772
|
-
|
|
2773
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2774
|
-
|
|
2775
|
-
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.
|
|
2776
|
-
|
|
2777
|
-
````
|
|
2778
|
-
|
|
2779
|
-
---
|
|
2780
|
-
|
|
2781
|
-
## The following dependencies are licensed under the MIT License:
|
|
2782
|
-
|
|
2783
|
-
### Rust Crates:
|
|
2784
|
-
|
|
2785
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2197
|
+
The MIT License (MIT)
|
|
2786
2198
|
|
|
2787
|
-
|
|
2788
|
-
Copyright (c) 2017 Daniel Abramov
|
|
2789
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2199
|
+
Copyright (c) 2015 Alice Maz
|
|
2790
2200
|
|
|
2791
2201
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2792
2202
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2814,33 +2224,35 @@ THE SOFTWARE.
|
|
|
2814
2224
|
|
|
2815
2225
|
### Rust Crates:
|
|
2816
2226
|
|
|
2817
|
-
- [
|
|
2227
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2818
2228
|
|
|
2819
2229
|
````text
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2230
|
+
Copyright (c) 2015 Steven Allen
|
|
2823
2231
|
|
|
2824
|
-
Permission is hereby granted, free of charge, to any
|
|
2825
|
-
of this software and associated
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2232
|
+
Permission is hereby granted, free of charge, to any
|
|
2233
|
+
person obtaining a copy of this software and associated
|
|
2234
|
+
documentation files (the "Software"), to deal in the
|
|
2235
|
+
Software without restriction, including without
|
|
2236
|
+
limitation the rights to use, copy, modify, merge,
|
|
2237
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2238
|
+
the Software, and to permit persons to whom the Software
|
|
2239
|
+
is furnished to do so, subject to the following
|
|
2240
|
+
conditions:
|
|
2830
2241
|
|
|
2831
|
-
The above copyright notice and this permission notice
|
|
2832
|
-
copies or substantial portions
|
|
2242
|
+
The above copyright notice and this permission notice
|
|
2243
|
+
shall be included in all copies or substantial portions
|
|
2244
|
+
of the Software.
|
|
2833
2245
|
|
|
2834
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2835
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2246
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2247
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2248
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2249
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2250
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2251
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2252
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2253
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2254
|
+
DEALINGS IN THE SOFTWARE.
|
|
2841
2255
|
|
|
2842
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2843
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2844
2256
|
````
|
|
2845
2257
|
|
|
2846
2258
|
---
|
|
@@ -2849,15 +2261,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2849
2261
|
|
|
2850
2262
|
### Rust Crates:
|
|
2851
2263
|
|
|
2852
|
-
- [
|
|
2853
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2854
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2855
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2856
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2857
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2264
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2858
2265
|
|
|
2859
2266
|
````text
|
|
2860
|
-
Copyright (c)
|
|
2267
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2861
2268
|
|
|
2862
2269
|
Permission is hereby granted, free of charge, to any
|
|
2863
2270
|
person obtaining a copy of this software and associated
|
|
@@ -2889,68 +2296,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2889
2296
|
|
|
2890
2297
|
## The following dependencies are licensed under the MIT License:
|
|
2891
2298
|
|
|
2892
|
-
###
|
|
2299
|
+
### Rust Crates:
|
|
2893
2300
|
|
|
2894
|
-
- [
|
|
2895
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2301
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2896
2302
|
|
|
2897
2303
|
````text
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
Copyright (c) Microsoft Corporation.
|
|
2901
|
-
|
|
2902
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2903
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2904
|
-
in the Software without restriction, including without limitation the rights
|
|
2905
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2906
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2907
|
-
furnished to do so, subject to the following conditions:
|
|
2908
|
-
|
|
2909
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2910
|
-
copies or substantial portions of the Software.
|
|
2911
|
-
|
|
2912
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2913
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2914
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2915
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2916
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2917
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2918
|
-
SOFTWARE
|
|
2919
|
-
|
|
2920
|
-
````
|
|
2304
|
+
MIT License
|
|
2921
2305
|
|
|
2922
|
-
|
|
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
|
|
2923
2310
|
|
|
2924
|
-
## The following dependencies are licensed under the MIT License:
|
|
2925
2311
|
|
|
2926
|
-
|
|
2312
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2313
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2314
|
+
in the Software without restriction, including without limitation the rights
|
|
2315
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2316
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2317
|
+
furnished to do so, subject to the following conditions:
|
|
2927
2318
|
|
|
2928
|
-
|
|
2319
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2320
|
+
copies or substantial portions of the Software.
|
|
2929
2321
|
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
in the Software without restriction, including without limitation the rights
|
|
2938
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2939
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2940
|
-
furnished to do so, subject to the following conditions:
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
The above copyright notice and this permission notice shall be included in
|
|
2944
|
-
all copies or substantial portions of the Software.
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2948
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2949
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2950
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2951
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2952
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2953
|
-
THE SOFTWARE.
|
|
2322
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2323
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2324
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2325
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2326
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2327
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2328
|
+
SOFTWARE.
|
|
2954
2329
|
|
|
2955
2330
|
````
|
|
2956
2331
|
|
|
@@ -2958,29 +2333,18 @@ THE SOFTWARE.
|
|
|
2958
2333
|
|
|
2959
2334
|
## The following dependencies are licensed under the MIT License:
|
|
2960
2335
|
|
|
2961
|
-
###
|
|
2336
|
+
### Rust Crates:
|
|
2962
2337
|
|
|
2963
|
-
- [
|
|
2338
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2964
2339
|
|
|
2965
2340
|
````text
|
|
2966
|
-
|
|
2341
|
+
Copyright 2016 Nika Layzell
|
|
2967
2342
|
|
|
2968
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2969
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2970
|
-
the Software without restriction, including without limitation the rights to
|
|
2971
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2972
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2973
|
-
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:
|
|
2974
2344
|
|
|
2975
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2976
|
-
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.
|
|
2977
2346
|
|
|
2978
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2979
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2980
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2981
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2982
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2983
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 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.
|
|
2984
2348
|
|
|
2985
2349
|
````
|
|
2986
2350
|
|
|
@@ -2990,13 +2354,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2990
2354
|
|
|
2991
2355
|
### Rust Crates:
|
|
2992
2356
|
|
|
2993
|
-
- [
|
|
2994
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2995
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2996
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2357
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2997
2358
|
|
|
2998
2359
|
````text
|
|
2999
|
-
Copyright (c)
|
|
2360
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2361
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3000
2362
|
|
|
3001
2363
|
Permission is hereby granted, free of charge, to any
|
|
3002
2364
|
person obtaining a copy of this software and associated
|
|
@@ -3030,10 +2392,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3030
2392
|
|
|
3031
2393
|
### Rust Crates:
|
|
3032
2394
|
|
|
3033
|
-
- [
|
|
2395
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2396
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3034
2397
|
|
|
3035
2398
|
````text
|
|
3036
|
-
Copyright (c)
|
|
2399
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2400
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2401
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3037
2402
|
|
|
3038
2403
|
Permission is hereby granted, free of charge, to any
|
|
3039
2404
|
person obtaining a copy of this software and associated
|
|
@@ -3067,35 +2432,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3067
2432
|
|
|
3068
2433
|
### Rust Crates:
|
|
3069
2434
|
|
|
3070
|
-
- [
|
|
2435
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3071
2436
|
|
|
3072
2437
|
````text
|
|
3073
|
-
|
|
3074
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2438
|
+
MIT License
|
|
3075
2439
|
|
|
3076
|
-
|
|
3077
|
-
person obtaining a copy of this software and associated
|
|
3078
|
-
documentation files (the "Software"), to deal in the
|
|
3079
|
-
Software without restriction, including without
|
|
3080
|
-
limitation the rights to use, copy, modify, merge,
|
|
3081
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3082
|
-
the Software, and to permit persons to whom the Software
|
|
3083
|
-
is furnished to do so, subject to the following
|
|
3084
|
-
conditions:
|
|
2440
|
+
Copyright (c) 2025 Callum Oakley
|
|
3085
2441
|
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
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:
|
|
3089
2448
|
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
IN
|
|
3098
|
-
|
|
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.
|
|
3099
2459
|
|
|
3100
2460
|
````
|
|
3101
2461
|
|
|
@@ -3103,14 +2463,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3103
2463
|
|
|
3104
2464
|
## The following dependencies are licensed under the MIT License:
|
|
3105
2465
|
|
|
3106
|
-
###
|
|
2466
|
+
### Rust Crates:
|
|
3107
2467
|
|
|
3108
|
-
- [
|
|
2468
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3109
2469
|
|
|
3110
2470
|
````text
|
|
3111
|
-
MIT License
|
|
2471
|
+
The MIT License (MIT)
|
|
3112
2472
|
|
|
3113
|
-
Copyright (c)
|
|
2473
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2474
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3114
2475
|
|
|
3115
2476
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3116
2477
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3138,19 +2499,10 @@ SOFTWARE.
|
|
|
3138
2499
|
|
|
3139
2500
|
### Rust Crates:
|
|
3140
2501
|
|
|
3141
|
-
- [
|
|
3142
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3143
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3144
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3145
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3146
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3147
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3148
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3149
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2502
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3150
2503
|
|
|
3151
2504
|
````text
|
|
3152
|
-
Copyright (c)
|
|
3153
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2505
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3154
2506
|
|
|
3155
2507
|
Permission is hereby granted, free of charge, to any
|
|
3156
2508
|
person obtaining a copy of this software and associated
|
|
@@ -3182,12 +2534,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3182
2534
|
|
|
3183
2535
|
## The following dependencies are licensed under the MIT License:
|
|
3184
2536
|
|
|
3185
|
-
###
|
|
2537
|
+
### NPM Packages:
|
|
3186
2538
|
|
|
3187
|
-
- [
|
|
2539
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3188
2540
|
|
|
3189
2541
|
````text
|
|
3190
|
-
|
|
2542
|
+
MIT License
|
|
2543
|
+
|
|
2544
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3191
2545
|
|
|
3192
2546
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3193
2547
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3196,16 +2550,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3196
2550
|
copies of the Software, and to permit persons to whom the Software is
|
|
3197
2551
|
furnished to do so, subject to the following conditions:
|
|
3198
2552
|
|
|
3199
|
-
The above copyright notice and this permission notice shall be included in
|
|
3200
|
-
|
|
2553
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2554
|
+
copies or substantial portions of the Software.
|
|
3201
2555
|
|
|
3202
2556
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3203
2557
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3204
2558
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3205
2559
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3206
2560
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3207
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3208
|
-
|
|
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
|
|
3209
2565
|
|
|
3210
2566
|
````
|
|
3211
2567
|
|
|
@@ -3215,30 +2571,34 @@ THE SOFTWARE.
|
|
|
3215
2571
|
|
|
3216
2572
|
### Rust Crates:
|
|
3217
2573
|
|
|
3218
|
-
- [
|
|
2574
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3219
2575
|
|
|
3220
2576
|
````text
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
Copyright (c) 2015 Alice Maz
|
|
2577
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3224
2578
|
|
|
3225
|
-
Permission is hereby granted, free of charge, to any
|
|
3226
|
-
of this software and associated
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
2579
|
+
Permission is hereby granted, free of charge, to any
|
|
2580
|
+
person obtaining a copy of this software and associated
|
|
2581
|
+
documentation files (the "Software"), to deal in the
|
|
2582
|
+
Software without restriction, including without
|
|
2583
|
+
limitation the rights to use, copy, modify, merge,
|
|
2584
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2585
|
+
the Software, and to permit persons to whom the Software
|
|
2586
|
+
is furnished to do so, subject to the following
|
|
2587
|
+
conditions:
|
|
3231
2588
|
|
|
3232
|
-
The above copyright notice and this permission notice
|
|
3233
|
-
all copies or substantial portions
|
|
2589
|
+
The above copyright notice and this permission notice
|
|
2590
|
+
shall be included in all copies or substantial portions
|
|
2591
|
+
of the Software.
|
|
3234
2592
|
|
|
3235
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3236
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
2593
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2594
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2595
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2596
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2597
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2598
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2599
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2600
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2601
|
+
DEALINGS IN THE SOFTWARE.
|
|
3242
2602
|
|
|
3243
2603
|
````
|
|
3244
2604
|
|
|
@@ -3248,32 +2608,34 @@ THE SOFTWARE.
|
|
|
3248
2608
|
|
|
3249
2609
|
### Rust Crates:
|
|
3250
2610
|
|
|
3251
|
-
- [
|
|
3252
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3253
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2611
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3254
2612
|
|
|
3255
2613
|
````text
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2614
|
+
Copyright (c) The rust-url developers
|
|
3259
2615
|
|
|
3260
|
-
Permission is hereby granted, free of charge, to any
|
|
3261
|
-
of this software and associated
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
2616
|
+
Permission is hereby granted, free of charge, to any
|
|
2617
|
+
person obtaining a copy of this software and associated
|
|
2618
|
+
documentation files (the "Software"), to deal in the
|
|
2619
|
+
Software without restriction, including without
|
|
2620
|
+
limitation the rights to use, copy, modify, merge,
|
|
2621
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2622
|
+
the Software, and to permit persons to whom the Software
|
|
2623
|
+
is furnished to do so, subject to the following
|
|
2624
|
+
conditions:
|
|
3266
2625
|
|
|
3267
|
-
The above copyright notice and this permission notice
|
|
3268
|
-
copies or substantial portions
|
|
2626
|
+
The above copyright notice and this permission notice
|
|
2627
|
+
shall be included in all copies or substantial portions
|
|
2628
|
+
of the Software.
|
|
3269
2629
|
|
|
3270
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3271
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
2630
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2631
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2632
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2633
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2634
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2635
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2636
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2637
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2638
|
+
DEALINGS IN THE SOFTWARE.
|
|
3277
2639
|
|
|
3278
2640
|
````
|
|
3279
2641
|
|
|
@@ -3283,11 +2645,10 @@ SOFTWARE.
|
|
|
3283
2645
|
|
|
3284
2646
|
### Rust Crates:
|
|
3285
2647
|
|
|
3286
|
-
- [
|
|
2648
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3287
2649
|
|
|
3288
2650
|
````text
|
|
3289
|
-
Copyright (c)
|
|
3290
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2651
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3291
2652
|
|
|
3292
2653
|
Permission is hereby granted, free of charge, to any
|
|
3293
2654
|
person obtaining a copy of this software and associated
|
|
@@ -3321,17 +2682,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3321
2682
|
|
|
3322
2683
|
### Rust Crates:
|
|
3323
2684
|
|
|
3324
|
-
- [
|
|
2685
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3325
2686
|
|
|
3326
2687
|
````text
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
Includes parts of http date with the following copyright:
|
|
3330
|
-
Copyright (c) 2016 Pyfisch
|
|
3331
|
-
|
|
3332
|
-
Includes portions of musl libc with the following copyright:
|
|
3333
|
-
Copyright © 2005-2013 Rich Felker
|
|
2688
|
+
MIT License
|
|
3334
2689
|
|
|
2690
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3335
2691
|
|
|
3336
2692
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3337
2693
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3359,34 +2715,16 @@ SOFTWARE.
|
|
|
3359
2715
|
|
|
3360
2716
|
### Rust Crates:
|
|
3361
2717
|
|
|
3362
|
-
- [
|
|
2718
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3363
2719
|
|
|
3364
2720
|
````text
|
|
3365
|
-
Copyright
|
|
2721
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3366
2722
|
|
|
3367
|
-
Permission is hereby granted, free of charge, to any
|
|
3368
|
-
person obtaining a copy of this software and associated
|
|
3369
|
-
documentation files (the "Software"), to deal in the
|
|
3370
|
-
Software without restriction, including without
|
|
3371
|
-
limitation the rights to use, copy, modify, merge,
|
|
3372
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3373
|
-
the Software, and to permit persons to whom the Software
|
|
3374
|
-
is furnished to do so, subject to the following
|
|
3375
|
-
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:
|
|
3376
2724
|
|
|
3377
|
-
The above copyright notice and this permission notice
|
|
3378
|
-
shall be included in all copies or substantial portions
|
|
3379
|
-
of the Software.
|
|
2725
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3380
2726
|
|
|
3381
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3382
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3383
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3384
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3385
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3386
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3387
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3388
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3389
|
-
DEALINGS IN 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.
|
|
3390
2728
|
|
|
3391
2729
|
````
|
|
3392
2730
|
|
|
@@ -3396,10 +2734,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3396
2734
|
|
|
3397
2735
|
### Rust Crates:
|
|
3398
2736
|
|
|
3399
|
-
- [
|
|
2737
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3400
2738
|
|
|
3401
2739
|
````text
|
|
3402
|
-
|
|
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.
|
|
2763
|
+
|
|
2764
|
+
````
|
|
2765
|
+
|
|
2766
|
+
---
|
|
2767
|
+
|
|
2768
|
+
## The following dependencies are licensed under the MIT License:
|
|
2769
|
+
|
|
2770
|
+
### Rust Crates:
|
|
2771
|
+
|
|
2772
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2773
|
+
|
|
2774
|
+
````text
|
|
2775
|
+
Copyright (c) 2019 Carl Lerche
|
|
3403
2776
|
|
|
3404
2777
|
Permission is hereby granted, free of charge, to any
|
|
3405
2778
|
person obtaining a copy of this software and associated
|
|
@@ -3433,10 +2806,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3433
2806
|
|
|
3434
2807
|
### Rust Crates:
|
|
3435
2808
|
|
|
3436
|
-
- [
|
|
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)
|
|
3437
2812
|
|
|
3438
2813
|
````text
|
|
3439
|
-
Copyright (c)
|
|
2814
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3440
2815
|
|
|
3441
2816
|
Permission is hereby granted, free of charge, to any
|
|
3442
2817
|
person obtaining a copy of this software and associated
|
|
@@ -3470,48 +2845,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3470
2845
|
|
|
3471
2846
|
### Rust Crates:
|
|
3472
2847
|
|
|
3473
|
-
- [
|
|
3474
|
-
|
|
3475
|
-
````text
|
|
3476
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
3477
|
-
|
|
3478
|
-
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:
|
|
3479
|
-
|
|
3480
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3481
|
-
|
|
3482
|
-
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.
|
|
3483
|
-
|
|
3484
|
-
````
|
|
3485
|
-
|
|
3486
|
-
---
|
|
3487
|
-
|
|
3488
|
-
## The following dependencies are licensed under the MIT License:
|
|
3489
|
-
|
|
3490
|
-
### Rust Crates:
|
|
3491
|
-
|
|
3492
|
-
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3493
|
-
|
|
3494
|
-
````text
|
|
3495
|
-
Copyright (c) 2015 steffengy
|
|
3496
|
-
|
|
3497
|
-
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:
|
|
3498
|
-
|
|
3499
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3500
|
-
|
|
3501
|
-
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.
|
|
3502
|
-
|
|
3503
|
-
````
|
|
3504
|
-
|
|
3505
|
-
---
|
|
3506
|
-
|
|
3507
|
-
## The following dependencies are licensed under the MIT License:
|
|
3508
|
-
|
|
3509
|
-
### Rust Crates:
|
|
3510
|
-
|
|
3511
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2848
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3512
2849
|
|
|
3513
2850
|
````text
|
|
3514
|
-
Copyright (c)
|
|
2851
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2852
|
+
Copyright (c) 2016 Jason Housley
|
|
3515
2853
|
|
|
3516
2854
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3517
2855
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3520,16 +2858,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3520
2858
|
copies of the Software, and to permit persons to whom the Software is
|
|
3521
2859
|
furnished to do so, subject to the following conditions:
|
|
3522
2860
|
|
|
3523
|
-
The above copyright notice and this permission notice shall be included in
|
|
3524
|
-
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.
|
|
3525
2863
|
|
|
3526
2864
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3527
2865
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3528
2866
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3529
2867
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3530
2868
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3531
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3532
|
-
SOFTWARE.
|
|
2869
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2870
|
+
THE SOFTWARE.
|
|
3533
2871
|
|
|
3534
2872
|
````
|
|
3535
2873
|
|
|
@@ -3539,12 +2877,12 @@ SOFTWARE.
|
|
|
3539
2877
|
|
|
3540
2878
|
### Rust Crates:
|
|
3541
2879
|
|
|
3542
|
-
- [
|
|
2880
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3543
2881
|
|
|
3544
2882
|
````text
|
|
3545
2883
|
MIT License
|
|
3546
2884
|
|
|
3547
|
-
Copyright (c)
|
|
2885
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3548
2886
|
|
|
3549
2887
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3550
2888
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3572,11 +2910,10 @@ SOFTWARE.
|
|
|
3572
2910
|
|
|
3573
2911
|
### Rust Crates:
|
|
3574
2912
|
|
|
3575
|
-
- [
|
|
2913
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3576
2914
|
|
|
3577
2915
|
````text
|
|
3578
|
-
Copyright (c)
|
|
3579
|
-
Copyright (c) 2016 Alex Crichton
|
|
2916
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3580
2917
|
|
|
3581
2918
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3582
2919
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3596,7 +2933,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3596
2933
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3597
2934
|
THE SOFTWARE.
|
|
3598
2935
|
|
|
3599
|
-
|
|
3600
2936
|
````
|
|
3601
2937
|
|
|
3602
2938
|
---
|
|
@@ -3605,10 +2941,50 @@ THE SOFTWARE.
|
|
|
3605
2941
|
|
|
3606
2942
|
### Rust Crates:
|
|
3607
2943
|
|
|
3608
|
-
- [
|
|
2944
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2945
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3609
2946
|
|
|
3610
2947
|
````text
|
|
3611
|
-
Copyright (c) 2014
|
|
2948
|
+
Copyright (c) 2014 Alex Crichton
|
|
2949
|
+
|
|
2950
|
+
Permission is hereby granted, free of charge, to any
|
|
2951
|
+
person obtaining a copy of this software and associated
|
|
2952
|
+
documentation files (the "Software"), to deal in the
|
|
2953
|
+
Software without restriction, including without
|
|
2954
|
+
limitation the rights to use, copy, modify, merge,
|
|
2955
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2956
|
+
the Software, and to permit persons to whom the Software
|
|
2957
|
+
is furnished to do so, subject to the following
|
|
2958
|
+
conditions:
|
|
2959
|
+
|
|
2960
|
+
The above copyright notice and this permission notice
|
|
2961
|
+
shall be included in all copies or substantial portions
|
|
2962
|
+
of the Software.
|
|
2963
|
+
|
|
2964
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2965
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2966
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2967
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2968
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2969
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2970
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2971
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2972
|
+
DEALINGS IN THE SOFTWARE.
|
|
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
|
|
3612
2988
|
|
|
3613
2989
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3614
2990
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3617,16 +2993,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3617
2993
|
copies of the Software, and to permit persons to whom the Software is
|
|
3618
2994
|
furnished to do so, subject to the following conditions:
|
|
3619
2995
|
|
|
3620
|
-
The above copyright notice and this permission notice shall be included in
|
|
3621
|
-
|
|
2996
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2997
|
+
copies or substantial portions of the Software.
|
|
3622
2998
|
|
|
3623
2999
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3624
3000
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3625
3001
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3626
3002
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3627
3003
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3628
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3629
|
-
|
|
3004
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3005
|
+
SOFTWARE.
|
|
3006
|
+
|
|
3630
3007
|
|
|
3631
3008
|
````
|
|
3632
3009
|
|
|
@@ -3636,10 +3013,10 @@ THE SOFTWARE.
|
|
|
3636
3013
|
|
|
3637
3014
|
### Rust Crates:
|
|
3638
3015
|
|
|
3639
|
-
- [
|
|
3016
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3640
3017
|
|
|
3641
3018
|
````text
|
|
3642
|
-
Copyright (c)
|
|
3019
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3643
3020
|
|
|
3644
3021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3645
3022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3668,10 +3045,10 @@ THE SOFTWARE.
|
|
|
3668
3045
|
|
|
3669
3046
|
### Rust Crates:
|
|
3670
3047
|
|
|
3671
|
-
- [
|
|
3048
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3672
3049
|
|
|
3673
3050
|
````text
|
|
3674
|
-
Copyright (c) 2017
|
|
3051
|
+
Copyright (c) 2016--2017
|
|
3675
3052
|
|
|
3676
3053
|
Permission is hereby granted, free of charge, to any
|
|
3677
3054
|
person obtaining a copy of this software and associated
|
|
@@ -3705,10 +3082,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3705
3082
|
|
|
3706
3083
|
### Rust Crates:
|
|
3707
3084
|
|
|
3708
|
-
- [
|
|
3085
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3709
3086
|
|
|
3710
3087
|
````text
|
|
3711
|
-
Copyright
|
|
3088
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3712
3089
|
|
|
3713
3090
|
Permission is hereby granted, free of charge, to any
|
|
3714
3091
|
person obtaining a copy of this software and associated
|
|
@@ -3734,7 +3111,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3734
3111
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3735
3112
|
DEALINGS IN THE SOFTWARE.
|
|
3736
3113
|
|
|
3737
|
-
|
|
3738
3114
|
````
|
|
3739
3115
|
|
|
3740
3116
|
---
|
|
@@ -3776,32 +3152,36 @@ SOFTWARE.
|
|
|
3776
3152
|
|
|
3777
3153
|
## The following dependencies are licensed under the MIT License:
|
|
3778
3154
|
|
|
3779
|
-
###
|
|
3155
|
+
### Rust Crates:
|
|
3780
3156
|
|
|
3781
|
-
- [
|
|
3157
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3782
3158
|
|
|
3783
3159
|
````text
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
3160
|
+
Copyright Mozilla Foundation
|
|
3787
3161
|
|
|
3788
|
-
Permission is hereby granted, free of charge, to any
|
|
3789
|
-
of this software and associated
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3162
|
+
Permission is hereby granted, free of charge, to any
|
|
3163
|
+
person obtaining a copy of this software and associated
|
|
3164
|
+
documentation files (the "Software"), to deal in the
|
|
3165
|
+
Software without restriction, including without
|
|
3166
|
+
limitation the rights to use, copy, modify, merge,
|
|
3167
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3168
|
+
the Software, and to permit persons to whom the Software
|
|
3169
|
+
is furnished to do so, subject to the following
|
|
3170
|
+
conditions:
|
|
3794
3171
|
|
|
3795
|
-
The above copyright notice and this permission notice
|
|
3796
|
-
copies or substantial portions
|
|
3172
|
+
The above copyright notice and this permission notice
|
|
3173
|
+
shall be included in all copies or substantial portions
|
|
3174
|
+
of the Software.
|
|
3797
3175
|
|
|
3798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3799
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3176
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3177
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3178
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3179
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3180
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3181
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3182
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3183
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3184
|
+
DEALINGS IN THE SOFTWARE.
|
|
3805
3185
|
|
|
3806
3186
|
````
|
|
3807
3187
|
|
|
@@ -3811,15 +3191,10 @@ SOFTWARE.
|
|
|
3811
3191
|
|
|
3812
3192
|
### Rust Crates:
|
|
3813
3193
|
|
|
3814
|
-
- [
|
|
3815
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3816
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3817
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3194
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
3818
3195
|
|
|
3819
3196
|
````text
|
|
3820
|
-
The
|
|
3821
|
-
|
|
3822
|
-
Copyright (c) 2015 Andrew Gallant
|
|
3197
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
3823
3198
|
|
|
3824
3199
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3825
3200
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3828,16 +3203,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3828
3203
|
copies of the Software, and to permit persons to whom the Software is
|
|
3829
3204
|
furnished to do so, subject to the following conditions:
|
|
3830
3205
|
|
|
3831
|
-
The above copyright notice and this permission notice shall be included in
|
|
3832
|
-
|
|
3206
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3207
|
+
copies or substantial portions of the Software.
|
|
3833
3208
|
|
|
3834
3209
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3835
3210
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3836
3211
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3837
3212
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3838
3213
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3839
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3840
|
-
|
|
3214
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3215
|
+
SOFTWARE.
|
|
3841
3216
|
|
|
3842
3217
|
````
|
|
3843
3218
|
|
|
@@ -3847,31 +3222,43 @@ THE SOFTWARE.
|
|
|
3847
3222
|
|
|
3848
3223
|
### Rust Crates:
|
|
3849
3224
|
|
|
3850
|
-
- [
|
|
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)
|
|
3851
3234
|
|
|
3852
3235
|
````text
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
3856
|
-
Copyright (c) Tokio Contributors
|
|
3236
|
+
Copyright (c) 2016 Alex Crichton
|
|
3237
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3857
3238
|
|
|
3858
|
-
Permission is hereby granted, free of charge, to any
|
|
3859
|
-
of this software and associated
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3239
|
+
Permission is hereby granted, free of charge, to any
|
|
3240
|
+
person obtaining a copy of this software and associated
|
|
3241
|
+
documentation files (the "Software"), to deal in the
|
|
3242
|
+
Software without restriction, including without
|
|
3243
|
+
limitation the rights to use, copy, modify, merge,
|
|
3244
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3245
|
+
the Software, and to permit persons to whom the Software
|
|
3246
|
+
is furnished to do so, subject to the following
|
|
3247
|
+
conditions:
|
|
3864
3248
|
|
|
3865
|
-
The above copyright notice and this permission notice
|
|
3866
|
-
copies or substantial portions
|
|
3249
|
+
The above copyright notice and this permission notice
|
|
3250
|
+
shall be included in all copies or substantial portions
|
|
3251
|
+
of the Software.
|
|
3867
3252
|
|
|
3868
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3869
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3253
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3254
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3255
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3256
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3257
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3258
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3259
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3260
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3261
|
+
DEALINGS IN THE SOFTWARE.
|
|
3875
3262
|
|
|
3876
3263
|
````
|
|
3877
3264
|
|
|
@@ -3881,10 +3268,12 @@ SOFTWARE.
|
|
|
3881
3268
|
|
|
3882
3269
|
### Rust Crates:
|
|
3883
3270
|
|
|
3884
|
-
- [
|
|
3271
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3272
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3273
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3885
3274
|
|
|
3886
3275
|
````text
|
|
3887
|
-
Copyright (c)
|
|
3276
|
+
Copyright (c) 2019 Tower Contributors
|
|
3888
3277
|
|
|
3889
3278
|
Permission is hereby granted, free of charge, to any
|
|
3890
3279
|
person obtaining a copy of this software and associated
|
|
@@ -3918,10 +3307,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3918
3307
|
|
|
3919
3308
|
### Rust Crates:
|
|
3920
3309
|
|
|
3921
|
-
- [
|
|
3310
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3922
3311
|
|
|
3923
3312
|
````text
|
|
3924
|
-
Copyright (c)
|
|
3313
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3925
3314
|
|
|
3926
3315
|
Permission is hereby granted, free of charge, to any
|
|
3927
3316
|
person obtaining a copy of this software and associated
|
|
@@ -3955,10 +3344,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3955
3344
|
|
|
3956
3345
|
### Rust Crates:
|
|
3957
3346
|
|
|
3958
|
-
- [
|
|
3347
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3959
3348
|
|
|
3960
3349
|
````text
|
|
3961
|
-
Copyright (c)
|
|
3350
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3962
3351
|
|
|
3963
3352
|
Permission is hereby granted, free of charge, to any
|
|
3964
3353
|
person obtaining a copy of this software and associated
|