@deveco-codegenie/mcp-bridge-darwin-x64 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1112 -1112
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -346,7 +346,7 @@ limitations under the License.
|
|
|
346
346
|
|
|
347
347
|
### NPM Packages:
|
|
348
348
|
|
|
349
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
349
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.3)
|
|
350
350
|
|
|
351
351
|
````text
|
|
352
352
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
@@ -411,10 +411,42 @@ THIS SOFTWARE.
|
|
|
411
411
|
|
|
412
412
|
### Rust Crates:
|
|
413
413
|
|
|
414
|
-
- [
|
|
414
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
415
415
|
|
|
416
416
|
````text
|
|
417
|
-
Copyright
|
|
417
|
+
Copyright (c) 2017 Daniel Abramov
|
|
418
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
419
|
+
|
|
420
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
421
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
422
|
+
in the Software without restriction, including without limitation the rights
|
|
423
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
424
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
425
|
+
furnished to do so, subject to the following conditions:
|
|
426
|
+
|
|
427
|
+
The above copyright notice and this permission notice shall be included in
|
|
428
|
+
all copies or substantial portions of the Software.
|
|
429
|
+
|
|
430
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
431
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
432
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
433
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
434
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
435
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
436
|
+
THE SOFTWARE.
|
|
437
|
+
|
|
438
|
+
````
|
|
439
|
+
|
|
440
|
+
---
|
|
441
|
+
|
|
442
|
+
## The following dependencies are licensed under the MIT License:
|
|
443
|
+
|
|
444
|
+
### Rust Crates:
|
|
445
|
+
|
|
446
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
447
|
+
|
|
448
|
+
````text
|
|
449
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
418
450
|
|
|
419
451
|
Permission is hereby granted, free of charge, to any
|
|
420
452
|
person obtaining a copy of this software and associated
|
|
@@ -440,40 +472,43 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
440
472
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
441
473
|
DEALINGS IN THE SOFTWARE.
|
|
442
474
|
|
|
443
|
-
|
|
444
475
|
````
|
|
445
476
|
|
|
446
477
|
---
|
|
447
478
|
|
|
448
479
|
## The following dependencies are licensed under the MIT License:
|
|
449
480
|
|
|
450
|
-
###
|
|
481
|
+
### Rust Crates:
|
|
451
482
|
|
|
452
|
-
- [
|
|
483
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
453
484
|
|
|
454
485
|
````text
|
|
455
|
-
The
|
|
456
|
-
|
|
457
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
458
|
-
|
|
459
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
460
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
461
|
-
in the Software without restriction, including without limitation the rights
|
|
462
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
463
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
464
|
-
furnished to do so, subject to the following conditions:
|
|
486
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
487
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
465
488
|
|
|
466
|
-
|
|
467
|
-
|
|
489
|
+
Permission is hereby granted, free of charge, to any
|
|
490
|
+
person obtaining a copy of this software and associated
|
|
491
|
+
documentation files (the "Software"), to deal in the
|
|
492
|
+
Software without restriction, including without
|
|
493
|
+
limitation the rights to use, copy, modify, merge,
|
|
494
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
495
|
+
the Software, and to permit persons to whom the Software
|
|
496
|
+
is furnished to do so, subject to the following
|
|
497
|
+
conditions:
|
|
468
498
|
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
473
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
474
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
475
|
-
SOFTWARE.
|
|
499
|
+
The above copyright notice and this permission notice
|
|
500
|
+
shall be included in all copies or substantial portions
|
|
501
|
+
of the Software.
|
|
476
502
|
|
|
503
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
504
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
505
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
506
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
507
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
508
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
509
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
510
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
511
|
+
DEALINGS IN THE SOFTWARE.
|
|
477
512
|
|
|
478
513
|
````
|
|
479
514
|
|
|
@@ -481,14 +516,13 @@ SOFTWARE.
|
|
|
481
516
|
|
|
482
517
|
## The following dependencies are licensed under the MIT License:
|
|
483
518
|
|
|
484
|
-
###
|
|
519
|
+
### Rust Crates:
|
|
485
520
|
|
|
486
|
-
- [
|
|
521
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
487
522
|
|
|
488
523
|
````text
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
524
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
525
|
+
Copyright (c) 2016 Alex Crichton
|
|
492
526
|
|
|
493
527
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
494
528
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -497,18 +531,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
497
531
|
copies of the Software, and to permit persons to whom the Software is
|
|
498
532
|
furnished to do so, subject to the following conditions:
|
|
499
533
|
|
|
500
|
-
The above copyright notice and this permission notice shall be included in
|
|
501
|
-
copies or substantial portions of the Software.
|
|
534
|
+
The above copyright notice and this permission notice shall be included in
|
|
535
|
+
all copies or substantial portions of the Software.
|
|
502
536
|
|
|
503
537
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
504
538
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
505
539
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
506
540
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
507
541
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
508
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
509
|
-
SOFTWARE.
|
|
542
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
543
|
+
THE SOFTWARE.
|
|
510
544
|
|
|
511
|
-
[others]: https://github.com/json5/json5/contributors
|
|
512
545
|
|
|
513
546
|
````
|
|
514
547
|
|
|
@@ -518,10 +551,15 @@ SOFTWARE.
|
|
|
518
551
|
|
|
519
552
|
### Rust Crates:
|
|
520
553
|
|
|
521
|
-
- [
|
|
554
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
555
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
556
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
557
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
522
558
|
|
|
523
559
|
````text
|
|
524
|
-
|
|
560
|
+
The MIT License (MIT)
|
|
561
|
+
|
|
562
|
+
Copyright (c) 2015 Andrew Gallant
|
|
525
563
|
|
|
526
564
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
527
565
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -541,21 +579,55 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
541
579
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
542
580
|
THE SOFTWARE.
|
|
543
581
|
|
|
544
|
-
|
|
545
582
|
````
|
|
546
583
|
|
|
547
584
|
---
|
|
548
585
|
|
|
549
586
|
## The following dependencies are licensed under the MIT License:
|
|
550
587
|
|
|
551
|
-
###
|
|
588
|
+
### Rust Crates:
|
|
552
589
|
|
|
553
|
-
- [
|
|
590
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
554
591
|
|
|
555
592
|
````text
|
|
556
|
-
|
|
593
|
+
Copyright (c) 2017 http-rs authors
|
|
557
594
|
|
|
558
|
-
|
|
595
|
+
Permission is hereby granted, free of charge, to any
|
|
596
|
+
person obtaining a copy of this software and associated
|
|
597
|
+
documentation files (the "Software"), to deal in the
|
|
598
|
+
Software without restriction, including without
|
|
599
|
+
limitation the rights to use, copy, modify, merge,
|
|
600
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
601
|
+
the Software, and to permit persons to whom the Software
|
|
602
|
+
is furnished to do so, subject to the following
|
|
603
|
+
conditions:
|
|
604
|
+
|
|
605
|
+
The above copyright notice and this permission notice
|
|
606
|
+
shall be included in all copies or substantial portions
|
|
607
|
+
of the Software.
|
|
608
|
+
|
|
609
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
610
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
611
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
612
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
613
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
614
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
615
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
616
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
617
|
+
DEALINGS IN THE SOFTWARE.
|
|
618
|
+
|
|
619
|
+
````
|
|
620
|
+
|
|
621
|
+
---
|
|
622
|
+
|
|
623
|
+
## The following dependencies are licensed under the MIT License:
|
|
624
|
+
|
|
625
|
+
### Rust Crates:
|
|
626
|
+
|
|
627
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
628
|
+
|
|
629
|
+
````text
|
|
630
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
559
631
|
|
|
560
632
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
561
633
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -583,14 +655,10 @@ THE SOFTWARE.
|
|
|
583
655
|
|
|
584
656
|
### Rust Crates:
|
|
585
657
|
|
|
586
|
-
- [
|
|
587
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
588
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
658
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
589
659
|
|
|
590
660
|
````text
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
Copyright (c) 2017 Ted Driggs
|
|
661
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
594
662
|
|
|
595
663
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
596
664
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -618,45 +686,10 @@ SOFTWARE.
|
|
|
618
686
|
|
|
619
687
|
### Rust Crates:
|
|
620
688
|
|
|
621
|
-
- [
|
|
622
|
-
|
|
623
|
-
````text
|
|
624
|
-
The MIT License (MIT)
|
|
625
|
-
|
|
626
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
627
|
-
|
|
628
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
629
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
630
|
-
in the Software without restriction, including without limitation the rights
|
|
631
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
632
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
633
|
-
furnished to do so, subject to the following conditions:
|
|
634
|
-
|
|
635
|
-
The above copyright notice and this permission notice shall be included in all
|
|
636
|
-
copies or substantial portions of the Software.
|
|
637
|
-
|
|
638
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
639
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
640
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
641
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
642
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
643
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
644
|
-
SOFTWARE.
|
|
645
|
-
````
|
|
646
|
-
|
|
647
|
-
---
|
|
648
|
-
|
|
649
|
-
## The following dependencies are licensed under the MIT License:
|
|
650
|
-
|
|
651
|
-
### Rust Crates:
|
|
652
|
-
|
|
653
|
-
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
654
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
689
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
655
690
|
|
|
656
691
|
````text
|
|
657
|
-
Copyright (c)
|
|
658
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
659
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
692
|
+
Copyright (c) The Rust Project Developers
|
|
660
693
|
|
|
661
694
|
Permission is hereby granted, free of charge, to any
|
|
662
695
|
person obtaining a copy of this software and associated
|
|
@@ -688,14 +721,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
688
721
|
|
|
689
722
|
## The following dependencies are licensed under the MIT License:
|
|
690
723
|
|
|
691
|
-
###
|
|
724
|
+
### NPM Packages:
|
|
692
725
|
|
|
693
|
-
- [
|
|
726
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
694
727
|
|
|
695
728
|
````text
|
|
696
729
|
The MIT License (MIT)
|
|
697
730
|
|
|
698
|
-
Copyright (c) 2015
|
|
731
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
699
732
|
|
|
700
733
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
701
734
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -704,16 +737,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
704
737
|
copies of the Software, and to permit persons to whom the Software is
|
|
705
738
|
furnished to do so, subject to the following conditions:
|
|
706
739
|
|
|
707
|
-
The above copyright notice and this permission notice shall be included in
|
|
708
|
-
|
|
740
|
+
The above copyright notice and this permission notice shall be included in all
|
|
741
|
+
copies or substantial portions of the Software.
|
|
709
742
|
|
|
710
743
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
711
744
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
712
745
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
713
746
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
714
747
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
715
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
716
|
-
|
|
748
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
749
|
+
SOFTWARE.
|
|
750
|
+
|
|
717
751
|
|
|
718
752
|
````
|
|
719
753
|
|
|
@@ -723,10 +757,12 @@ THE SOFTWARE.
|
|
|
723
757
|
|
|
724
758
|
### Rust Crates:
|
|
725
759
|
|
|
726
|
-
- [
|
|
760
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
761
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
762
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
727
763
|
|
|
728
764
|
````text
|
|
729
|
-
Copyright (c)
|
|
765
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
730
766
|
|
|
731
767
|
Permission is hereby granted, free of charge, to any
|
|
732
768
|
person obtaining a copy of this software and associated
|
|
@@ -758,36 +794,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
758
794
|
|
|
759
795
|
## The following dependencies are licensed under the MIT License:
|
|
760
796
|
|
|
761
|
-
###
|
|
797
|
+
### NPM Packages:
|
|
762
798
|
|
|
763
|
-
- [
|
|
799
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
764
800
|
|
|
765
801
|
````text
|
|
766
|
-
|
|
802
|
+
The MIT License (MIT)
|
|
767
803
|
|
|
768
|
-
|
|
769
|
-
person obtaining a copy of this software and associated
|
|
770
|
-
documentation files (the "Software"), to deal in the
|
|
771
|
-
Software without restriction, including without
|
|
772
|
-
limitation the rights to use, copy, modify, merge,
|
|
773
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
774
|
-
the Software, and to permit persons to whom the Software
|
|
775
|
-
is furnished to do so, subject to the following
|
|
776
|
-
conditions:
|
|
804
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
777
805
|
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
806
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
807
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
808
|
+
in the Software without restriction, including without limitation the rights
|
|
809
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
810
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
811
|
+
furnished to do so, subject to the following conditions:
|
|
781
812
|
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
IN
|
|
790
|
-
|
|
813
|
+
The above copyright notice and this permission notice shall be included in
|
|
814
|
+
all copies or substantial portions of the Software.
|
|
815
|
+
|
|
816
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
817
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
818
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
819
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
820
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
821
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
822
|
+
THE SOFTWARE.
|
|
791
823
|
|
|
792
824
|
````
|
|
793
825
|
|
|
@@ -795,19 +827,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
795
827
|
|
|
796
828
|
## The following dependencies are licensed under the MIT License:
|
|
797
829
|
|
|
798
|
-
###
|
|
830
|
+
### NPM Packages:
|
|
799
831
|
|
|
800
|
-
- [
|
|
801
|
-
- [
|
|
802
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
803
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
832
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
833
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
|
|
804
834
|
|
|
805
835
|
````text
|
|
806
|
-
|
|
836
|
+
MIT License
|
|
807
837
|
|
|
808
|
-
|
|
838
|
+
Copyright (c) Microsoft Corporation.
|
|
839
|
+
|
|
840
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
841
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
842
|
+
in the Software without restriction, including without limitation the rights
|
|
843
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
844
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
845
|
+
furnished to do so, subject to the following conditions:
|
|
846
|
+
|
|
847
|
+
The above copyright notice and this permission notice shall be included in all
|
|
848
|
+
copies or substantial portions of the Software.
|
|
849
|
+
|
|
850
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
851
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
852
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
853
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
854
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
855
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
856
|
+
SOFTWARE
|
|
809
857
|
|
|
810
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
811
858
|
````
|
|
812
859
|
|
|
813
860
|
---
|
|
@@ -816,31 +863,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
816
863
|
|
|
817
864
|
### Rust Crates:
|
|
818
865
|
|
|
819
|
-
- [
|
|
820
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
866
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
821
867
|
|
|
822
868
|
````text
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
Copyright (c) 2019 Graham Esau
|
|
869
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
826
870
|
|
|
827
|
-
Permission is hereby granted, free of charge, to any
|
|
828
|
-
of this software and associated
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
871
|
+
Permission is hereby granted, free of charge, to any
|
|
872
|
+
person obtaining a copy of this software and associated
|
|
873
|
+
documentation files (the "Software"), to deal in the
|
|
874
|
+
Software without restriction, including without
|
|
875
|
+
limitation the rights to use, copy, modify, merge,
|
|
876
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
877
|
+
the Software, and to permit persons to whom the Software
|
|
878
|
+
is furnished to do so, subject to the following
|
|
879
|
+
conditions:
|
|
833
880
|
|
|
834
|
-
The above copyright notice and this permission notice
|
|
835
|
-
copies or substantial portions
|
|
881
|
+
The above copyright notice and this permission notice
|
|
882
|
+
shall be included in all copies or substantial portions
|
|
883
|
+
of the Software.
|
|
836
884
|
|
|
837
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
838
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
885
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
886
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
887
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
888
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
889
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
890
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
891
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
892
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
893
|
+
DEALINGS IN THE SOFTWARE.
|
|
844
894
|
|
|
845
895
|
````
|
|
846
896
|
|
|
@@ -850,19 +900,10 @@ SOFTWARE.
|
|
|
850
900
|
|
|
851
901
|
### Rust Crates:
|
|
852
902
|
|
|
853
|
-
- [
|
|
854
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
855
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
856
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
857
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
858
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
859
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
860
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
861
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
903
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
862
904
|
|
|
863
905
|
````text
|
|
864
|
-
Copyright (c)
|
|
865
|
-
Copyright (c) 2017 The Tokio Authors
|
|
906
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
866
907
|
|
|
867
908
|
Permission is hereby granted, free of charge, to any
|
|
868
909
|
person obtaining a copy of this software and associated
|
|
@@ -896,14 +937,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
896
937
|
|
|
897
938
|
### Rust Crates:
|
|
898
939
|
|
|
899
|
-
- [
|
|
940
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
900
941
|
|
|
901
942
|
````text
|
|
902
|
-
|
|
943
|
+
MIT License
|
|
903
944
|
|
|
904
|
-
Copyright (c)
|
|
905
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
906
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
945
|
+
Copyright (c) 2025 rutrum
|
|
907
946
|
|
|
908
947
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
909
948
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -922,7 +961,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
922
961
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
923
962
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
924
963
|
SOFTWARE.
|
|
925
|
-
|
|
926
964
|
````
|
|
927
965
|
|
|
928
966
|
---
|
|
@@ -931,71 +969,30 @@ SOFTWARE.
|
|
|
931
969
|
|
|
932
970
|
### Rust Crates:
|
|
933
971
|
|
|
934
|
-
- [
|
|
972
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
935
973
|
|
|
936
974
|
````text
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
Permission is hereby granted, free of charge, to any
|
|
940
|
-
person obtaining a copy of this software and associated
|
|
941
|
-
documentation files (the "Software"), to deal in the
|
|
942
|
-
Software without restriction, including without
|
|
943
|
-
limitation the rights to use, copy, modify, merge,
|
|
944
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
945
|
-
the Software, and to permit persons to whom the Software
|
|
946
|
-
is furnished to do so, subject to the following
|
|
947
|
-
conditions:
|
|
948
|
-
|
|
949
|
-
The above copyright notice and this permission notice
|
|
950
|
-
shall be included in all copies or substantial portions
|
|
951
|
-
of the Software.
|
|
952
|
-
|
|
953
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
954
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
955
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
956
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
957
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
958
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
959
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
960
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
961
|
-
DEALINGS IN THE SOFTWARE.
|
|
962
|
-
|
|
963
|
-
````
|
|
964
|
-
|
|
965
|
-
---
|
|
966
|
-
|
|
967
|
-
## The following dependencies are licensed under the MIT License:
|
|
968
|
-
|
|
969
|
-
### Rust Crates:
|
|
970
|
-
|
|
971
|
-
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
975
|
+
MIT License
|
|
972
976
|
|
|
973
|
-
|
|
974
|
-
Copyright (c) 2016--2017
|
|
977
|
+
Copyright (c) 2025 Callum Oakley
|
|
975
978
|
|
|
976
|
-
Permission is hereby granted, free of charge, to any
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
the Software, and to permit persons to whom the Software
|
|
983
|
-
is furnished to do so, subject to the following
|
|
984
|
-
conditions:
|
|
979
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
980
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
981
|
+
in the Software without restriction, including without limitation the rights
|
|
982
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
983
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
984
|
+
furnished to do so, subject to the following conditions:
|
|
985
985
|
|
|
986
|
-
The above copyright notice and this permission notice
|
|
987
|
-
|
|
988
|
-
of the Software.
|
|
986
|
+
The above copyright notice and this permission notice shall be included in all
|
|
987
|
+
copies or substantial portions of the Software.
|
|
989
988
|
|
|
990
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
998
|
-
DEALINGS IN THE SOFTWARE.
|
|
989
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
990
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
991
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
992
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
993
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
994
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
995
|
+
SOFTWARE.
|
|
999
996
|
|
|
1000
997
|
````
|
|
1001
998
|
|
|
@@ -1005,12 +1002,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1005
1002
|
|
|
1006
1003
|
### Rust Crates:
|
|
1007
1004
|
|
|
1008
|
-
- [
|
|
1005
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1009
1006
|
|
|
1010
1007
|
````text
|
|
1011
1008
|
The MIT License (MIT)
|
|
1012
1009
|
|
|
1013
|
-
Copyright (c)
|
|
1010
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1014
1011
|
|
|
1015
1012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1016
1013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1019,16 +1016,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1019
1016
|
copies of the Software, and to permit persons to whom the Software is
|
|
1020
1017
|
furnished to do so, subject to the following conditions:
|
|
1021
1018
|
|
|
1022
|
-
The above copyright notice and this permission notice shall be included in
|
|
1023
|
-
|
|
1019
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1020
|
+
copies or substantial portions of the Software.
|
|
1024
1021
|
|
|
1025
1022
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1026
1023
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1027
1024
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1028
1025
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1029
1026
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1030
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1031
|
-
|
|
1027
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1028
|
+
SOFTWARE.
|
|
1032
1029
|
|
|
1033
1030
|
````
|
|
1034
1031
|
|
|
@@ -1038,10 +1035,11 @@ THE SOFTWARE.
|
|
|
1038
1035
|
|
|
1039
1036
|
### Rust Crates:
|
|
1040
1037
|
|
|
1041
|
-
- [
|
|
1038
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1039
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1042
1040
|
|
|
1043
1041
|
````text
|
|
1044
|
-
Copyright (c)
|
|
1042
|
+
Copyright (c) 2014 Alex Crichton
|
|
1045
1043
|
|
|
1046
1044
|
Permission is hereby granted, free of charge, to any
|
|
1047
1045
|
person obtaining a copy of this software and associated
|
|
@@ -1075,10 +1073,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1075
1073
|
|
|
1076
1074
|
### Rust Crates:
|
|
1077
1075
|
|
|
1078
|
-
- [
|
|
1076
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1079
1077
|
|
|
1080
1078
|
````text
|
|
1081
|
-
Copyright (c)
|
|
1079
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1082
1080
|
|
|
1083
1081
|
Permission is hereby granted, free of charge, to any
|
|
1084
1082
|
person obtaining a copy of this software and associated
|
|
@@ -1112,34 +1110,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1112
1110
|
|
|
1113
1111
|
### Rust Crates:
|
|
1114
1112
|
|
|
1115
|
-
- [
|
|
1113
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1116
1114
|
|
|
1117
1115
|
````text
|
|
1118
|
-
Copyright (c)
|
|
1116
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1119
1117
|
|
|
1120
|
-
Permission is hereby granted, free of charge, to any
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
the Software, and to permit persons to whom the Software
|
|
1127
|
-
is furnished to do so, subject to the following
|
|
1128
|
-
conditions:
|
|
1118
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1119
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1120
|
+
in the Software without restriction, including without limitation the rights
|
|
1121
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1122
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1123
|
+
furnished to do so, subject to the following conditions:
|
|
1129
1124
|
|
|
1130
|
-
The above copyright notice and this permission notice
|
|
1131
|
-
|
|
1132
|
-
of the Software.
|
|
1125
|
+
The above copyright notice and this permission notice shall be included in
|
|
1126
|
+
all copies or substantial portions of the Software.
|
|
1133
1127
|
|
|
1134
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1142
|
-
DEALINGS IN THE SOFTWARE.
|
|
1128
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1129
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1130
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1131
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1132
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1133
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1134
|
+
THE SOFTWARE.
|
|
1143
1135
|
|
|
1144
1136
|
````
|
|
1145
1137
|
|
|
@@ -1149,11 +1141,9 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1149
1141
|
|
|
1150
1142
|
### Rust Crates:
|
|
1151
1143
|
|
|
1152
|
-
- [
|
|
1144
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
1153
1145
|
|
|
1154
1146
|
````text
|
|
1155
|
-
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1156
|
-
|
|
1157
1147
|
Permission is hereby granted, free of charge, to any
|
|
1158
1148
|
person obtaining a copy of this software and associated
|
|
1159
1149
|
documentation files (the "Software"), to deal in the
|
|
@@ -1177,7 +1167,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1177
1167
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1178
1168
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1179
1169
|
DEALINGS IN THE SOFTWARE.
|
|
1180
|
-
|
|
1181
1170
|
````
|
|
1182
1171
|
|
|
1183
1172
|
---
|
|
@@ -1186,70 +1175,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1186
1175
|
|
|
1187
1176
|
### Rust Crates:
|
|
1188
1177
|
|
|
1189
|
-
- [
|
|
1178
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1190
1179
|
|
|
1191
1180
|
````text
|
|
1192
|
-
Copyright
|
|
1181
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1193
1182
|
|
|
1194
|
-
Permission is hereby granted, free of charge, to any
|
|
1195
|
-
person obtaining a copy of this software and associated
|
|
1196
|
-
documentation files (the "Software"), to deal in the
|
|
1197
|
-
Software without restriction, including without
|
|
1198
|
-
limitation the rights to use, copy, modify, merge,
|
|
1199
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1200
|
-
the Software, and to permit persons to whom the Software
|
|
1201
|
-
is furnished to do so, subject to the following
|
|
1202
|
-
conditions:
|
|
1203
|
-
|
|
1204
|
-
The above copyright notice and this permission notice
|
|
1205
|
-
shall be included in all copies or substantial portions
|
|
1206
|
-
of the Software.
|
|
1207
|
-
|
|
1208
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1209
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1210
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1211
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1212
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1213
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1214
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1215
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1216
|
-
DEALINGS IN THE SOFTWARE.
|
|
1217
|
-
````
|
|
1218
|
-
|
|
1219
|
-
---
|
|
1220
|
-
|
|
1221
|
-
## The following dependencies are licensed under the MIT License:
|
|
1222
|
-
|
|
1223
|
-
### Rust Crates:
|
|
1224
|
-
|
|
1225
|
-
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1226
|
-
|
|
1227
|
-
````text
|
|
1228
|
-
Copyright (c) 2016 Anthony Ramine
|
|
1229
|
-
|
|
1230
|
-
Permission is hereby granted, free of charge, to any
|
|
1231
|
-
person obtaining a copy of this software and associated
|
|
1232
|
-
documentation files (the "Software"), to deal in the
|
|
1233
|
-
Software without restriction, including without
|
|
1234
|
-
limitation the rights to use, copy, modify, merge,
|
|
1235
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1236
|
-
the Software, and to permit persons to whom the Software
|
|
1237
|
-
is furnished to do so, subject to the following
|
|
1238
|
-
conditions:
|
|
1183
|
+
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:
|
|
1239
1184
|
|
|
1240
|
-
The above copyright notice and this permission notice
|
|
1241
|
-
shall be included in all copies or substantial portions
|
|
1242
|
-
of the Software.
|
|
1185
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1243
1186
|
|
|
1244
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1245
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1246
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1247
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1248
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1249
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1250
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1251
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1252
|
-
DEALINGS IN THE SOFTWARE.
|
|
1187
|
+
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.
|
|
1253
1188
|
|
|
1254
1189
|
````
|
|
1255
1190
|
|
|
@@ -1257,15 +1192,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1257
1192
|
|
|
1258
1193
|
## The following dependencies are licensed under the MIT License:
|
|
1259
1194
|
|
|
1260
|
-
###
|
|
1195
|
+
### Rust Crates:
|
|
1261
1196
|
|
|
1262
|
-
- [
|
|
1263
|
-
- [
|
|
1197
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1198
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1199
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1264
1200
|
|
|
1265
1201
|
````text
|
|
1266
1202
|
MIT License
|
|
1267
1203
|
|
|
1268
|
-
Copyright (c) 2017
|
|
1204
|
+
Copyright (c) 2017 Ted Driggs
|
|
1269
1205
|
|
|
1270
1206
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1271
1207
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1291,129 +1227,32 @@ SOFTWARE.
|
|
|
1291
1227
|
|
|
1292
1228
|
## The following dependencies are licensed under the MIT License:
|
|
1293
1229
|
|
|
1294
|
-
###
|
|
1230
|
+
### Rust Crates:
|
|
1295
1231
|
|
|
1296
|
-
- [
|
|
1232
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1297
1233
|
|
|
1298
1234
|
````text
|
|
1299
|
-
|
|
1235
|
+
MIT License
|
|
1300
1236
|
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
the Software
|
|
1306
|
-
|
|
1237
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1238
|
+
|
|
1239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1240
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1241
|
+
in the Software without restriction, including without limitation the rights
|
|
1242
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1243
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1244
|
+
furnished to do so, subject to the following conditions:
|
|
1307
1245
|
|
|
1308
1246
|
The above copyright notice and this permission notice shall be included in all
|
|
1309
1247
|
copies or substantial portions of the Software.
|
|
1310
1248
|
|
|
1311
1249
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1312
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1313
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1314
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1315
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1316
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1317
|
-
|
|
1318
|
-
````
|
|
1319
|
-
|
|
1320
|
-
---
|
|
1321
|
-
|
|
1322
|
-
## The following dependencies are licensed under the MIT License:
|
|
1323
|
-
|
|
1324
|
-
### Rust Crates:
|
|
1325
|
-
|
|
1326
|
-
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1327
|
-
|
|
1328
|
-
````text
|
|
1329
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
1330
|
-
|
|
1331
|
-
Permission is hereby granted, free of charge, to any
|
|
1332
|
-
person obtaining a copy of this software and associated
|
|
1333
|
-
documentation files (the "Software"), to deal in the
|
|
1334
|
-
Software without restriction, including without
|
|
1335
|
-
limitation the rights to use, copy, modify, merge,
|
|
1336
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1337
|
-
the Software, and to permit persons to whom the Software
|
|
1338
|
-
is furnished to do so, subject to the following
|
|
1339
|
-
conditions:
|
|
1340
|
-
|
|
1341
|
-
The above copyright notice and this permission notice
|
|
1342
|
-
shall be included in all copies or substantial portions
|
|
1343
|
-
of the Software.
|
|
1344
|
-
|
|
1345
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1346
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1347
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1348
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1349
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1350
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1351
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1352
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1353
|
-
DEALINGS IN THE SOFTWARE.
|
|
1354
|
-
|
|
1355
|
-
````
|
|
1356
|
-
|
|
1357
|
-
---
|
|
1358
|
-
|
|
1359
|
-
## The following dependencies are licensed under the MIT License:
|
|
1360
|
-
|
|
1361
|
-
### Rust Crates:
|
|
1362
|
-
|
|
1363
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1364
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1365
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1366
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1367
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1368
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1369
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1370
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1371
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1372
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1373
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1374
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1375
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1376
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1377
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1378
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1379
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1380
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1381
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1382
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1383
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1384
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1385
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1386
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1387
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1388
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1389
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1390
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1391
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1392
|
-
|
|
1393
|
-
````text
|
|
1394
|
-
Permission is hereby granted, free of charge, to any
|
|
1395
|
-
person obtaining a copy of this software and associated
|
|
1396
|
-
documentation files (the "Software"), to deal in the
|
|
1397
|
-
Software without restriction, including without
|
|
1398
|
-
limitation the rights to use, copy, modify, merge,
|
|
1399
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1400
|
-
the Software, and to permit persons to whom the Software
|
|
1401
|
-
is furnished to do so, subject to the following
|
|
1402
|
-
conditions:
|
|
1403
|
-
|
|
1404
|
-
The above copyright notice and this permission notice
|
|
1405
|
-
shall be included in all copies or substantial portions
|
|
1406
|
-
of the Software.
|
|
1407
|
-
|
|
1408
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1409
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1410
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1411
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1412
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1413
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1414
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1415
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1416
|
-
DEALINGS IN THE SOFTWARE.
|
|
1250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1251
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1252
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1253
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1254
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1255
|
+
SOFTWARE.
|
|
1417
1256
|
|
|
1418
1257
|
````
|
|
1419
1258
|
|
|
@@ -1423,10 +1262,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1423
1262
|
|
|
1424
1263
|
### Rust Crates:
|
|
1425
1264
|
|
|
1426
|
-
- [
|
|
1265
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1427
1266
|
|
|
1428
1267
|
````text
|
|
1429
|
-
Copyright (c)
|
|
1268
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1430
1269
|
|
|
1431
1270
|
Permission is hereby granted, free of charge, to any
|
|
1432
1271
|
person obtaining a copy of this software and associated
|
|
@@ -1460,12 +1299,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1460
1299
|
|
|
1461
1300
|
### Rust Crates:
|
|
1462
1301
|
|
|
1463
|
-
- [
|
|
1464
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1465
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1302
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1466
1303
|
|
|
1467
1304
|
````text
|
|
1468
|
-
Copyright (c) 2016
|
|
1305
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1469
1306
|
|
|
1470
1307
|
Permission is hereby granted, free of charge, to any
|
|
1471
1308
|
person obtaining a copy of this software and associated
|
|
@@ -1499,10 +1336,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1499
1336
|
|
|
1500
1337
|
### Rust Crates:
|
|
1501
1338
|
|
|
1502
|
-
- [
|
|
1339
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1503
1340
|
|
|
1504
1341
|
````text
|
|
1505
|
-
Copyright (c) 2017
|
|
1342
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1506
1343
|
|
|
1507
1344
|
Permission is hereby granted, free of charge, to any
|
|
1508
1345
|
person obtaining a copy of this software and associated
|
|
@@ -1536,10 +1373,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1536
1373
|
|
|
1537
1374
|
### Rust Crates:
|
|
1538
1375
|
|
|
1539
|
-
- [
|
|
1376
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1540
1377
|
|
|
1541
1378
|
````text
|
|
1542
|
-
Copyright (c)
|
|
1379
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1543
1380
|
|
|
1544
1381
|
Permission is hereby granted, free of charge, to any
|
|
1545
1382
|
person obtaining a copy of this software and associated
|
|
@@ -1573,10 +1410,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1573
1410
|
|
|
1574
1411
|
### Rust Crates:
|
|
1575
1412
|
|
|
1576
|
-
- [
|
|
1413
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1414
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1415
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1577
1416
|
|
|
1578
1417
|
````text
|
|
1579
|
-
Copyright (c)
|
|
1418
|
+
Copyright (c) 2019 Tower Contributors
|
|
1580
1419
|
|
|
1581
1420
|
Permission is hereby granted, free of charge, to any
|
|
1582
1421
|
person obtaining a copy of this software and associated
|
|
@@ -1610,10 +1449,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1610
1449
|
|
|
1611
1450
|
### Rust Crates:
|
|
1612
1451
|
|
|
1613
|
-
- [
|
|
1452
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1614
1453
|
|
|
1615
1454
|
````text
|
|
1616
|
-
Copyright (c)
|
|
1455
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1617
1456
|
|
|
1618
1457
|
Permission is hereby granted, free of charge, to any
|
|
1619
1458
|
person obtaining a copy of this software and associated
|
|
@@ -1647,15 +1486,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1647
1486
|
|
|
1648
1487
|
### Rust Crates:
|
|
1649
1488
|
|
|
1650
|
-
- [
|
|
1651
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1652
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1653
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1489
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1654
1490
|
|
|
1655
1491
|
````text
|
|
1656
1492
|
The MIT License (MIT)
|
|
1657
1493
|
|
|
1658
|
-
Copyright (c) 2015
|
|
1494
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1495
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1659
1496
|
|
|
1660
1497
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1661
1498
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1664,16 +1501,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1664
1501
|
copies of the Software, and to permit persons to whom the Software is
|
|
1665
1502
|
furnished to do so, subject to the following conditions:
|
|
1666
1503
|
|
|
1667
|
-
The above copyright notice and this permission notice shall be included in
|
|
1668
|
-
|
|
1504
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1505
|
+
copies or substantial portions of the Software.
|
|
1669
1506
|
|
|
1670
1507
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1671
1508
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1672
1509
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1673
1510
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1674
1511
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1675
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1676
|
-
|
|
1512
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1513
|
+
SOFTWARE.
|
|
1677
1514
|
|
|
1678
1515
|
````
|
|
1679
1516
|
|
|
@@ -1683,12 +1520,15 @@ THE SOFTWARE.
|
|
|
1683
1520
|
|
|
1684
1521
|
### Rust Crates:
|
|
1685
1522
|
|
|
1686
|
-
- [
|
|
1523
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1687
1524
|
|
|
1688
1525
|
````text
|
|
1689
1526
|
MIT License
|
|
1690
1527
|
|
|
1691
|
-
Copyright
|
|
1528
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1529
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1530
|
+
Copyright (c) 2017 Frommi
|
|
1531
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1692
1532
|
|
|
1693
1533
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1694
1534
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1707,6 +1547,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1707
1547
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1708
1548
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1709
1549
|
SOFTWARE.
|
|
1550
|
+
|
|
1710
1551
|
````
|
|
1711
1552
|
|
|
1712
1553
|
---
|
|
@@ -1715,35 +1556,29 @@ SOFTWARE.
|
|
|
1715
1556
|
|
|
1716
1557
|
### Rust Crates:
|
|
1717
1558
|
|
|
1718
|
-
- [
|
|
1719
|
-
- [
|
|
1559
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1560
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1720
1561
|
|
|
1721
1562
|
````text
|
|
1722
|
-
Copyright (c)
|
|
1563
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1723
1564
|
|
|
1724
|
-
Permission is hereby granted, free of charge, to any
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
the Software, and to permit persons to whom the Software
|
|
1731
|
-
is furnished to do so, subject to the following
|
|
1732
|
-
conditions:
|
|
1565
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1566
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1567
|
+
in the Software without restriction, including without limitation the rights
|
|
1568
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1569
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1570
|
+
furnished to do so, subject to the following conditions:
|
|
1733
1571
|
|
|
1734
|
-
The above copyright notice and this permission notice
|
|
1735
|
-
|
|
1736
|
-
of the Software.
|
|
1572
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1573
|
+
copies or substantial portions of the Software.
|
|
1737
1574
|
|
|
1738
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1746
|
-
DEALINGS IN THE SOFTWARE.
|
|
1575
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1576
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1577
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1578
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1579
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1580
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1581
|
+
SOFTWARE.
|
|
1747
1582
|
|
|
1748
1583
|
````
|
|
1749
1584
|
|
|
@@ -1753,10 +1588,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1753
1588
|
|
|
1754
1589
|
### Rust Crates:
|
|
1755
1590
|
|
|
1756
|
-
- [http](https://github.com/
|
|
1591
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1757
1592
|
|
|
1758
1593
|
````text
|
|
1759
|
-
Copyright (c)
|
|
1594
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1760
1595
|
|
|
1761
1596
|
Permission is hereby granted, free of charge, to any
|
|
1762
1597
|
person obtaining a copy of this software and associated
|
|
@@ -1790,10 +1625,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1790
1625
|
|
|
1791
1626
|
### Rust Crates:
|
|
1792
1627
|
|
|
1793
|
-
- [
|
|
1628
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1794
1629
|
|
|
1795
1630
|
````text
|
|
1796
|
-
Copyright 2019
|
|
1631
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1797
1632
|
|
|
1798
1633
|
Permission is hereby granted, free of charge, to any
|
|
1799
1634
|
person obtaining a copy of this software and associated
|
|
@@ -1827,10 +1662,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1827
1662
|
|
|
1828
1663
|
### Rust Crates:
|
|
1829
1664
|
|
|
1830
|
-
- [
|
|
1665
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1831
1666
|
|
|
1832
1667
|
````text
|
|
1833
|
-
Copyright (c)
|
|
1668
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1834
1669
|
|
|
1835
1670
|
Permission is hereby granted, free of charge, to any
|
|
1836
1671
|
person obtaining a copy of this software and associated
|
|
@@ -1862,12 +1697,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1862
1697
|
|
|
1863
1698
|
## The following dependencies are licensed under the MIT License:
|
|
1864
1699
|
|
|
1865
|
-
###
|
|
1700
|
+
### NPM Packages:
|
|
1866
1701
|
|
|
1867
|
-
- [
|
|
1702
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1868
1703
|
|
|
1869
1704
|
````text
|
|
1870
|
-
|
|
1705
|
+
MIT License
|
|
1706
|
+
|
|
1707
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1871
1708
|
|
|
1872
1709
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1873
1710
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1895,46 +1732,12 @@ SOFTWARE.
|
|
|
1895
1732
|
|
|
1896
1733
|
### Rust Crates:
|
|
1897
1734
|
|
|
1898
|
-
- [
|
|
1899
|
-
|
|
1900
|
-
````text
|
|
1901
|
-
Permission is hereby granted, free of charge, to any
|
|
1902
|
-
person obtaining a copy of this software and associated
|
|
1903
|
-
documentation files (the "Software"), to deal in the
|
|
1904
|
-
Software without restriction, including without
|
|
1905
|
-
limitation the rights to use, copy, modify, merge,
|
|
1906
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1907
|
-
the Software, and to permit persons to whom the Software
|
|
1908
|
-
is furnished to do so, subject to the following
|
|
1909
|
-
conditions:
|
|
1910
|
-
|
|
1911
|
-
The above copyright notice and this permission notice
|
|
1912
|
-
shall be included in all copies or substantial portions
|
|
1913
|
-
of the Software.
|
|
1914
|
-
|
|
1915
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1916
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1917
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1918
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1919
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1920
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1921
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1922
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1923
|
-
DEALINGS IN THE SOFTWARE.
|
|
1924
|
-
````
|
|
1925
|
-
|
|
1926
|
-
---
|
|
1927
|
-
|
|
1928
|
-
## The following dependencies are licensed under the MIT License:
|
|
1929
|
-
|
|
1930
|
-
### Rust Crates:
|
|
1931
|
-
|
|
1932
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1735
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1933
1736
|
|
|
1934
1737
|
````text
|
|
1935
1738
|
MIT License
|
|
1936
1739
|
|
|
1937
|
-
Copyright (c) 2018
|
|
1740
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1938
1741
|
|
|
1939
1742
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1940
1743
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1962,71 +1765,59 @@ SOFTWARE.
|
|
|
1962
1765
|
|
|
1963
1766
|
### Rust Crates:
|
|
1964
1767
|
|
|
1965
|
-
- [
|
|
1768
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1966
1769
|
|
|
1967
1770
|
````text
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
publish, distribute, sublicense, and/or sell
|
|
1976
|
-
the Software, and to permit persons to whom the Software
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1990
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1991
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1992
|
-
DEALINGS IN THE SOFTWARE.
|
|
1993
|
-
|
|
1771
|
+
The MIT License (MIT)
|
|
1772
|
+
|
|
1773
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1774
|
+
|
|
1775
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1776
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1777
|
+
in the Software without restriction, including without limitation the rights
|
|
1778
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1779
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1780
|
+
furnished to do so, subject to the following conditions:
|
|
1781
|
+
|
|
1782
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1783
|
+
copies or substantial portions of the Software.
|
|
1784
|
+
|
|
1785
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1786
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1787
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1788
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1789
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1790
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1791
|
+
SOFTWARE.
|
|
1994
1792
|
````
|
|
1995
1793
|
|
|
1996
1794
|
---
|
|
1997
1795
|
|
|
1998
1796
|
## The following dependencies are licensed under the MIT License:
|
|
1999
1797
|
|
|
2000
|
-
###
|
|
1798
|
+
### NPM Packages:
|
|
2001
1799
|
|
|
2002
|
-
- [
|
|
1800
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2003
1801
|
|
|
2004
1802
|
````text
|
|
2005
|
-
|
|
1803
|
+
This software is released under the MIT license:
|
|
2006
1804
|
|
|
2007
|
-
Permission is hereby granted, free of charge, to any
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
the Software, and to permit persons to whom the Software
|
|
2014
|
-
is furnished to do so, subject to the following
|
|
2015
|
-
conditions:
|
|
1805
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1806
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1807
|
+
the Software without restriction, including without limitation the rights to
|
|
1808
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1809
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1810
|
+
subject to the following conditions:
|
|
2016
1811
|
|
|
2017
|
-
The above copyright notice and this permission notice
|
|
2018
|
-
|
|
2019
|
-
of the Software.
|
|
1812
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1813
|
+
copies or substantial portions of the Software.
|
|
2020
1814
|
|
|
2021
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2028
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2029
|
-
DEALINGS IN THE SOFTWARE.
|
|
1815
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1816
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1817
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1818
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1819
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1820
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2030
1821
|
|
|
2031
1822
|
````
|
|
2032
1823
|
|
|
@@ -2034,12 +1825,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2034
1825
|
|
|
2035
1826
|
## The following dependencies are licensed under the MIT License:
|
|
2036
1827
|
|
|
2037
|
-
###
|
|
1828
|
+
### NPM Packages:
|
|
2038
1829
|
|
|
2039
|
-
- [
|
|
1830
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2040
1831
|
|
|
2041
1832
|
````text
|
|
2042
|
-
|
|
1833
|
+
MIT License
|
|
1834
|
+
|
|
1835
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2043
1836
|
|
|
2044
1837
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2045
1838
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2048,17 +1841,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2048
1841
|
copies of the Software, and to permit persons to whom the Software is
|
|
2049
1842
|
furnished to do so, subject to the following conditions:
|
|
2050
1843
|
|
|
2051
|
-
The above copyright notice and this permission notice shall be included in
|
|
2052
|
-
|
|
1844
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1845
|
+
copies or substantial portions of the Software.
|
|
2053
1846
|
|
|
2054
1847
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2055
1848
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2056
1849
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2057
1850
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2058
1851
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2059
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2060
|
-
|
|
1852
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1853
|
+
SOFTWARE.
|
|
2061
1854
|
|
|
1855
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2062
1856
|
|
|
2063
1857
|
````
|
|
2064
1858
|
|
|
@@ -2068,15 +1862,10 @@ THE SOFTWARE.
|
|
|
2068
1862
|
|
|
2069
1863
|
### Rust Crates:
|
|
2070
1864
|
|
|
2071
|
-
- [
|
|
2072
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2073
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2074
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2075
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2076
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1865
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2077
1866
|
|
|
2078
1867
|
````text
|
|
2079
|
-
Copyright (c)
|
|
1868
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2080
1869
|
|
|
2081
1870
|
Permission is hereby granted, free of charge, to any
|
|
2082
1871
|
person obtaining a copy of this software and associated
|
|
@@ -2110,30 +1899,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2110
1899
|
|
|
2111
1900
|
### Rust Crates:
|
|
2112
1901
|
|
|
2113
|
-
- [
|
|
2114
|
-
- [
|
|
1902
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1903
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1904
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1905
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1906
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1907
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1908
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2115
1909
|
|
|
2116
1910
|
````text
|
|
2117
|
-
|
|
1911
|
+
MIT License
|
|
2118
1912
|
|
|
2119
|
-
Copyright (c)
|
|
1913
|
+
Copyright (c) <year> <copyright holders>
|
|
2120
1914
|
|
|
2121
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2122
|
-
|
|
2123
|
-
the
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
subject to the following conditions:
|
|
1915
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1916
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1917
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1918
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1919
|
+
following conditions:
|
|
2127
1920
|
|
|
2128
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2129
|
-
|
|
1921
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1922
|
+
portions of the Software.
|
|
2130
1923
|
|
|
2131
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1924
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1925
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1926
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1927
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1928
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2137
1929
|
|
|
2138
1930
|
````
|
|
2139
1931
|
|
|
@@ -2143,12 +1935,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2143
1935
|
|
|
2144
1936
|
### Rust Crates:
|
|
2145
1937
|
|
|
2146
|
-
- [
|
|
1938
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2147
1939
|
|
|
2148
1940
|
````text
|
|
2149
|
-
MIT License
|
|
1941
|
+
The MIT License (MIT)
|
|
2150
1942
|
|
|
2151
|
-
Copyright (c)
|
|
1943
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2152
1944
|
|
|
2153
1945
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2154
1946
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2157,16 +1949,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2157
1949
|
copies of the Software, and to permit persons to whom the Software is
|
|
2158
1950
|
furnished to do so, subject to the following conditions:
|
|
2159
1951
|
|
|
2160
|
-
The above copyright notice and this permission notice shall be included in
|
|
2161
|
-
copies or substantial portions of the Software.
|
|
2162
|
-
|
|
1952
|
+
The above copyright notice and this permission notice shall be included in
|
|
1953
|
+
all copies or substantial portions of the Software.
|
|
1954
|
+
|
|
2163
1955
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2164
1956
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2165
1957
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2166
1958
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2167
1959
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2168
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2169
|
-
SOFTWARE.
|
|
1960
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1961
|
+
THE SOFTWARE.
|
|
2170
1962
|
|
|
2171
1963
|
````
|
|
2172
1964
|
|
|
@@ -2176,34 +1968,30 @@ SOFTWARE.
|
|
|
2176
1968
|
|
|
2177
1969
|
### Rust Crates:
|
|
2178
1970
|
|
|
2179
|
-
- [
|
|
1971
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1972
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2180
1973
|
|
|
2181
1974
|
````text
|
|
2182
|
-
|
|
1975
|
+
The MIT License (MIT)
|
|
2183
1976
|
|
|
2184
|
-
|
|
2185
|
-
person obtaining a copy of this software and associated
|
|
2186
|
-
documentation files (the "Software"), to deal in the
|
|
2187
|
-
Software without restriction, including without
|
|
2188
|
-
limitation the rights to use, copy, modify, merge,
|
|
2189
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2190
|
-
the Software, and to permit persons to whom the Software
|
|
2191
|
-
is furnished to do so, subject to the following
|
|
2192
|
-
conditions:
|
|
1977
|
+
Copyright (c) 2015 Steven Fackler
|
|
2193
1978
|
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
1979
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1980
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1981
|
+
the Software without restriction, including without limitation the rights to
|
|
1982
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1983
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1984
|
+
subject to the following conditions:
|
|
2197
1985
|
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
IN
|
|
2206
|
-
DEALINGS IN THE SOFTWARE.
|
|
1986
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1987
|
+
copies or substantial portions of the Software.
|
|
1988
|
+
|
|
1989
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1990
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1991
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1992
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1993
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1994
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2207
1995
|
|
|
2208
1996
|
````
|
|
2209
1997
|
|
|
@@ -2213,11 +2001,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2213
2001
|
|
|
2214
2002
|
### Rust Crates:
|
|
2215
2003
|
|
|
2216
|
-
- [
|
|
2004
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2005
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2006
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2217
2007
|
|
|
2218
2008
|
````text
|
|
2219
|
-
|
|
2220
|
-
|
|
2009
|
+
MIT License
|
|
2010
|
+
|
|
2011
|
+
Copyright (c) Tokio Contributors
|
|
2221
2012
|
|
|
2222
2013
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2223
2014
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2245,13 +2036,48 @@ SOFTWARE.
|
|
|
2245
2036
|
|
|
2246
2037
|
### Rust Crates:
|
|
2247
2038
|
|
|
2248
|
-
- [
|
|
2249
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2250
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2251
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2039
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2252
2040
|
|
|
2253
2041
|
````text
|
|
2254
|
-
|
|
2042
|
+
The MIT License (MIT)
|
|
2043
|
+
|
|
2044
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2045
|
+
|
|
2046
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2047
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2048
|
+
in the Software without restriction, including without limitation the rights
|
|
2049
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2050
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2051
|
+
furnished to do so, subject to the following conditions:
|
|
2052
|
+
|
|
2053
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2054
|
+
copies or substantial portions of the Software.
|
|
2055
|
+
|
|
2056
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2057
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2058
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2059
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2060
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2061
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2062
|
+
SOFTWARE.
|
|
2063
|
+
|
|
2064
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2065
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2066
|
+
````
|
|
2067
|
+
|
|
2068
|
+
---
|
|
2069
|
+
|
|
2070
|
+
## The following dependencies are licensed under the MIT License:
|
|
2071
|
+
|
|
2072
|
+
### Rust Crates:
|
|
2073
|
+
|
|
2074
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2075
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2076
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2077
|
+
|
|
2078
|
+
````text
|
|
2079
|
+
Copyright 2018 Developers of the Rand project
|
|
2080
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2255
2081
|
|
|
2256
2082
|
Permission is hereby granted, free of charge, to any
|
|
2257
2083
|
person obtaining a copy of this software and associated
|
|
@@ -2285,11 +2111,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2285
2111
|
|
|
2286
2112
|
### Rust Crates:
|
|
2287
2113
|
|
|
2288
|
-
- [
|
|
2114
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2289
2115
|
|
|
2290
2116
|
````text
|
|
2291
|
-
Copyright (c)
|
|
2292
|
-
Copyright (c) 2016
|
|
2117
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2118
|
+
Copyright (c) 2016 Jason Housley
|
|
2293
2119
|
|
|
2294
2120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2295
2121
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2309,7 +2135,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2309
2135
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2310
2136
|
THE SOFTWARE.
|
|
2311
2137
|
|
|
2312
|
-
|
|
2313
2138
|
````
|
|
2314
2139
|
|
|
2315
2140
|
---
|
|
@@ -2318,48 +2143,11 @@ THE SOFTWARE.
|
|
|
2318
2143
|
|
|
2319
2144
|
### Rust Crates:
|
|
2320
2145
|
|
|
2321
|
-
- [
|
|
2322
|
-
|
|
2323
|
-
````text
|
|
2324
|
-
The MIT License (MIT)
|
|
2325
|
-
|
|
2326
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2327
|
-
|
|
2328
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2329
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2330
|
-
in the Software without restriction, including without limitation the rights
|
|
2331
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2332
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2333
|
-
furnished to do so, subject to the following conditions:
|
|
2334
|
-
|
|
2335
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2336
|
-
copies or substantial portions of the Software.
|
|
2337
|
-
|
|
2338
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2339
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2340
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2341
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2342
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2343
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2344
|
-
SOFTWARE.
|
|
2345
|
-
|
|
2346
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2347
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2348
|
-
````
|
|
2349
|
-
|
|
2350
|
-
---
|
|
2351
|
-
|
|
2352
|
-
## The following dependencies are licensed under the MIT License:
|
|
2353
|
-
|
|
2354
|
-
### NPM Packages:
|
|
2355
|
-
|
|
2356
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
|
|
2146
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2357
2147
|
|
|
2358
2148
|
````text
|
|
2359
2149
|
MIT License
|
|
2360
2150
|
|
|
2361
|
-
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
2362
|
-
|
|
2363
2151
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2364
2152
|
of this software and associated documentation files (the "Software"), to deal
|
|
2365
2153
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2384,32 +2172,36 @@ SOFTWARE.
|
|
|
2384
2172
|
|
|
2385
2173
|
## The following dependencies are licensed under the MIT License:
|
|
2386
2174
|
|
|
2387
|
-
###
|
|
2175
|
+
### Rust Crates:
|
|
2388
2176
|
|
|
2389
|
-
- [
|
|
2177
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2390
2178
|
|
|
2391
2179
|
````text
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2180
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2395
2181
|
|
|
2396
|
-
Permission is hereby granted, free of charge, to any
|
|
2397
|
-
of this software and associated
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2182
|
+
Permission is hereby granted, free of charge, to any
|
|
2183
|
+
person obtaining a copy of this software and associated
|
|
2184
|
+
documentation files (the "Software"), to deal in the
|
|
2185
|
+
Software without restriction, including without
|
|
2186
|
+
limitation the rights to use, copy, modify, merge,
|
|
2187
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2188
|
+
the Software, and to permit persons to whom the Software
|
|
2189
|
+
is furnished to do so, subject to the following
|
|
2190
|
+
conditions:
|
|
2402
2191
|
|
|
2403
|
-
The above copyright notice and this permission notice
|
|
2404
|
-
copies or substantial portions
|
|
2192
|
+
The above copyright notice and this permission notice
|
|
2193
|
+
shall be included in all copies or substantial portions
|
|
2194
|
+
of the Software.
|
|
2405
2195
|
|
|
2406
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2407
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2196
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2197
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2198
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2199
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2200
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2201
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2202
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2203
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2204
|
+
DEALINGS IN THE SOFTWARE.
|
|
2413
2205
|
|
|
2414
2206
|
````
|
|
2415
2207
|
|
|
@@ -2417,17 +2209,15 @@ SOFTWARE.
|
|
|
2417
2209
|
|
|
2418
2210
|
## The following dependencies are licensed under the MIT License:
|
|
2419
2211
|
|
|
2420
|
-
###
|
|
2212
|
+
### NPM Packages:
|
|
2421
2213
|
|
|
2422
|
-
- [
|
|
2214
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2215
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2423
2216
|
|
|
2424
2217
|
````text
|
|
2425
2218
|
MIT License
|
|
2426
2219
|
|
|
2427
|
-
Copyright
|
|
2428
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2429
|
-
Copyright (c) 2017 Frommi
|
|
2430
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2220
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2431
2221
|
|
|
2432
2222
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2433
2223
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2455,40 +2245,10 @@ SOFTWARE.
|
|
|
2455
2245
|
|
|
2456
2246
|
### Rust Crates:
|
|
2457
2247
|
|
|
2458
|
-
- [
|
|
2459
|
-
|
|
2460
|
-
````text
|
|
2461
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2462
|
-
|
|
2463
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2464
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2465
|
-
the Software without restriction, including without limitation the rights to
|
|
2466
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2467
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2468
|
-
subject to the following conditions:
|
|
2469
|
-
|
|
2470
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2471
|
-
copies or substantial portions of the Software.
|
|
2472
|
-
|
|
2473
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2474
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2475
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2476
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2477
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2478
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2479
|
-
|
|
2480
|
-
````
|
|
2481
|
-
|
|
2482
|
-
---
|
|
2483
|
-
|
|
2484
|
-
## The following dependencies are licensed under the MIT License:
|
|
2485
|
-
|
|
2486
|
-
### Rust Crates:
|
|
2487
|
-
|
|
2488
|
-
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
2248
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2489
2249
|
|
|
2490
2250
|
````text
|
|
2491
|
-
Copyright (c)
|
|
2251
|
+
Copyright (c) 2016--2023
|
|
2492
2252
|
|
|
2493
2253
|
Permission is hereby granted, free of charge, to any
|
|
2494
2254
|
person obtaining a copy of this software and associated
|
|
@@ -2522,11 +2282,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2522
2282
|
|
|
2523
2283
|
### Rust Crates:
|
|
2524
2284
|
|
|
2525
|
-
- [
|
|
2526
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2285
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2527
2286
|
|
|
2528
2287
|
````text
|
|
2529
|
-
Copyright (c)
|
|
2288
|
+
Copyright (c) 2015 Steven Allen
|
|
2530
2289
|
|
|
2531
2290
|
Permission is hereby granted, free of charge, to any
|
|
2532
2291
|
person obtaining a copy of this software and associated
|
|
@@ -2560,34 +2319,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2560
2319
|
|
|
2561
2320
|
### Rust Crates:
|
|
2562
2321
|
|
|
2563
|
-
- [
|
|
2322
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2564
2323
|
|
|
2565
2324
|
````text
|
|
2566
|
-
Copyright (c)
|
|
2567
|
-
|
|
2568
|
-
Permission is hereby granted, free of charge, to any
|
|
2569
|
-
person obtaining a copy of this software and associated
|
|
2570
|
-
documentation files (the "Software"), to deal in the
|
|
2571
|
-
Software without restriction, including without
|
|
2572
|
-
limitation the rights to use, copy, modify, merge,
|
|
2573
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2574
|
-
the Software, and to permit persons to whom the Software
|
|
2575
|
-
is furnished to do so, subject to the following
|
|
2576
|
-
conditions:
|
|
2325
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2326
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2577
2327
|
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2328
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2329
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2330
|
+
in the Software without restriction, including without limitation the rights
|
|
2331
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2332
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2333
|
+
furnished to do so, subject to the following conditions:
|
|
2581
2334
|
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
IN
|
|
2590
|
-
|
|
2335
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2336
|
+
copies or substantial portions of the Software.
|
|
2337
|
+
|
|
2338
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2339
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2340
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2341
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2342
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2343
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2344
|
+
SOFTWARE.
|
|
2591
2345
|
|
|
2592
2346
|
````
|
|
2593
2347
|
|
|
@@ -2597,28 +2351,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2597
2351
|
|
|
2598
2352
|
### Rust Crates:
|
|
2599
2353
|
|
|
2600
|
-
- [
|
|
2354
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2355
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2356
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2357
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2601
2358
|
|
|
2602
2359
|
````text
|
|
2603
|
-
Copyright (c)
|
|
2360
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2604
2361
|
|
|
2605
|
-
Permission is hereby granted, free of charge, to any
|
|
2606
|
-
of this software and associated
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2362
|
+
Permission is hereby granted, free of charge, to any
|
|
2363
|
+
person obtaining a copy of this software and associated
|
|
2364
|
+
documentation files (the "Software"), to deal in the
|
|
2365
|
+
Software without restriction, including without
|
|
2366
|
+
limitation the rights to use, copy, modify, merge,
|
|
2367
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2368
|
+
the Software, and to permit persons to whom the Software
|
|
2369
|
+
is furnished to do so, subject to the following
|
|
2370
|
+
conditions:
|
|
2611
2371
|
|
|
2612
|
-
The above copyright notice and this permission notice
|
|
2613
|
-
all copies or substantial portions
|
|
2372
|
+
The above copyright notice and this permission notice
|
|
2373
|
+
shall be included in all copies or substantial portions
|
|
2374
|
+
of the Software.
|
|
2614
2375
|
|
|
2615
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2616
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2376
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2377
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2378
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2379
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2380
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2381
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2382
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2383
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2384
|
+
DEALINGS IN THE SOFTWARE.
|
|
2622
2385
|
|
|
2623
2386
|
````
|
|
2624
2387
|
|
|
@@ -2628,17 +2391,17 @@ THE SOFTWARE.
|
|
|
2628
2391
|
|
|
2629
2392
|
### Rust Crates:
|
|
2630
2393
|
|
|
2631
|
-
- [
|
|
2394
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
2395
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2396
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2397
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2632
2398
|
|
|
2633
2399
|
````text
|
|
2634
|
-
Copyright 2016 Nika Layzell
|
|
2635
|
-
|
|
2636
2400
|
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:
|
|
2637
2401
|
|
|
2638
2402
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2639
2403
|
|
|
2640
2404
|
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.
|
|
2641
|
-
|
|
2642
2405
|
````
|
|
2643
2406
|
|
|
2644
2407
|
---
|
|
@@ -2647,29 +2410,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2647
2410
|
|
|
2648
2411
|
### Rust Crates:
|
|
2649
2412
|
|
|
2650
|
-
- [
|
|
2413
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2651
2414
|
|
|
2652
2415
|
````text
|
|
2653
|
-
Copyright (c)
|
|
2654
|
-
|
|
2655
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2656
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2657
|
-
in the Software without restriction, including without limitation the rights
|
|
2658
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2659
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2660
|
-
furnished to do so, subject to the following conditions:
|
|
2416
|
+
Copyright (c) 2014 Chris Wong
|
|
2661
2417
|
|
|
2662
|
-
|
|
2663
|
-
|
|
2418
|
+
Permission is hereby granted, free of charge, to any
|
|
2419
|
+
person obtaining a copy of this software and associated
|
|
2420
|
+
documentation files (the "Software"), to deal in the
|
|
2421
|
+
Software without restriction, including without
|
|
2422
|
+
limitation the rights to use, copy, modify, merge,
|
|
2423
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2424
|
+
the Software, and to permit persons to whom the Software
|
|
2425
|
+
is furnished to do so, subject to the following
|
|
2426
|
+
conditions:
|
|
2664
2427
|
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2669
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2670
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2671
|
-
THE SOFTWARE.
|
|
2428
|
+
The above copyright notice and this permission notice
|
|
2429
|
+
shall be included in all copies or substantial portions
|
|
2430
|
+
of the Software.
|
|
2672
2431
|
|
|
2432
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2433
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2434
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2435
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2436
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2437
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2438
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2439
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2440
|
+
DEALINGS IN THE SOFTWARE.
|
|
2673
2441
|
|
|
2674
2442
|
````
|
|
2675
2443
|
|
|
@@ -2679,28 +2447,16 @@ THE SOFTWARE.
|
|
|
2679
2447
|
|
|
2680
2448
|
### Rust Crates:
|
|
2681
2449
|
|
|
2682
|
-
- [
|
|
2450
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2683
2451
|
|
|
2684
2452
|
````text
|
|
2685
|
-
Copyright
|
|
2453
|
+
Copyright 2016 Nika Layzell
|
|
2686
2454
|
|
|
2687
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2688
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2689
|
-
in the Software without restriction, including without limitation the rights
|
|
2690
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2691
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2692
|
-
furnished to do so, subject to the following conditions:
|
|
2455
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2693
2456
|
|
|
2694
|
-
The above copyright notice and this permission notice shall be included in
|
|
2695
|
-
all copies or substantial portions of the Software.
|
|
2457
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2696
2458
|
|
|
2697
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2698
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2699
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2700
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2701
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2702
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2703
|
-
THE SOFTWARE.
|
|
2459
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2704
2460
|
|
|
2705
2461
|
````
|
|
2706
2462
|
|
|
@@ -2710,33 +2466,32 @@ THE SOFTWARE.
|
|
|
2710
2466
|
|
|
2711
2467
|
### Rust Crates:
|
|
2712
2468
|
|
|
2713
|
-
- [
|
|
2714
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
2715
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
2716
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
2717
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
2718
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2719
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2469
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2720
2470
|
|
|
2721
2471
|
````text
|
|
2722
|
-
MIT License
|
|
2723
|
-
|
|
2724
|
-
Copyright (c)
|
|
2725
|
-
|
|
2726
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2727
|
-
associated documentation files (the "Software"), to deal
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2472
|
+
The MIT License (MIT)
|
|
2473
|
+
|
|
2474
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2475
|
+
|
|
2476
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2477
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2478
|
+
in the Software without restriction, including without limitation the rights
|
|
2479
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2480
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2481
|
+
furnished to do so, subject to the following conditions:
|
|
2482
|
+
|
|
2483
|
+
|
|
2484
|
+
The above copyright notice and this permission notice shall be included in
|
|
2485
|
+
all copies or substantial portions of the Software.
|
|
2486
|
+
|
|
2487
|
+
|
|
2488
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2489
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2490
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2491
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2492
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2493
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2494
|
+
THE SOFTWARE.
|
|
2740
2495
|
|
|
2741
2496
|
````
|
|
2742
2497
|
|
|
@@ -2746,29 +2501,37 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2746
2501
|
|
|
2747
2502
|
### Rust Crates:
|
|
2748
2503
|
|
|
2749
|
-
- [
|
|
2504
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2505
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2750
2506
|
|
|
2751
2507
|
````text
|
|
2752
|
-
Copyright (c)
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2756
|
-
in the Software without restriction, including without limitation the rights
|
|
2757
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2758
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2759
|
-
furnished to do so, subject to the following conditions:
|
|
2508
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2509
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2510
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2760
2511
|
|
|
2761
|
-
|
|
2762
|
-
|
|
2512
|
+
Permission is hereby granted, free of charge, to any
|
|
2513
|
+
person obtaining a copy of this software and associated
|
|
2514
|
+
documentation files (the "Software"), to deal in the
|
|
2515
|
+
Software without restriction, including without
|
|
2516
|
+
limitation the rights to use, copy, modify, merge,
|
|
2517
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2518
|
+
the Software, and to permit persons to whom the Software
|
|
2519
|
+
is furnished to do so, subject to the following
|
|
2520
|
+
conditions:
|
|
2763
2521
|
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2768
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2769
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2770
|
-
THE SOFTWARE.
|
|
2522
|
+
The above copyright notice and this permission notice
|
|
2523
|
+
shall be included in all copies or substantial portions
|
|
2524
|
+
of the Software.
|
|
2771
2525
|
|
|
2526
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2527
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2528
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2529
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2530
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2531
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2532
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2533
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2534
|
+
DEALINGS IN THE SOFTWARE.
|
|
2772
2535
|
|
|
2773
2536
|
````
|
|
2774
2537
|
|
|
@@ -2778,10 +2541,12 @@ THE SOFTWARE.
|
|
|
2778
2541
|
|
|
2779
2542
|
### Rust Crates:
|
|
2780
2543
|
|
|
2781
|
-
- [
|
|
2544
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2545
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2546
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2782
2547
|
|
|
2783
2548
|
````text
|
|
2784
|
-
Copyright (c)
|
|
2549
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2785
2550
|
|
|
2786
2551
|
Permission is hereby granted, free of charge, to any
|
|
2787
2552
|
person obtaining a copy of this software and associated
|
|
@@ -2815,28 +2580,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2815
2580
|
|
|
2816
2581
|
### Rust Crates:
|
|
2817
2582
|
|
|
2818
|
-
- [
|
|
2583
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2819
2584
|
|
|
2820
2585
|
````text
|
|
2821
|
-
|
|
2586
|
+
Copyright 2023 The Fuchsia Authors
|
|
2822
2587
|
|
|
2823
|
-
Permission is hereby granted, free of charge, to any
|
|
2824
|
-
of this software and associated
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2588
|
+
Permission is hereby granted, free of charge, to any
|
|
2589
|
+
person obtaining a copy of this software and associated
|
|
2590
|
+
documentation files (the "Software"), to deal in the
|
|
2591
|
+
Software without restriction, including without
|
|
2592
|
+
limitation the rights to use, copy, modify, merge,
|
|
2593
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2594
|
+
the Software, and to permit persons to whom the Software
|
|
2595
|
+
is furnished to do so, subject to the following
|
|
2596
|
+
conditions:
|
|
2829
2597
|
|
|
2830
|
-
The above copyright notice and this permission notice
|
|
2831
|
-
copies or substantial portions
|
|
2598
|
+
The above copyright notice and this permission notice
|
|
2599
|
+
shall be included in all copies or substantial portions
|
|
2600
|
+
of the Software.
|
|
2601
|
+
|
|
2602
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2603
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2604
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2605
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2606
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2607
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2608
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2609
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2610
|
+
DEALINGS IN THE SOFTWARE.
|
|
2832
2611
|
|
|
2833
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2834
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2835
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2836
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2837
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2838
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2839
|
-
SOFTWARE.
|
|
2840
2612
|
|
|
2841
2613
|
````
|
|
2842
2614
|
|
|
@@ -2846,28 +2618,35 @@ SOFTWARE.
|
|
|
2846
2618
|
|
|
2847
2619
|
### Rust Crates:
|
|
2848
2620
|
|
|
2849
|
-
- [
|
|
2621
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2622
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2850
2623
|
|
|
2851
2624
|
````text
|
|
2852
|
-
Copyright (c)
|
|
2625
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2853
2626
|
|
|
2854
|
-
Permission is hereby granted, free of charge, to any
|
|
2855
|
-
of this software and associated
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2627
|
+
Permission is hereby granted, free of charge, to any
|
|
2628
|
+
person obtaining a copy of this software and associated
|
|
2629
|
+
documentation files (the "Software"), to deal in the
|
|
2630
|
+
Software without restriction, including without
|
|
2631
|
+
limitation the rights to use, copy, modify, merge,
|
|
2632
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2633
|
+
the Software, and to permit persons to whom the Software
|
|
2634
|
+
is furnished to do so, subject to the following
|
|
2635
|
+
conditions:
|
|
2860
2636
|
|
|
2861
|
-
The above copyright notice and this permission notice
|
|
2862
|
-
copies or substantial portions
|
|
2637
|
+
The above copyright notice and this permission notice
|
|
2638
|
+
shall be included in all copies or substantial portions
|
|
2639
|
+
of the Software.
|
|
2863
2640
|
|
|
2864
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2865
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2641
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2642
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2643
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2644
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2645
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2646
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2647
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2648
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2649
|
+
DEALINGS IN THE SOFTWARE.
|
|
2871
2650
|
|
|
2872
2651
|
````
|
|
2873
2652
|
|
|
@@ -2877,30 +2656,34 @@ SOFTWARE.
|
|
|
2877
2656
|
|
|
2878
2657
|
### Rust Crates:
|
|
2879
2658
|
|
|
2880
|
-
- [
|
|
2659
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2881
2660
|
|
|
2882
2661
|
````text
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2662
|
+
Copyright (c) The rust-url developers
|
|
2886
2663
|
|
|
2887
|
-
Permission is hereby granted, free of charge, to any
|
|
2888
|
-
of this software and associated
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2664
|
+
Permission is hereby granted, free of charge, to any
|
|
2665
|
+
person obtaining a copy of this software and associated
|
|
2666
|
+
documentation files (the "Software"), to deal in the
|
|
2667
|
+
Software without restriction, including without
|
|
2668
|
+
limitation the rights to use, copy, modify, merge,
|
|
2669
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2670
|
+
the Software, and to permit persons to whom the Software
|
|
2671
|
+
is furnished to do so, subject to the following
|
|
2672
|
+
conditions:
|
|
2893
2673
|
|
|
2894
|
-
The above copyright notice and this permission notice
|
|
2895
|
-
copies or substantial portions
|
|
2674
|
+
The above copyright notice and this permission notice
|
|
2675
|
+
shall be included in all copies or substantial portions
|
|
2676
|
+
of the Software.
|
|
2896
2677
|
|
|
2897
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2898
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2678
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2679
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2680
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2681
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2682
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2683
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2684
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2685
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2686
|
+
DEALINGS IN THE SOFTWARE.
|
|
2904
2687
|
|
|
2905
2688
|
````
|
|
2906
2689
|
|
|
@@ -2910,29 +2693,35 @@ SOFTWARE.
|
|
|
2910
2693
|
|
|
2911
2694
|
### Rust Crates:
|
|
2912
2695
|
|
|
2913
|
-
- [
|
|
2914
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2696
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2915
2697
|
|
|
2916
2698
|
````text
|
|
2917
|
-
Copyright (c) 2018-
|
|
2699
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2700
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2918
2701
|
|
|
2919
|
-
Permission is hereby granted, free of charge, to any
|
|
2920
|
-
of this software and associated
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2702
|
+
Permission is hereby granted, free of charge, to any
|
|
2703
|
+
person obtaining a copy of this software and associated
|
|
2704
|
+
documentation files (the "Software"), to deal in the
|
|
2705
|
+
Software without restriction, including without
|
|
2706
|
+
limitation the rights to use, copy, modify, merge,
|
|
2707
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2708
|
+
the Software, and to permit persons to whom the Software
|
|
2709
|
+
is furnished to do so, subject to the following
|
|
2710
|
+
conditions:
|
|
2925
2711
|
|
|
2926
|
-
The above copyright notice and this permission notice
|
|
2927
|
-
copies or substantial portions
|
|
2712
|
+
The above copyright notice and this permission notice
|
|
2713
|
+
shall be included in all copies or substantial portions
|
|
2714
|
+
of the Software.
|
|
2928
2715
|
|
|
2929
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2930
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2716
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2717
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2718
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2719
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2720
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2721
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2722
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2723
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2724
|
+
DEALINGS IN THE SOFTWARE.
|
|
2936
2725
|
|
|
2937
2726
|
````
|
|
2938
2727
|
|
|
@@ -2942,11 +2731,12 @@ SOFTWARE.
|
|
|
2942
2731
|
|
|
2943
2732
|
### Rust Crates:
|
|
2944
2733
|
|
|
2945
|
-
- [
|
|
2734
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2946
2735
|
|
|
2947
2736
|
````text
|
|
2948
|
-
|
|
2949
|
-
|
|
2737
|
+
The MIT License (MIT)
|
|
2738
|
+
|
|
2739
|
+
Copyright (c) 2015 Alice Maz
|
|
2950
2740
|
|
|
2951
2741
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2952
2742
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2974,28 +2764,34 @@ THE SOFTWARE.
|
|
|
2974
2764
|
|
|
2975
2765
|
### Rust Crates:
|
|
2976
2766
|
|
|
2977
|
-
- [
|
|
2767
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2978
2768
|
|
|
2979
2769
|
````text
|
|
2980
|
-
Copyright (c)
|
|
2770
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2981
2771
|
|
|
2982
|
-
Permission is hereby granted, free of charge, to any
|
|
2983
|
-
of this software and associated
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2772
|
+
Permission is hereby granted, free of charge, to any
|
|
2773
|
+
person obtaining a copy of this software and associated
|
|
2774
|
+
documentation files (the "Software"), to deal in the
|
|
2775
|
+
Software without restriction, including without
|
|
2776
|
+
limitation the rights to use, copy, modify, merge,
|
|
2777
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2778
|
+
the Software, and to permit persons to whom the Software
|
|
2779
|
+
is furnished to do so, subject to the following
|
|
2780
|
+
conditions:
|
|
2988
2781
|
|
|
2989
|
-
The above copyright notice and this permission notice
|
|
2990
|
-
all copies or substantial portions
|
|
2782
|
+
The above copyright notice and this permission notice
|
|
2783
|
+
shall be included in all copies or substantial portions
|
|
2784
|
+
of the Software.
|
|
2991
2785
|
|
|
2992
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2993
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2786
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2787
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2788
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2789
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2790
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2791
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2792
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2793
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2794
|
+
DEALINGS IN THE SOFTWARE.
|
|
2999
2795
|
|
|
3000
2796
|
````
|
|
3001
2797
|
|
|
@@ -3005,12 +2801,10 @@ THE SOFTWARE.
|
|
|
3005
2801
|
|
|
3006
2802
|
### Rust Crates:
|
|
3007
2803
|
|
|
3008
|
-
- [
|
|
3009
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3010
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2804
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3011
2805
|
|
|
3012
2806
|
````text
|
|
3013
|
-
Copyright (c)
|
|
2807
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3014
2808
|
|
|
3015
2809
|
Permission is hereby granted, free of charge, to any
|
|
3016
2810
|
person obtaining a copy of this software and associated
|
|
@@ -3044,11 +2838,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3044
2838
|
|
|
3045
2839
|
### Rust Crates:
|
|
3046
2840
|
|
|
3047
|
-
- [
|
|
2841
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3048
2842
|
|
|
3049
2843
|
````text
|
|
3050
|
-
Copyright (c)
|
|
3051
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2844
|
+
Copyright (c) 2016--2017
|
|
3052
2845
|
|
|
3053
2846
|
Permission is hereby granted, free of charge, to any
|
|
3054
2847
|
person obtaining a copy of this software and associated
|
|
@@ -3082,13 +2875,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3082
2875
|
|
|
3083
2876
|
### Rust Crates:
|
|
3084
2877
|
|
|
3085
|
-
- [
|
|
2878
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2879
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3086
2880
|
|
|
3087
2881
|
````text
|
|
3088
2882
|
MIT License
|
|
3089
2883
|
|
|
3090
|
-
Copyright (c) 2019
|
|
3091
|
-
Copyright (c) Tokio Contributors
|
|
2884
|
+
Copyright (c) 2019 Graham Esau
|
|
3092
2885
|
|
|
3093
2886
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3094
2887
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3116,10 +2909,19 @@ SOFTWARE.
|
|
|
3116
2909
|
|
|
3117
2910
|
### Rust Crates:
|
|
3118
2911
|
|
|
3119
|
-
- [
|
|
2912
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2913
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2914
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2915
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2916
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2917
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2918
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2919
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2920
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3120
2921
|
|
|
3121
2922
|
````text
|
|
3122
|
-
Copyright (c)
|
|
2923
|
+
Copyright (c) 2016 Alex Crichton
|
|
2924
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3123
2925
|
|
|
3124
2926
|
Permission is hereby granted, free of charge, to any
|
|
3125
2927
|
person obtaining a copy of this software and associated
|
|
@@ -3153,12 +2955,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3153
2955
|
|
|
3154
2956
|
### Rust Crates:
|
|
3155
2957
|
|
|
3156
|
-
- [
|
|
3157
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3158
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2958
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3159
2959
|
|
|
3160
2960
|
````text
|
|
3161
|
-
Copyright (c) 2019
|
|
2961
|
+
Copyright (c) 2019 Carl Lerche
|
|
3162
2962
|
|
|
3163
2963
|
Permission is hereby granted, free of charge, to any
|
|
3164
2964
|
person obtaining a copy of this software and associated
|
|
@@ -3192,11 +2992,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3192
2992
|
|
|
3193
2993
|
### Rust Crates:
|
|
3194
2994
|
|
|
3195
|
-
- [
|
|
2995
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2996
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2997
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2998
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2999
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3000
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3001
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3002
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3003
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3004
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3005
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3006
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3007
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3008
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3009
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3010
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3011
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
3012
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3013
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3014
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3015
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3016
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3017
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3018
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3019
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3020
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3021
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3022
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3023
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3196
3024
|
|
|
3197
3025
|
````text
|
|
3198
|
-
Copyright (c) The rust-url developers
|
|
3199
|
-
|
|
3200
3026
|
Permission is hereby granted, free of charge, to any
|
|
3201
3027
|
person obtaining a copy of this software and associated
|
|
3202
3028
|
documentation files (the "Software"), to deal in the
|
|
@@ -3229,11 +3055,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3229
3055
|
|
|
3230
3056
|
### Rust Crates:
|
|
3231
3057
|
|
|
3232
|
-
- [
|
|
3058
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3233
3059
|
|
|
3234
3060
|
````text
|
|
3235
|
-
Copyright (c)
|
|
3236
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3061
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3237
3062
|
|
|
3238
3063
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3239
3064
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3253,6 +3078,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3253
3078
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3254
3079
|
THE SOFTWARE.
|
|
3255
3080
|
|
|
3081
|
+
|
|
3256
3082
|
````
|
|
3257
3083
|
|
|
3258
3084
|
---
|
|
@@ -3261,10 +3087,42 @@ THE SOFTWARE.
|
|
|
3261
3087
|
|
|
3262
3088
|
### Rust Crates:
|
|
3263
3089
|
|
|
3264
|
-
- [
|
|
3090
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3265
3091
|
|
|
3266
3092
|
````text
|
|
3267
|
-
Copyright (c)
|
|
3093
|
+
Copyright (c) 2017 Sean McArthur
|
|
3094
|
+
|
|
3095
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3096
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3097
|
+
in the Software without restriction, including without limitation the rights
|
|
3098
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3099
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3100
|
+
furnished to do so, subject to the following conditions:
|
|
3101
|
+
|
|
3102
|
+
The above copyright notice and this permission notice shall be included in
|
|
3103
|
+
all copies or substantial portions of the Software.
|
|
3104
|
+
|
|
3105
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3106
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3107
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3108
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3109
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3110
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3111
|
+
THE SOFTWARE.
|
|
3112
|
+
|
|
3113
|
+
|
|
3114
|
+
````
|
|
3115
|
+
|
|
3116
|
+
---
|
|
3117
|
+
|
|
3118
|
+
## The following dependencies are licensed under the MIT License:
|
|
3119
|
+
|
|
3120
|
+
### Rust Crates:
|
|
3121
|
+
|
|
3122
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3123
|
+
|
|
3124
|
+
````text
|
|
3125
|
+
Copyright Mozilla Foundation
|
|
3268
3126
|
|
|
3269
3127
|
Permission is hereby granted, free of charge, to any
|
|
3270
3128
|
person obtaining a copy of this software and associated
|
|
@@ -3298,10 +3156,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3298
3156
|
|
|
3299
3157
|
### Rust Crates:
|
|
3300
3158
|
|
|
3301
|
-
- [
|
|
3159
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3302
3160
|
|
|
3303
3161
|
````text
|
|
3304
|
-
Copyright (c)
|
|
3162
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3163
|
+
|
|
3164
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3165
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3166
|
+
in the Software without restriction, including without limitation the rights
|
|
3167
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3168
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3169
|
+
furnished to do so, subject to the following conditions:
|
|
3170
|
+
|
|
3171
|
+
The above copyright notice and this permission notice shall be included in
|
|
3172
|
+
all copies or substantial portions of the Software.
|
|
3173
|
+
|
|
3174
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3175
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3176
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3177
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3178
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3179
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3180
|
+
THE SOFTWARE.
|
|
3181
|
+
|
|
3182
|
+
````
|
|
3183
|
+
|
|
3184
|
+
---
|
|
3185
|
+
|
|
3186
|
+
## The following dependencies are licensed under the MIT License:
|
|
3187
|
+
|
|
3188
|
+
### Rust Crates:
|
|
3189
|
+
|
|
3190
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3191
|
+
|
|
3192
|
+
````text
|
|
3193
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3305
3194
|
|
|
3306
3195
|
Permission is hereby granted, free of charge, to any
|
|
3307
3196
|
person obtaining a copy of this software and associated
|
|
@@ -3335,30 +3224,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3335
3224
|
|
|
3336
3225
|
### Rust Crates:
|
|
3337
3226
|
|
|
3338
|
-
- [
|
|
3227
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3339
3228
|
|
|
3340
3229
|
````text
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3230
|
+
Copyright (c) 2018 Carl Lerche
|
|
3344
3231
|
|
|
3345
|
-
Permission is hereby granted, free of charge, to any
|
|
3346
|
-
of this software and associated
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3232
|
+
Permission is hereby granted, free of charge, to any
|
|
3233
|
+
person obtaining a copy of this software and associated
|
|
3234
|
+
documentation files (the "Software"), to deal in the
|
|
3235
|
+
Software without restriction, including without
|
|
3236
|
+
limitation the rights to use, copy, modify, merge,
|
|
3237
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3238
|
+
the Software, and to permit persons to whom the Software
|
|
3239
|
+
is furnished to do so, subject to the following
|
|
3240
|
+
conditions:
|
|
3351
3241
|
|
|
3352
|
-
The above copyright notice and this permission notice
|
|
3353
|
-
copies or substantial portions
|
|
3242
|
+
The above copyright notice and this permission notice
|
|
3243
|
+
shall be included in all copies or substantial portions
|
|
3244
|
+
of the Software.
|
|
3354
3245
|
|
|
3355
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3356
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3246
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3247
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3248
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3249
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3250
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3251
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3252
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3253
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3254
|
+
DEALINGS IN THE SOFTWARE.
|
|
3362
3255
|
|
|
3363
3256
|
````
|
|
3364
3257
|
|
|
@@ -3368,10 +3261,10 @@ SOFTWARE.
|
|
|
3368
3261
|
|
|
3369
3262
|
### Rust Crates:
|
|
3370
3263
|
|
|
3371
|
-
- [
|
|
3264
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3372
3265
|
|
|
3373
3266
|
````text
|
|
3374
|
-
Copyright (c)
|
|
3267
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3375
3268
|
|
|
3376
3269
|
Permission is hereby granted, free of charge, to any
|
|
3377
3270
|
person obtaining a copy of this software and associated
|
|
@@ -3405,11 +3298,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3405
3298
|
|
|
3406
3299
|
### Rust Crates:
|
|
3407
3300
|
|
|
3408
|
-
- [
|
|
3301
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3302
|
+
|
|
3303
|
+
````text
|
|
3304
|
+
The MIT License (MIT)
|
|
3305
|
+
|
|
3306
|
+
Copyright (c) 2015 Danny Guo
|
|
3307
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3308
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3309
|
+
|
|
3310
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3311
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3312
|
+
in the Software without restriction, including without limitation the rights
|
|
3313
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3314
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3315
|
+
furnished to do so, subject to the following conditions:
|
|
3316
|
+
|
|
3317
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3318
|
+
copies or substantial portions of the Software.
|
|
3319
|
+
|
|
3320
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3321
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3322
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3323
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3324
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3325
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3326
|
+
SOFTWARE.
|
|
3327
|
+
|
|
3328
|
+
````
|
|
3329
|
+
|
|
3330
|
+
---
|
|
3331
|
+
|
|
3332
|
+
## The following dependencies are licensed under the MIT License:
|
|
3333
|
+
|
|
3334
|
+
### Rust Crates:
|
|
3335
|
+
|
|
3336
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3409
3337
|
|
|
3410
3338
|
````text
|
|
3411
|
-
Copyright (c)
|
|
3412
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3339
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3413
3340
|
|
|
3414
3341
|
Permission is hereby granted, free of charge, to any
|
|
3415
3342
|
person obtaining a copy of this software and associated
|
|
@@ -3443,12 +3370,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3443
3370
|
|
|
3444
3371
|
### Rust Crates:
|
|
3445
3372
|
|
|
3446
|
-
- [
|
|
3373
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3447
3374
|
|
|
3448
3375
|
````text
|
|
3449
3376
|
MIT License
|
|
3450
3377
|
|
|
3451
|
-
Copyright (c)
|
|
3378
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3379
|
+
Copyright (c) Tokio Contributors
|
|
3452
3380
|
|
|
3453
3381
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3454
3382
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3476,34 +3404,28 @@ SOFTWARE.
|
|
|
3476
3404
|
|
|
3477
3405
|
### Rust Crates:
|
|
3478
3406
|
|
|
3479
|
-
- [
|
|
3407
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3480
3408
|
|
|
3481
3409
|
````text
|
|
3482
|
-
Copyright (c)
|
|
3410
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3483
3411
|
|
|
3484
|
-
Permission is hereby granted, free of charge, to any
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
the Software, and to permit persons to whom the Software
|
|
3491
|
-
is furnished to do so, subject to the following
|
|
3492
|
-
conditions:
|
|
3412
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3413
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3414
|
+
in the Software without restriction, including without limitation the rights
|
|
3415
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3416
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3417
|
+
furnished to do so, subject to the following conditions:
|
|
3493
3418
|
|
|
3494
|
-
The above copyright notice and this permission notice
|
|
3495
|
-
|
|
3496
|
-
of the Software.
|
|
3419
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3420
|
+
copies or substantial portions of the Software.
|
|
3497
3421
|
|
|
3498
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3506
|
-
DEALINGS IN THE SOFTWARE.
|
|
3422
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3423
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3424
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3425
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3426
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3427
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3428
|
+
SOFTWARE.
|
|
3507
3429
|
|
|
3508
3430
|
````
|
|
3509
3431
|
|
|
@@ -3513,32 +3435,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3513
3435
|
|
|
3514
3436
|
### Rust Crates:
|
|
3515
3437
|
|
|
3516
|
-
- [
|
|
3438
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3517
3439
|
|
|
3518
3440
|
````text
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
to
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3538
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3539
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3540
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3541
|
-
THE SOFTWARE.
|
|
3441
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3442
|
+
|
|
3443
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3444
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3445
|
+
the Software without restriction, including without limitation the rights to
|
|
3446
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3447
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3448
|
+
subject to the following conditions:
|
|
3449
|
+
|
|
3450
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3451
|
+
copies or substantial portions of the Software.
|
|
3452
|
+
|
|
3453
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3454
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3455
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3456
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3457
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3458
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3542
3459
|
|
|
3543
3460
|
````
|
|
3544
3461
|
|
|
@@ -3548,16 +3465,29 @@ THE SOFTWARE.
|
|
|
3548
3465
|
|
|
3549
3466
|
### Rust Crates:
|
|
3550
3467
|
|
|
3551
|
-
- [
|
|
3468
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3552
3469
|
|
|
3553
3470
|
````text
|
|
3554
|
-
Copyright
|
|
3471
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3555
3472
|
|
|
3556
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3473
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3474
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3475
|
+
in the Software without restriction, including without limitation the rights
|
|
3476
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3477
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3478
|
+
furnished to do so, subject to the following conditions:
|
|
3557
3479
|
|
|
3558
|
-
The above copyright notice and this permission notice shall be included in
|
|
3480
|
+
The above copyright notice and this permission notice shall be included in
|
|
3481
|
+
all copies or substantial portions of the Software.
|
|
3482
|
+
|
|
3483
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3484
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3485
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3486
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3487
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3488
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3489
|
+
THE SOFTWARE.
|
|
3559
3490
|
|
|
3560
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3561
3491
|
|
|
3562
3492
|
````
|
|
3563
3493
|
|
|
@@ -3567,10 +3497,51 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3567
3497
|
|
|
3568
3498
|
### Rust Crates:
|
|
3569
3499
|
|
|
3570
|
-
- [
|
|
3500
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3571
3501
|
|
|
3572
3502
|
````text
|
|
3573
|
-
Copyright (c)
|
|
3503
|
+
Copyright (c) 2017 Robert Grosse
|
|
3504
|
+
|
|
3505
|
+
Permission is hereby granted, free of charge, to any
|
|
3506
|
+
person obtaining a copy of this software and associated
|
|
3507
|
+
documentation files (the "Software"), to deal in the
|
|
3508
|
+
Software without restriction, including without
|
|
3509
|
+
limitation the rights to use, copy, modify, merge,
|
|
3510
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3511
|
+
the Software, and to permit persons to whom the Software
|
|
3512
|
+
is furnished to do so, subject to the following
|
|
3513
|
+
conditions:
|
|
3514
|
+
|
|
3515
|
+
The above copyright notice and this permission notice
|
|
3516
|
+
shall be included in all copies or substantial portions
|
|
3517
|
+
of the Software.
|
|
3518
|
+
|
|
3519
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3520
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3521
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3522
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3523
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3524
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3525
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3526
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3527
|
+
DEALINGS IN THE SOFTWARE.
|
|
3528
|
+
````
|
|
3529
|
+
|
|
3530
|
+
---
|
|
3531
|
+
|
|
3532
|
+
## The following dependencies are licensed under the MIT License:
|
|
3533
|
+
|
|
3534
|
+
### Rust Crates:
|
|
3535
|
+
|
|
3536
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3537
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3538
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3539
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3540
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3541
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3542
|
+
|
|
3543
|
+
````text
|
|
3544
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3574
3545
|
|
|
3575
3546
|
Permission is hereby granted, free of charge, to any
|
|
3576
3547
|
person obtaining a copy of this software and associated
|
|
@@ -3604,13 +3575,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3604
3575
|
|
|
3605
3576
|
### Rust Crates:
|
|
3606
3577
|
|
|
3607
|
-
- [
|
|
3578
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3608
3579
|
|
|
3609
3580
|
````text
|
|
3610
|
-
|
|
3581
|
+
MIT License
|
|
3611
3582
|
|
|
3612
|
-
Copyright (c)
|
|
3613
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3583
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3614
3584
|
|
|
3615
3585
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3616
3586
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3636,16 +3606,14 @@ SOFTWARE.
|
|
|
3636
3606
|
|
|
3637
3607
|
## The following dependencies are licensed under the MIT License:
|
|
3638
3608
|
|
|
3639
|
-
###
|
|
3609
|
+
### NPM Packages:
|
|
3640
3610
|
|
|
3641
|
-
- [
|
|
3642
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3643
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3611
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
|
|
3644
3612
|
|
|
3645
3613
|
````text
|
|
3646
3614
|
MIT License
|
|
3647
3615
|
|
|
3648
|
-
Copyright (c)
|
|
3616
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3649
3617
|
|
|
3650
3618
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3651
3619
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3671,33 +3639,36 @@ SOFTWARE.
|
|
|
3671
3639
|
|
|
3672
3640
|
## The following dependencies are licensed under the MIT License:
|
|
3673
3641
|
|
|
3674
|
-
###
|
|
3642
|
+
### Rust Crates:
|
|
3675
3643
|
|
|
3676
|
-
- [
|
|
3677
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3644
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3678
3645
|
|
|
3679
3646
|
````text
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
Copyright (c) Microsoft Corporation.
|
|
3647
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3683
3648
|
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3649
|
+
Permission is hereby granted, free of charge, to any
|
|
3650
|
+
person obtaining a copy of this software and associated
|
|
3651
|
+
documentation files (the "Software"), to deal in the
|
|
3652
|
+
Software without restriction, including without
|
|
3653
|
+
limitation the rights to use, copy, modify, merge,
|
|
3654
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3655
|
+
the Software, and to permit persons to whom the Software
|
|
3656
|
+
is furnished to do so, subject to the following
|
|
3657
|
+
conditions:
|
|
3690
3658
|
|
|
3691
|
-
|
|
3692
|
-
|
|
3659
|
+
The above copyright notice and this permission notice
|
|
3660
|
+
shall be included in all copies or substantial portions
|
|
3661
|
+
of the Software.
|
|
3693
3662
|
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3663
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3664
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3665
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3666
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3667
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3668
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3669
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3670
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3671
|
+
DEALINGS IN THE SOFTWARE.
|
|
3701
3672
|
|
|
3702
3673
|
````
|
|
3703
3674
|
|
|
@@ -3707,13 +3678,10 @@ SOFTWARE.
|
|
|
3707
3678
|
|
|
3708
3679
|
### Rust Crates:
|
|
3709
3680
|
|
|
3710
|
-
- [
|
|
3711
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3712
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3681
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3713
3682
|
|
|
3714
3683
|
````text
|
|
3715
|
-
Copyright
|
|
3716
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3684
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3717
3685
|
|
|
3718
3686
|
Permission is hereby granted, free of charge, to any
|
|
3719
3687
|
person obtaining a copy of this software and associated
|
|
@@ -3739,6 +3707,38 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3739
3707
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3740
3708
|
DEALINGS IN THE SOFTWARE.
|
|
3741
3709
|
|
|
3710
|
+
````
|
|
3711
|
+
|
|
3712
|
+
---
|
|
3713
|
+
|
|
3714
|
+
## The following dependencies are licensed under the MIT License:
|
|
3715
|
+
|
|
3716
|
+
### Rust Crates:
|
|
3717
|
+
|
|
3718
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3719
|
+
|
|
3720
|
+
````text
|
|
3721
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3722
|
+
|
|
3723
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3724
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3725
|
+
in the Software without restriction, including without limitation the rights
|
|
3726
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3727
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3728
|
+
furnished to do so, subject to the following conditions:
|
|
3729
|
+
|
|
3730
|
+
The above copyright notice and this permission notice shall be included in
|
|
3731
|
+
all copies or substantial portions of the Software.
|
|
3732
|
+
|
|
3733
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3734
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3735
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3736
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3737
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3738
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3739
|
+
THE SOFTWARE.
|
|
3740
|
+
|
|
3741
|
+
|
|
3742
3742
|
````
|
|
3743
3743
|
|
|
3744
3744
|
---
|