@deveco-codegenie/mcp-darwin-x64 1.1.10 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +950 -950
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -386,29 +386,34 @@ The complete list of contributors can be found at:
|
|
|
386
386
|
|
|
387
387
|
### Rust Crates:
|
|
388
388
|
|
|
389
|
-
- [
|
|
389
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
390
390
|
|
|
391
391
|
````text
|
|
392
|
-
Copyright (c)
|
|
393
|
-
|
|
394
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
395
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
396
|
-
in the Software without restriction, including without limitation the rights
|
|
397
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
398
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
399
|
-
furnished to do so, subject to the following conditions:
|
|
392
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
400
393
|
|
|
401
|
-
|
|
402
|
-
|
|
394
|
+
Permission is hereby granted, free of charge, to any
|
|
395
|
+
person obtaining a copy of this software and associated
|
|
396
|
+
documentation files (the "Software"), to deal in the
|
|
397
|
+
Software without restriction, including without
|
|
398
|
+
limitation the rights to use, copy, modify, merge,
|
|
399
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
400
|
+
the Software, and to permit persons to whom the Software
|
|
401
|
+
is furnished to do so, subject to the following
|
|
402
|
+
conditions:
|
|
403
403
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
408
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
409
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
410
|
-
THE SOFTWARE.
|
|
404
|
+
The above copyright notice and this permission notice
|
|
405
|
+
shall be included in all copies or substantial portions
|
|
406
|
+
of the Software.
|
|
411
407
|
|
|
408
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
409
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
410
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
411
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
412
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
413
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
414
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
415
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
416
|
+
DEALINGS IN THE SOFTWARE.
|
|
412
417
|
|
|
413
418
|
````
|
|
414
419
|
|
|
@@ -416,15 +421,16 @@ THE SOFTWARE.
|
|
|
416
421
|
|
|
417
422
|
## The following dependencies are licensed under the MIT License:
|
|
418
423
|
|
|
419
|
-
###
|
|
424
|
+
### Rust Crates:
|
|
420
425
|
|
|
421
|
-
- [
|
|
422
|
-
- [
|
|
426
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
427
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
428
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
423
429
|
|
|
424
430
|
````text
|
|
425
431
|
MIT License
|
|
426
432
|
|
|
427
|
-
Copyright (c) 2017
|
|
433
|
+
Copyright (c) 2017 Ted Driggs
|
|
428
434
|
|
|
429
435
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
430
436
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -452,10 +458,49 @@ SOFTWARE.
|
|
|
452
458
|
|
|
453
459
|
### Rust Crates:
|
|
454
460
|
|
|
455
|
-
- [
|
|
461
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
456
462
|
|
|
457
463
|
````text
|
|
458
|
-
Copyright (c)
|
|
464
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
465
|
+
|
|
466
|
+
Permission is hereby granted, free of charge, to any
|
|
467
|
+
person obtaining a copy of this software and associated
|
|
468
|
+
documentation files (the "Software"), to deal in the
|
|
469
|
+
Software without restriction, including without
|
|
470
|
+
limitation the rights to use, copy, modify, merge,
|
|
471
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
472
|
+
the Software, and to permit persons to whom the Software
|
|
473
|
+
is furnished to do so, subject to the following
|
|
474
|
+
conditions:
|
|
475
|
+
|
|
476
|
+
The above copyright notice and this permission notice
|
|
477
|
+
shall be included in all copies or substantial portions
|
|
478
|
+
of the Software.
|
|
479
|
+
|
|
480
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
481
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
482
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
483
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
484
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
485
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
486
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
487
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
488
|
+
DEALINGS IN THE SOFTWARE.
|
|
489
|
+
|
|
490
|
+
````
|
|
491
|
+
|
|
492
|
+
---
|
|
493
|
+
|
|
494
|
+
## The following dependencies are licensed under the MIT License:
|
|
495
|
+
|
|
496
|
+
### Rust Crates:
|
|
497
|
+
|
|
498
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
499
|
+
|
|
500
|
+
````text
|
|
501
|
+
The MIT License (MIT)
|
|
502
|
+
|
|
503
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
459
504
|
|
|
460
505
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
461
506
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -483,12 +528,11 @@ THE SOFTWARE.
|
|
|
483
528
|
|
|
484
529
|
### Rust Crates:
|
|
485
530
|
|
|
486
|
-
- [
|
|
487
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
488
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
531
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
489
532
|
|
|
490
533
|
````text
|
|
491
|
-
Copyright (c)
|
|
534
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
535
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
492
536
|
|
|
493
537
|
Permission is hereby granted, free of charge, to any
|
|
494
538
|
person obtaining a copy of this software and associated
|
|
@@ -522,13 +566,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
522
566
|
|
|
523
567
|
### Rust Crates:
|
|
524
568
|
|
|
525
|
-
- [
|
|
526
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
527
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
569
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
528
570
|
|
|
529
571
|
````text
|
|
530
|
-
Copyright
|
|
531
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
572
|
+
Copyright (c) 2016--2017
|
|
532
573
|
|
|
533
574
|
Permission is hereby granted, free of charge, to any
|
|
534
575
|
person obtaining a copy of this software and associated
|
|
@@ -562,10 +603,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
562
603
|
|
|
563
604
|
### Rust Crates:
|
|
564
605
|
|
|
565
|
-
- [
|
|
606
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
607
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
608
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
609
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
610
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
611
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
566
612
|
|
|
567
613
|
````text
|
|
568
|
-
Copyright (c) The
|
|
614
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
569
615
|
|
|
570
616
|
Permission is hereby granted, free of charge, to any
|
|
571
617
|
person obtaining a copy of this software and associated
|
|
@@ -597,45 +643,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
597
643
|
|
|
598
644
|
## The following dependencies are licensed under the MIT License:
|
|
599
645
|
|
|
600
|
-
### NPM Packages:
|
|
601
|
-
|
|
602
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
603
|
-
|
|
604
|
-
````text
|
|
605
|
-
The MIT License (MIT)
|
|
606
|
-
|
|
607
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
608
|
-
|
|
609
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
610
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
611
|
-
in the Software without restriction, including without limitation the rights
|
|
612
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
613
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
614
|
-
furnished to do so, subject to the following conditions:
|
|
615
|
-
|
|
616
|
-
The above copyright notice and this permission notice shall be included in
|
|
617
|
-
all copies or substantial portions of the Software.
|
|
618
|
-
|
|
619
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
620
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
621
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
622
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
623
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
624
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
625
|
-
THE SOFTWARE.
|
|
626
|
-
|
|
627
|
-
````
|
|
628
|
-
|
|
629
|
-
---
|
|
630
|
-
|
|
631
|
-
## The following dependencies are licensed under the MIT License:
|
|
632
|
-
|
|
633
646
|
### Rust Crates:
|
|
634
647
|
|
|
635
|
-
- [
|
|
648
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
649
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
650
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
636
651
|
|
|
637
652
|
````text
|
|
638
|
-
|
|
653
|
+
MIT License
|
|
654
|
+
|
|
655
|
+
Copyright (c) Tokio Contributors
|
|
639
656
|
|
|
640
657
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
641
658
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -663,30 +680,43 @@ SOFTWARE.
|
|
|
663
680
|
|
|
664
681
|
### Rust Crates:
|
|
665
682
|
|
|
666
|
-
- [
|
|
667
|
-
- [
|
|
683
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
684
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
685
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
686
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
687
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
688
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
689
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
690
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
691
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
668
692
|
|
|
669
693
|
````text
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
Copyright (c) 2015 Steven Fackler
|
|
694
|
+
Copyright (c) 2016 Alex Crichton
|
|
695
|
+
Copyright (c) 2017 The Tokio Authors
|
|
673
696
|
|
|
674
|
-
Permission is hereby granted, free of charge, to any
|
|
675
|
-
|
|
676
|
-
the Software
|
|
677
|
-
|
|
678
|
-
the
|
|
679
|
-
|
|
697
|
+
Permission is hereby granted, free of charge, to any
|
|
698
|
+
person obtaining a copy of this software and associated
|
|
699
|
+
documentation files (the "Software"), to deal in the
|
|
700
|
+
Software without restriction, including without
|
|
701
|
+
limitation the rights to use, copy, modify, merge,
|
|
702
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
703
|
+
the Software, and to permit persons to whom the Software
|
|
704
|
+
is furnished to do so, subject to the following
|
|
705
|
+
conditions:
|
|
680
706
|
|
|
681
|
-
The above copyright notice and this permission notice
|
|
682
|
-
copies or substantial portions
|
|
707
|
+
The above copyright notice and this permission notice
|
|
708
|
+
shall be included in all copies or substantial portions
|
|
709
|
+
of the Software.
|
|
683
710
|
|
|
684
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
685
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
711
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
712
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
713
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
714
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
715
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
716
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
717
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
718
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
719
|
+
DEALINGS IN THE SOFTWARE.
|
|
690
720
|
|
|
691
721
|
````
|
|
692
722
|
|
|
@@ -696,10 +726,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
696
726
|
|
|
697
727
|
### Rust Crates:
|
|
698
728
|
|
|
699
|
-
- [
|
|
729
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
700
730
|
|
|
701
731
|
````text
|
|
702
|
-
Copyright (c) The
|
|
732
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
703
733
|
|
|
704
734
|
Permission is hereby granted, free of charge, to any
|
|
705
735
|
person obtaining a copy of this software and associated
|
|
@@ -733,10 +763,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
733
763
|
|
|
734
764
|
### Rust Crates:
|
|
735
765
|
|
|
736
|
-
- [
|
|
766
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
737
767
|
|
|
738
768
|
````text
|
|
739
|
-
Copyright (c)
|
|
769
|
+
Copyright (c) 2018 Carl Lerche
|
|
740
770
|
|
|
741
771
|
Permission is hereby granted, free of charge, to any
|
|
742
772
|
person obtaining a copy of this software and associated
|
|
@@ -770,13 +800,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
770
800
|
|
|
771
801
|
### Rust Crates:
|
|
772
802
|
|
|
773
|
-
- [
|
|
803
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
774
804
|
|
|
775
805
|
````text
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
779
|
-
Copyright (c) Tokio Contributors
|
|
806
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
780
807
|
|
|
781
808
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
782
809
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -785,16 +812,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
785
812
|
copies of the Software, and to permit persons to whom the Software is
|
|
786
813
|
furnished to do so, subject to the following conditions:
|
|
787
814
|
|
|
788
|
-
The above copyright notice and this permission notice shall be included in
|
|
789
|
-
copies or substantial portions of the Software.
|
|
815
|
+
The above copyright notice and this permission notice shall be included in
|
|
816
|
+
all copies or substantial portions of the Software.
|
|
790
817
|
|
|
791
818
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
792
819
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
793
820
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
794
821
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
795
822
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
796
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
797
|
-
SOFTWARE.
|
|
823
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
824
|
+
THE SOFTWARE.
|
|
798
825
|
|
|
799
826
|
````
|
|
800
827
|
|
|
@@ -804,10 +831,10 @@ SOFTWARE.
|
|
|
804
831
|
|
|
805
832
|
### Rust Crates:
|
|
806
833
|
|
|
807
|
-
- [
|
|
834
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
808
835
|
|
|
809
836
|
````text
|
|
810
|
-
Copyright (c)
|
|
837
|
+
Copyright (c) 2016 Anthony Ramine
|
|
811
838
|
|
|
812
839
|
Permission is hereby granted, free of charge, to any
|
|
813
840
|
person obtaining a copy of this software and associated
|
|
@@ -841,83 +868,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
841
868
|
|
|
842
869
|
### Rust Crates:
|
|
843
870
|
|
|
844
|
-
- [
|
|
871
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
845
872
|
|
|
846
873
|
````text
|
|
847
|
-
Copyright
|
|
848
|
-
|
|
849
|
-
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:
|
|
874
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
850
875
|
|
|
851
|
-
|
|
876
|
+
Permission is hereby granted, free of charge, to any
|
|
877
|
+
person obtaining a copy of this software and associated
|
|
878
|
+
documentation files (the "Software"), to deal in the
|
|
879
|
+
Software without restriction, including without
|
|
880
|
+
limitation the rights to use, copy, modify, merge,
|
|
881
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
882
|
+
the Software, and to permit persons to whom the Software
|
|
883
|
+
is furnished to do so, subject to the following
|
|
884
|
+
conditions:
|
|
852
885
|
|
|
853
|
-
|
|
886
|
+
The above copyright notice and this permission notice
|
|
887
|
+
shall be included in all copies or substantial portions
|
|
888
|
+
of the Software.
|
|
854
889
|
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
````text
|
|
866
|
-
The MIT License (MIT)
|
|
867
|
-
|
|
868
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
869
|
-
|
|
870
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
871
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
872
|
-
in the Software without restriction, including without limitation the rights
|
|
873
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
874
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
875
|
-
furnished to do so, subject to the following conditions:
|
|
876
|
-
|
|
877
|
-
The above copyright notice and this permission notice shall be included in all
|
|
878
|
-
copies or substantial portions of the Software.
|
|
879
|
-
|
|
880
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
881
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
882
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
883
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
884
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
885
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
886
|
-
SOFTWARE.
|
|
887
|
-
````
|
|
888
|
-
|
|
889
|
-
---
|
|
890
|
-
|
|
891
|
-
## The following dependencies are licensed under the MIT License:
|
|
892
|
-
|
|
893
|
-
### Rust Crates:
|
|
894
|
-
|
|
895
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
896
|
-
|
|
897
|
-
````text
|
|
898
|
-
The MIT License (MIT)
|
|
899
|
-
|
|
900
|
-
Copyright (c) 2016 Johann Tuffe
|
|
901
|
-
|
|
902
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
903
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
904
|
-
in the Software without restriction, including without limitation the rights
|
|
905
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
906
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
907
|
-
furnished to do so, subject to the following conditions:
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
The above copyright notice and this permission notice shall be included in
|
|
911
|
-
all copies or substantial portions of the Software.
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
915
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
916
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
917
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
918
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
919
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
920
|
-
THE SOFTWARE.
|
|
890
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
891
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
892
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
893
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
894
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
895
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
896
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
897
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
898
|
+
DEALINGS IN THE SOFTWARE.
|
|
921
899
|
|
|
922
900
|
````
|
|
923
901
|
|
|
@@ -927,12 +905,10 @@ THE SOFTWARE.
|
|
|
927
905
|
|
|
928
906
|
### Rust Crates:
|
|
929
907
|
|
|
930
|
-
- [
|
|
931
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
932
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
908
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
933
909
|
|
|
934
910
|
````text
|
|
935
|
-
Copyright (c)
|
|
911
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
936
912
|
|
|
937
913
|
Permission is hereby granted, free of charge, to any
|
|
938
914
|
person obtaining a copy of this software and associated
|
|
@@ -1001,36 +977,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1001
977
|
|
|
1002
978
|
## The following dependencies are licensed under the MIT License:
|
|
1003
979
|
|
|
1004
|
-
###
|
|
980
|
+
### NPM Packages:
|
|
1005
981
|
|
|
1006
|
-
- [
|
|
982
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
983
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
|
|
1007
984
|
|
|
1008
985
|
````text
|
|
1009
|
-
|
|
986
|
+
MIT License
|
|
1010
987
|
|
|
1011
|
-
|
|
1012
|
-
person obtaining a copy of this software and associated
|
|
1013
|
-
documentation files (the "Software"), to deal in the
|
|
1014
|
-
Software without restriction, including without
|
|
1015
|
-
limitation the rights to use, copy, modify, merge,
|
|
1016
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1017
|
-
the Software, and to permit persons to whom the Software
|
|
1018
|
-
is furnished to do so, subject to the following
|
|
1019
|
-
conditions:
|
|
988
|
+
Copyright (c) Microsoft Corporation.
|
|
1020
989
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
990
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
991
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
992
|
+
in the Software without restriction, including without limitation the rights
|
|
993
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
994
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
995
|
+
furnished to do so, subject to the following conditions:
|
|
1024
996
|
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
IN
|
|
1033
|
-
|
|
997
|
+
The above copyright notice and this permission notice shall be included in all
|
|
998
|
+
copies or substantial portions of the Software.
|
|
999
|
+
|
|
1000
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1001
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1002
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1003
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1004
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1005
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1006
|
+
SOFTWARE
|
|
1034
1007
|
|
|
1035
1008
|
````
|
|
1036
1009
|
|
|
@@ -1040,10 +1013,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1040
1013
|
|
|
1041
1014
|
### Rust Crates:
|
|
1042
1015
|
|
|
1043
|
-
- [
|
|
1016
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1044
1017
|
|
|
1045
1018
|
````text
|
|
1046
|
-
Copyright (c)
|
|
1019
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1020
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1047
1021
|
|
|
1048
1022
|
Permission is hereby granted, free of charge, to any
|
|
1049
1023
|
person obtaining a copy of this software and associated
|
|
@@ -1077,10 +1051,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1077
1051
|
|
|
1078
1052
|
### Rust Crates:
|
|
1079
1053
|
|
|
1080
|
-
- [
|
|
1054
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1081
1055
|
|
|
1082
1056
|
````text
|
|
1083
|
-
Copyright (c)
|
|
1057
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1084
1058
|
|
|
1085
1059
|
Permission is hereby granted, free of charge, to any
|
|
1086
1060
|
person obtaining a copy of this software and associated
|
|
@@ -1114,12 +1088,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1114
1088
|
|
|
1115
1089
|
### Rust Crates:
|
|
1116
1090
|
|
|
1117
|
-
- [
|
|
1118
|
-
- [
|
|
1119
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1091
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1092
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1120
1093
|
|
|
1121
1094
|
````text
|
|
1122
|
-
Copyright (c)
|
|
1095
|
+
Copyright (c) 2014 Alex Crichton
|
|
1123
1096
|
|
|
1124
1097
|
Permission is hereby granted, free of charge, to any
|
|
1125
1098
|
person obtaining a copy of this software and associated
|
|
@@ -1153,46 +1126,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1153
1126
|
|
|
1154
1127
|
### Rust Crates:
|
|
1155
1128
|
|
|
1156
|
-
- [
|
|
1157
|
-
|
|
1158
|
-
````text
|
|
1159
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
1160
|
-
Copyright (c) 2016 Alex Crichton
|
|
1161
|
-
|
|
1162
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1163
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1164
|
-
in the Software without restriction, including without limitation the rights
|
|
1165
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1166
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1167
|
-
furnished to do so, subject to the following conditions:
|
|
1168
|
-
|
|
1169
|
-
The above copyright notice and this permission notice shall be included in
|
|
1170
|
-
all copies or substantial portions of the Software.
|
|
1171
|
-
|
|
1172
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1173
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1174
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1175
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1176
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1177
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1178
|
-
THE SOFTWARE.
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
````
|
|
1182
|
-
|
|
1183
|
-
---
|
|
1184
|
-
|
|
1185
|
-
## The following dependencies are licensed under the MIT License:
|
|
1186
|
-
|
|
1187
|
-
### Rust Crates:
|
|
1188
|
-
|
|
1189
|
-
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1190
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1129
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1191
1130
|
|
|
1192
1131
|
````text
|
|
1193
|
-
Copyright (c)
|
|
1194
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1195
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1132
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1196
1133
|
|
|
1197
1134
|
Permission is hereby granted, free of charge, to any
|
|
1198
1135
|
person obtaining a copy of this software and associated
|
|
@@ -1226,10 +1163,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1226
1163
|
|
|
1227
1164
|
### Rust Crates:
|
|
1228
1165
|
|
|
1229
|
-
- [
|
|
1166
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1167
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1168
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1230
1169
|
|
|
1231
1170
|
````text
|
|
1232
|
-
Copyright (c)
|
|
1171
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1233
1172
|
|
|
1234
1173
|
Permission is hereby granted, free of charge, to any
|
|
1235
1174
|
person obtaining a copy of this software and associated
|
|
@@ -1261,17 +1200,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1261
1200
|
|
|
1262
1201
|
## The following dependencies are licensed under the MIT License:
|
|
1263
1202
|
|
|
1264
|
-
###
|
|
1203
|
+
### NPM Packages:
|
|
1265
1204
|
|
|
1266
|
-
- [
|
|
1205
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1267
1206
|
|
|
1268
1207
|
````text
|
|
1269
|
-
MIT License
|
|
1208
|
+
The MIT License (MIT)
|
|
1270
1209
|
|
|
1271
|
-
Copyright
|
|
1272
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1273
|
-
Copyright (c) 2017 Frommi
|
|
1274
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1210
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1275
1211
|
|
|
1276
1212
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1277
1213
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1280,16 +1216,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1280
1216
|
copies of the Software, and to permit persons to whom the Software is
|
|
1281
1217
|
furnished to do so, subject to the following conditions:
|
|
1282
1218
|
|
|
1283
|
-
The above copyright notice and this permission notice shall be included in
|
|
1284
|
-
copies or substantial portions of the Software.
|
|
1219
|
+
The above copyright notice and this permission notice shall be included in
|
|
1220
|
+
all copies or substantial portions of the Software.
|
|
1285
1221
|
|
|
1286
1222
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1287
1223
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1288
1224
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1289
1225
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1290
1226
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1291
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1292
|
-
SOFTWARE.
|
|
1227
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1228
|
+
THE SOFTWARE.
|
|
1293
1229
|
|
|
1294
1230
|
````
|
|
1295
1231
|
|
|
@@ -1299,10 +1235,13 @@ SOFTWARE.
|
|
|
1299
1235
|
|
|
1300
1236
|
### Rust Crates:
|
|
1301
1237
|
|
|
1302
|
-
- [
|
|
1238
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1303
1239
|
|
|
1304
1240
|
````text
|
|
1305
|
-
|
|
1241
|
+
The MIT License (MIT)
|
|
1242
|
+
|
|
1243
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1244
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1306
1245
|
|
|
1307
1246
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1308
1247
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1330,34 +1269,28 @@ SOFTWARE.
|
|
|
1330
1269
|
|
|
1331
1270
|
### Rust Crates:
|
|
1332
1271
|
|
|
1333
|
-
- [
|
|
1272
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1334
1273
|
|
|
1335
1274
|
````text
|
|
1336
|
-
|
|
1275
|
+
MIT License
|
|
1337
1276
|
|
|
1338
|
-
Permission is hereby granted, free of charge, to any
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
the Software, and to permit persons to whom the Software
|
|
1345
|
-
is furnished to do so, subject to the following
|
|
1346
|
-
conditions:
|
|
1277
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1278
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1279
|
+
in the Software without restriction, including without limitation the rights
|
|
1280
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1281
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1282
|
+
furnished to do so, subject to the following conditions:
|
|
1347
1283
|
|
|
1348
|
-
The above copyright notice and this permission notice
|
|
1349
|
-
|
|
1350
|
-
of the Software.
|
|
1284
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1285
|
+
copies or substantial portions of the Software.
|
|
1351
1286
|
|
|
1352
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1360
|
-
DEALINGS IN THE SOFTWARE.
|
|
1287
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1288
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1289
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1290
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1291
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1292
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1293
|
+
SOFTWARE.
|
|
1361
1294
|
|
|
1362
1295
|
````
|
|
1363
1296
|
|
|
@@ -1367,34 +1300,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1367
1300
|
|
|
1368
1301
|
### Rust Crates:
|
|
1369
1302
|
|
|
1370
|
-
- [
|
|
1303
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1371
1304
|
|
|
1372
1305
|
````text
|
|
1373
|
-
|
|
1306
|
+
MIT License
|
|
1374
1307
|
|
|
1375
|
-
|
|
1376
|
-
person obtaining a copy of this software and associated
|
|
1377
|
-
documentation files (the "Software"), to deal in the
|
|
1378
|
-
Software without restriction, including without
|
|
1379
|
-
limitation the rights to use, copy, modify, merge,
|
|
1380
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1381
|
-
the Software, and to permit persons to whom the Software
|
|
1382
|
-
is furnished to do so, subject to the following
|
|
1383
|
-
conditions:
|
|
1308
|
+
Copyright (c) 2025 Callum Oakley
|
|
1384
1309
|
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1310
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1311
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1312
|
+
in the Software without restriction, including without limitation the rights
|
|
1313
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1314
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1315
|
+
furnished to do so, subject to the following conditions:
|
|
1388
1316
|
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
IN
|
|
1397
|
-
|
|
1317
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1318
|
+
copies or substantial portions of the Software.
|
|
1319
|
+
|
|
1320
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1321
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1322
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1323
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1324
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1325
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1326
|
+
SOFTWARE.
|
|
1398
1327
|
|
|
1399
1328
|
````
|
|
1400
1329
|
|
|
@@ -1404,34 +1333,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1404
1333
|
|
|
1405
1334
|
### Rust Crates:
|
|
1406
1335
|
|
|
1407
|
-
- [
|
|
1336
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1337
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1408
1338
|
|
|
1409
1339
|
````text
|
|
1410
|
-
Copyright (c)
|
|
1340
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1411
1341
|
|
|
1412
|
-
Permission is hereby granted, free of charge, to any
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
the Software, and to permit persons to whom the Software
|
|
1419
|
-
is furnished to do so, subject to the following
|
|
1420
|
-
conditions:
|
|
1342
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1343
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1344
|
+
in the Software without restriction, including without limitation the rights
|
|
1345
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1346
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1347
|
+
furnished to do so, subject to the following conditions:
|
|
1421
1348
|
|
|
1422
|
-
The above copyright notice and this permission notice
|
|
1423
|
-
|
|
1424
|
-
|
|
1349
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1350
|
+
copies or substantial portions of the Software.
|
|
1351
|
+
|
|
1352
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1353
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1354
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1355
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1356
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1357
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1358
|
+
SOFTWARE.
|
|
1425
1359
|
|
|
1426
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1427
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1428
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1429
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1430
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1431
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1432
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1433
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1434
|
-
DEALINGS IN THE SOFTWARE.
|
|
1435
1360
|
````
|
|
1436
1361
|
|
|
1437
1362
|
---
|
|
@@ -1440,12 +1365,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1440
1365
|
|
|
1441
1366
|
### Rust Crates:
|
|
1442
1367
|
|
|
1443
|
-
- [
|
|
1368
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1444
1369
|
|
|
1445
1370
|
````text
|
|
1446
|
-
|
|
1371
|
+
MIT License
|
|
1447
1372
|
|
|
1448
|
-
Copyright
|
|
1373
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1374
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1375
|
+
Copyright (c) 2017 Frommi
|
|
1376
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1449
1377
|
|
|
1450
1378
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1451
1379
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1473,15 +1401,10 @@ SOFTWARE.
|
|
|
1473
1401
|
|
|
1474
1402
|
### Rust Crates:
|
|
1475
1403
|
|
|
1476
|
-
- [
|
|
1477
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1478
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1479
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1480
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1481
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1404
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1482
1405
|
|
|
1483
1406
|
````text
|
|
1484
|
-
Copyright (c)
|
|
1407
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1485
1408
|
|
|
1486
1409
|
Permission is hereby granted, free of charge, to any
|
|
1487
1410
|
person obtaining a copy of this software and associated
|
|
@@ -1515,10 +1438,76 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1515
1438
|
|
|
1516
1439
|
### Rust Crates:
|
|
1517
1440
|
|
|
1518
|
-
- [
|
|
1441
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1519
1442
|
|
|
1520
1443
|
````text
|
|
1521
|
-
Copyright (c)
|
|
1444
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1445
|
+
|
|
1446
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1447
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1448
|
+
in the Software without restriction, including without limitation the rights
|
|
1449
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1450
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1451
|
+
furnished to do so, subject to the following conditions:
|
|
1452
|
+
|
|
1453
|
+
The above copyright notice and this permission notice shall be included in
|
|
1454
|
+
all copies or substantial portions of the Software.
|
|
1455
|
+
|
|
1456
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1457
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1458
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1459
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1460
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1461
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1462
|
+
THE SOFTWARE.
|
|
1463
|
+
|
|
1464
|
+
````
|
|
1465
|
+
|
|
1466
|
+
---
|
|
1467
|
+
|
|
1468
|
+
## The following dependencies are licensed under the MIT License:
|
|
1469
|
+
|
|
1470
|
+
### Rust Crates:
|
|
1471
|
+
|
|
1472
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1473
|
+
|
|
1474
|
+
````text
|
|
1475
|
+
The MIT License (MIT)
|
|
1476
|
+
|
|
1477
|
+
Copyright (c) 2015 Danny Guo
|
|
1478
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1479
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1480
|
+
|
|
1481
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1482
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1483
|
+
in the Software without restriction, including without limitation the rights
|
|
1484
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1485
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1486
|
+
furnished to do so, subject to the following conditions:
|
|
1487
|
+
|
|
1488
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1489
|
+
copies or substantial portions of the Software.
|
|
1490
|
+
|
|
1491
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1492
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1493
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1494
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1495
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1496
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1497
|
+
SOFTWARE.
|
|
1498
|
+
|
|
1499
|
+
````
|
|
1500
|
+
|
|
1501
|
+
---
|
|
1502
|
+
|
|
1503
|
+
## The following dependencies are licensed under the MIT License:
|
|
1504
|
+
|
|
1505
|
+
### Rust Crates:
|
|
1506
|
+
|
|
1507
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1508
|
+
|
|
1509
|
+
````text
|
|
1510
|
+
Copyright (c) 2015 Steven Allen
|
|
1522
1511
|
|
|
1523
1512
|
Permission is hereby granted, free of charge, to any
|
|
1524
1513
|
person obtaining a copy of this software and associated
|
|
@@ -1552,10 +1541,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1552
1541
|
|
|
1553
1542
|
### Rust Crates:
|
|
1554
1543
|
|
|
1555
|
-
- [
|
|
1544
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1556
1545
|
|
|
1557
1546
|
````text
|
|
1558
|
-
Copyright (c)
|
|
1547
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1559
1548
|
|
|
1560
1549
|
Permission is hereby granted, free of charge, to any
|
|
1561
1550
|
person obtaining a copy of this software and associated
|
|
@@ -1589,33 +1578,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1589
1578
|
|
|
1590
1579
|
### Rust Crates:
|
|
1591
1580
|
|
|
1592
|
-
- [
|
|
1581
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1582
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1593
1583
|
|
|
1594
1584
|
````text
|
|
1595
1585
|
The MIT License (MIT)
|
|
1596
1586
|
|
|
1597
|
-
Copyright (c)
|
|
1587
|
+
Copyright (c) 2015 Steven Fackler
|
|
1598
1588
|
|
|
1599
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1589
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1590
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1591
|
+
the Software without restriction, including without limitation the rights to
|
|
1592
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1593
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1594
|
+
subject to the following conditions:
|
|
1605
1595
|
|
|
1606
1596
|
The above copyright notice and this permission notice shall be included in all
|
|
1607
1597
|
copies or substantial portions of the Software.
|
|
1608
1598
|
|
|
1609
1599
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1610
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
SOFTWARE.
|
|
1600
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1601
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1602
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1603
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1604
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1616
1605
|
|
|
1617
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1618
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1619
1606
|
````
|
|
1620
1607
|
|
|
1621
1608
|
---
|
|
@@ -1624,29 +1611,29 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1624
1611
|
|
|
1625
1612
|
### Rust Crates:
|
|
1626
1613
|
|
|
1627
|
-
- [
|
|
1628
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1629
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1614
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1630
1615
|
|
|
1631
1616
|
````text
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
Copyright (c) <year> <copyright holders>
|
|
1617
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1618
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1635
1619
|
|
|
1636
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1637
|
-
associated documentation files (the "Software"), to deal
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1620
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1621
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1622
|
+
in the Software without restriction, including without limitation the rights
|
|
1623
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1624
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1625
|
+
furnished to do so, subject to the following conditions:
|
|
1641
1626
|
|
|
1642
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1643
|
-
portions of the Software.
|
|
1627
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1628
|
+
copies or substantial portions of the Software.
|
|
1644
1629
|
|
|
1645
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1646
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1630
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1631
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1632
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1633
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1634
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1635
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1636
|
+
SOFTWARE.
|
|
1650
1637
|
|
|
1651
1638
|
````
|
|
1652
1639
|
|
|
@@ -1656,10 +1643,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1656
1643
|
|
|
1657
1644
|
### Rust Crates:
|
|
1658
1645
|
|
|
1659
|
-
- [
|
|
1646
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1647
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1648
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1660
1649
|
|
|
1661
1650
|
````text
|
|
1662
|
-
Copyright
|
|
1651
|
+
Copyright 2018 Developers of the Rand project
|
|
1663
1652
|
Copyright (c) 2014 The Rust Project Developers
|
|
1664
1653
|
|
|
1665
1654
|
Permission is hereby granted, free of charge, to any
|
|
@@ -1694,11 +1683,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1694
1683
|
|
|
1695
1684
|
### Rust Crates:
|
|
1696
1685
|
|
|
1697
|
-
- [
|
|
1686
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1687
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1688
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1689
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1698
1690
|
|
|
1699
1691
|
````text
|
|
1700
|
-
Copyright (c)
|
|
1701
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1692
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1702
1693
|
|
|
1703
1694
|
Permission is hereby granted, free of charge, to any
|
|
1704
1695
|
person obtaining a copy of this software and associated
|
|
@@ -1732,10 +1723,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1732
1723
|
|
|
1733
1724
|
### Rust Crates:
|
|
1734
1725
|
|
|
1735
|
-
- [
|
|
1726
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1727
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1736
1728
|
|
|
1737
1729
|
````text
|
|
1738
|
-
Copyright Mozilla Foundation
|
|
1730
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
1739
1731
|
|
|
1740
1732
|
Permission is hereby granted, free of charge, to any
|
|
1741
1733
|
person obtaining a copy of this software and associated
|
|
@@ -1769,37 +1761,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1769
1761
|
|
|
1770
1762
|
### Rust Crates:
|
|
1771
1763
|
|
|
1772
|
-
- [
|
|
1773
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1774
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1775
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1764
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1776
1765
|
|
|
1777
1766
|
````text
|
|
1778
|
-
Copyright (c)
|
|
1767
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1768
|
+
Copyright (c) 2016 Alex Crichton
|
|
1779
1769
|
|
|
1780
|
-
Permission is hereby granted, free of charge, to any
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
the Software, and to permit persons to whom the Software
|
|
1787
|
-
is furnished to do so, subject to the following
|
|
1788
|
-
conditions:
|
|
1770
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1771
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1772
|
+
in the Software without restriction, including without limitation the rights
|
|
1773
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1774
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1775
|
+
furnished to do so, subject to the following conditions:
|
|
1789
1776
|
|
|
1790
|
-
The above copyright notice and this permission notice
|
|
1791
|
-
|
|
1792
|
-
|
|
1777
|
+
The above copyright notice and this permission notice shall be included in
|
|
1778
|
+
all copies or substantial portions of the Software.
|
|
1779
|
+
|
|
1780
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1781
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1782
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1783
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1784
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1785
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1786
|
+
THE SOFTWARE.
|
|
1793
1787
|
|
|
1794
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1795
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1796
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1797
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1798
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1799
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1800
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1801
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1802
|
-
DEALINGS IN THE SOFTWARE.
|
|
1803
1788
|
|
|
1804
1789
|
````
|
|
1805
1790
|
|
|
@@ -1809,34 +1794,63 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1809
1794
|
|
|
1810
1795
|
### Rust Crates:
|
|
1811
1796
|
|
|
1812
|
-
- [
|
|
1797
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1813
1798
|
|
|
1814
1799
|
````text
|
|
1815
|
-
|
|
1800
|
+
The MIT License (MIT)
|
|
1801
|
+
|
|
1802
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1803
|
+
|
|
1804
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1805
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1806
|
+
in the Software without restriction, including without limitation the rights
|
|
1807
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1808
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1809
|
+
furnished to do so, subject to the following conditions:
|
|
1810
|
+
|
|
1811
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1812
|
+
copies or substantial portions of the Software.
|
|
1813
|
+
|
|
1814
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1815
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1816
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1817
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1818
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1819
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1820
|
+
SOFTWARE.
|
|
1821
|
+
````
|
|
1816
1822
|
|
|
1817
|
-
|
|
1818
|
-
person obtaining a copy of this software and associated
|
|
1819
|
-
documentation files (the "Software"), to deal in the
|
|
1820
|
-
Software without restriction, including without
|
|
1821
|
-
limitation the rights to use, copy, modify, merge,
|
|
1822
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1823
|
-
the Software, and to permit persons to whom the Software
|
|
1824
|
-
is furnished to do so, subject to the following
|
|
1825
|
-
conditions:
|
|
1823
|
+
---
|
|
1826
1824
|
|
|
1827
|
-
The
|
|
1828
|
-
|
|
1829
|
-
|
|
1825
|
+
## The following dependencies are licensed under the MIT License:
|
|
1826
|
+
|
|
1827
|
+
### NPM Packages:
|
|
1828
|
+
|
|
1829
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1830
|
+
|
|
1831
|
+
````text
|
|
1832
|
+
The MIT License (MIT)
|
|
1833
|
+
|
|
1834
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1835
|
+
|
|
1836
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1837
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1838
|
+
in the Software without restriction, including without limitation the rights
|
|
1839
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1840
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1841
|
+
furnished to do so, subject to the following conditions:
|
|
1842
|
+
|
|
1843
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1844
|
+
copies or substantial portions of the Software.
|
|
1845
|
+
|
|
1846
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1847
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1848
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1849
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1850
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1851
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1852
|
+
SOFTWARE.
|
|
1830
1853
|
|
|
1831
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1832
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1833
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1834
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1835
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1836
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1837
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1838
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1839
|
-
DEALINGS IN THE SOFTWARE.
|
|
1840
1854
|
|
|
1841
1855
|
````
|
|
1842
1856
|
|
|
@@ -1846,10 +1860,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1846
1860
|
|
|
1847
1861
|
### Rust Crates:
|
|
1848
1862
|
|
|
1849
|
-
- [
|
|
1863
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1850
1864
|
|
|
1851
1865
|
````text
|
|
1852
|
-
|
|
1866
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1867
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1853
1868
|
|
|
1854
1869
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1855
1870
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1858,16 +1873,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1858
1873
|
copies of the Software, and to permit persons to whom the Software is
|
|
1859
1874
|
furnished to do so, subject to the following conditions:
|
|
1860
1875
|
|
|
1861
|
-
The above copyright notice and this permission notice shall be included in
|
|
1862
|
-
copies or substantial portions of the Software.
|
|
1876
|
+
The above copyright notice and this permission notice shall be included in
|
|
1877
|
+
all copies or substantial portions of the Software.
|
|
1863
1878
|
|
|
1864
1879
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1865
1880
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1866
1881
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1867
1882
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1868
1883
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1869
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1870
|
-
SOFTWARE.
|
|
1884
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1885
|
+
THE SOFTWARE.
|
|
1871
1886
|
|
|
1872
1887
|
````
|
|
1873
1888
|
|
|
@@ -1877,10 +1892,10 @@ SOFTWARE.
|
|
|
1877
1892
|
|
|
1878
1893
|
### Rust Crates:
|
|
1879
1894
|
|
|
1880
|
-
- [
|
|
1895
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1881
1896
|
|
|
1882
1897
|
````text
|
|
1883
|
-
Copyright (c) 2019-
|
|
1898
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1884
1899
|
|
|
1885
1900
|
Permission is hereby granted, free of charge, to any
|
|
1886
1901
|
person obtaining a copy of this software and associated
|
|
@@ -1914,12 +1929,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1914
1929
|
|
|
1915
1930
|
### Rust Crates:
|
|
1916
1931
|
|
|
1917
|
-
- [
|
|
1932
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1918
1933
|
|
|
1919
1934
|
````text
|
|
1920
|
-
MIT License
|
|
1935
|
+
The MIT License (MIT)
|
|
1921
1936
|
|
|
1922
|
-
Copyright (c)
|
|
1937
|
+
Copyright (c) 2015 Alice Maz
|
|
1923
1938
|
|
|
1924
1939
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1925
1940
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1928,16 +1943,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1928
1943
|
copies of the Software, and to permit persons to whom the Software is
|
|
1929
1944
|
furnished to do so, subject to the following conditions:
|
|
1930
1945
|
|
|
1931
|
-
The above copyright notice and this permission notice shall be included in
|
|
1932
|
-
copies or substantial portions of the Software.
|
|
1946
|
+
The above copyright notice and this permission notice shall be included in
|
|
1947
|
+
all copies or substantial portions of the Software.
|
|
1933
1948
|
|
|
1934
1949
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1935
1950
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1936
1951
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1937
1952
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1938
1953
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1939
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1940
|
-
SOFTWARE.
|
|
1954
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1955
|
+
THE SOFTWARE.
|
|
1941
1956
|
|
|
1942
1957
|
````
|
|
1943
1958
|
|
|
@@ -1947,15 +1962,12 @@ SOFTWARE.
|
|
|
1947
1962
|
|
|
1948
1963
|
### Rust Crates:
|
|
1949
1964
|
|
|
1950
|
-
- [
|
|
1951
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1952
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1953
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1965
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1954
1966
|
|
|
1955
1967
|
````text
|
|
1956
|
-
|
|
1968
|
+
MIT License
|
|
1957
1969
|
|
|
1958
|
-
Copyright (c)
|
|
1970
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1959
1971
|
|
|
1960
1972
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1961
1973
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1964,16 +1976,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1964
1976
|
copies of the Software, and to permit persons to whom the Software is
|
|
1965
1977
|
furnished to do so, subject to the following conditions:
|
|
1966
1978
|
|
|
1967
|
-
The above copyright notice and this permission notice shall be included in
|
|
1968
|
-
|
|
1979
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1980
|
+
copies or substantial portions of the Software.
|
|
1969
1981
|
|
|
1970
1982
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1971
1983
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1972
1984
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1973
1985
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1974
1986
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1975
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1976
|
-
|
|
1987
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1988
|
+
SOFTWARE.
|
|
1977
1989
|
|
|
1978
1990
|
````
|
|
1979
1991
|
|
|
@@ -1983,10 +1995,10 @@ THE SOFTWARE.
|
|
|
1983
1995
|
|
|
1984
1996
|
### Rust Crates:
|
|
1985
1997
|
|
|
1986
|
-
- [
|
|
1998
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1987
1999
|
|
|
1988
2000
|
````text
|
|
1989
|
-
Copyright
|
|
2001
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1990
2002
|
|
|
1991
2003
|
Permission is hereby granted, free of charge, to any
|
|
1992
2004
|
person obtaining a copy of this software and associated
|
|
@@ -2018,16 +2030,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2018
2030
|
|
|
2019
2031
|
## The following dependencies are licensed under the MIT License:
|
|
2020
2032
|
|
|
2021
|
-
###
|
|
2033
|
+
### NPM Packages:
|
|
2022
2034
|
|
|
2023
|
-
- [
|
|
2024
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2025
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2035
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2026
2036
|
|
|
2027
2037
|
````text
|
|
2028
2038
|
MIT License
|
|
2029
2039
|
|
|
2030
|
-
Copyright (c)
|
|
2040
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2031
2041
|
|
|
2032
2042
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2033
2043
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2047,37 +2057,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2047
2057
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2048
2058
|
SOFTWARE.
|
|
2049
2059
|
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
---
|
|
2053
|
-
|
|
2054
|
-
## The following dependencies are licensed under the MIT License:
|
|
2055
|
-
|
|
2056
|
-
### Rust Crates:
|
|
2057
|
-
|
|
2058
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2059
|
-
|
|
2060
|
-
````text
|
|
2061
|
-
Copyright (c) 2017 Daniel Abramov
|
|
2062
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2063
|
-
|
|
2064
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2065
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2066
|
-
in the Software without restriction, including without limitation the rights
|
|
2067
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2068
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2069
|
-
furnished to do so, subject to the following conditions:
|
|
2070
|
-
|
|
2071
|
-
The above copyright notice and this permission notice shall be included in
|
|
2072
|
-
all copies or substantial portions of the Software.
|
|
2073
|
-
|
|
2074
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2075
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2076
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2077
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2078
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2079
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2080
|
-
THE SOFTWARE.
|
|
2060
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2081
2061
|
|
|
2082
2062
|
````
|
|
2083
2063
|
|
|
@@ -2087,10 +2067,10 @@ THE SOFTWARE.
|
|
|
2087
2067
|
|
|
2088
2068
|
### Rust Crates:
|
|
2089
2069
|
|
|
2090
|
-
- [
|
|
2070
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2091
2071
|
|
|
2092
2072
|
````text
|
|
2093
|
-
Copyright (c)
|
|
2073
|
+
Copyright (c) 2017 Sean McArthur
|
|
2094
2074
|
|
|
2095
2075
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2096
2076
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2117,33 +2097,39 @@ THE SOFTWARE.
|
|
|
2117
2097
|
|
|
2118
2098
|
## The following dependencies are licensed under the MIT License:
|
|
2119
2099
|
|
|
2120
|
-
###
|
|
2100
|
+
### Rust Crates:
|
|
2121
2101
|
|
|
2122
|
-
- [
|
|
2123
|
-
- [
|
|
2102
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2103
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2124
2104
|
|
|
2125
2105
|
````text
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2106
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2107
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2108
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2129
2109
|
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2110
|
+
Permission is hereby granted, free of charge, to any
|
|
2111
|
+
person obtaining a copy of this software and associated
|
|
2112
|
+
documentation files (the "Software"), to deal in the
|
|
2113
|
+
Software without restriction, including without
|
|
2114
|
+
limitation the rights to use, copy, modify, merge,
|
|
2115
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2116
|
+
the Software, and to permit persons to whom the Software
|
|
2117
|
+
is furnished to do so, subject to the following
|
|
2118
|
+
conditions:
|
|
2136
2119
|
|
|
2137
|
-
|
|
2138
|
-
|
|
2120
|
+
The above copyright notice and this permission notice
|
|
2121
|
+
shall be included in all copies or substantial portions
|
|
2122
|
+
of the Software.
|
|
2139
2123
|
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2124
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2125
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2126
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2127
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2128
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2129
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2130
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2131
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2132
|
+
DEALINGS IN THE SOFTWARE.
|
|
2147
2133
|
|
|
2148
2134
|
````
|
|
2149
2135
|
|
|
@@ -2151,29 +2137,33 @@ THE SOFTWARE.
|
|
|
2151
2137
|
|
|
2152
2138
|
## The following dependencies are licensed under the MIT License:
|
|
2153
2139
|
|
|
2154
|
-
###
|
|
2140
|
+
### Rust Crates:
|
|
2155
2141
|
|
|
2156
|
-
- [
|
|
2142
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2157
2143
|
|
|
2158
2144
|
````text
|
|
2159
|
-
|
|
2145
|
+
MIT License
|
|
2160
2146
|
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2147
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2148
|
+
Copyright (c) Tokio Contributors
|
|
2149
|
+
|
|
2150
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2151
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2152
|
+
in the Software without restriction, including without limitation the rights
|
|
2153
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2154
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2155
|
+
furnished to do so, subject to the following conditions:
|
|
2167
2156
|
|
|
2168
2157
|
The above copyright notice and this permission notice shall be included in all
|
|
2169
2158
|
copies or substantial portions of the Software.
|
|
2170
2159
|
|
|
2171
2160
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2172
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2173
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2174
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2175
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2176
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2161
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2162
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2163
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2164
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2165
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2166
|
+
SOFTWARE.
|
|
2177
2167
|
|
|
2178
2168
|
````
|
|
2179
2169
|
|
|
@@ -2183,10 +2173,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2183
2173
|
|
|
2184
2174
|
### Rust Crates:
|
|
2185
2175
|
|
|
2186
|
-
- [
|
|
2176
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2187
2177
|
|
|
2188
2178
|
````text
|
|
2189
|
-
Copyright (c)
|
|
2179
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2190
2180
|
|
|
2191
2181
|
Permission is hereby granted, free of charge, to any
|
|
2192
2182
|
person obtaining a copy of this software and associated
|
|
@@ -2220,12 +2210,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2220
2210
|
|
|
2221
2211
|
### Rust Crates:
|
|
2222
2212
|
|
|
2223
|
-
- [
|
|
2213
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2224
2214
|
|
|
2225
2215
|
````text
|
|
2226
|
-
MIT License
|
|
2216
|
+
The MIT License (MIT)
|
|
2217
|
+
|
|
2218
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2219
|
+
|
|
2220
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2221
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2222
|
+
in the Software without restriction, including without limitation the rights
|
|
2223
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2224
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2225
|
+
furnished to do so, subject to the following conditions:
|
|
2226
|
+
|
|
2227
|
+
|
|
2228
|
+
The above copyright notice and this permission notice shall be included in
|
|
2229
|
+
all copies or substantial portions of the Software.
|
|
2230
|
+
|
|
2231
|
+
|
|
2232
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2233
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2234
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2235
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2236
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2237
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2238
|
+
THE SOFTWARE.
|
|
2227
2239
|
|
|
2228
|
-
|
|
2240
|
+
````
|
|
2241
|
+
|
|
2242
|
+
---
|
|
2243
|
+
|
|
2244
|
+
## The following dependencies are licensed under the MIT License:
|
|
2245
|
+
|
|
2246
|
+
### Rust Crates:
|
|
2247
|
+
|
|
2248
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2249
|
+
|
|
2250
|
+
````text
|
|
2251
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2229
2252
|
|
|
2230
2253
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2231
2254
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2234,16 +2257,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2234
2257
|
copies of the Software, and to permit persons to whom the Software is
|
|
2235
2258
|
furnished to do so, subject to the following conditions:
|
|
2236
2259
|
|
|
2237
|
-
The above copyright notice and this permission notice shall be included in
|
|
2238
|
-
copies or substantial portions of the Software.
|
|
2260
|
+
The above copyright notice and this permission notice shall be included in
|
|
2261
|
+
all copies or substantial portions of the Software.
|
|
2239
2262
|
|
|
2240
2263
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2241
2264
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2242
2265
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2243
2266
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2244
2267
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2245
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2246
|
-
SOFTWARE.
|
|
2268
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2269
|
+
THE SOFTWARE.
|
|
2270
|
+
|
|
2247
2271
|
|
|
2248
2272
|
````
|
|
2249
2273
|
|
|
@@ -2253,28 +2277,16 @@ SOFTWARE.
|
|
|
2253
2277
|
|
|
2254
2278
|
### Rust Crates:
|
|
2255
2279
|
|
|
2256
|
-
- [
|
|
2280
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2257
2281
|
|
|
2258
2282
|
````text
|
|
2259
|
-
Copyright
|
|
2283
|
+
Copyright 2016 Nika Layzell
|
|
2260
2284
|
|
|
2261
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2262
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2263
|
-
in the Software without restriction, including without limitation the rights
|
|
2264
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2265
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2266
|
-
furnished to do so, subject to the following conditions:
|
|
2285
|
+
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:
|
|
2267
2286
|
|
|
2268
|
-
The above copyright notice and this permission notice shall be included in
|
|
2269
|
-
all copies or substantial portions of the Software.
|
|
2287
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2270
2288
|
|
|
2271
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2272
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2273
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2274
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2275
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2276
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2277
|
-
THE SOFTWARE.
|
|
2289
|
+
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.
|
|
2278
2290
|
|
|
2279
2291
|
````
|
|
2280
2292
|
|
|
@@ -2284,31 +2296,29 @@ THE SOFTWARE.
|
|
|
2284
2296
|
|
|
2285
2297
|
### Rust Crates:
|
|
2286
2298
|
|
|
2287
|
-
- [
|
|
2288
|
-
- [
|
|
2299
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
2300
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2301
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2289
2302
|
|
|
2290
2303
|
````text
|
|
2291
2304
|
MIT License
|
|
2292
2305
|
|
|
2293
|
-
Copyright (c)
|
|
2306
|
+
Copyright (c) <year> <copyright holders>
|
|
2294
2307
|
|
|
2295
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
furnished to do so, subject to the following conditions:
|
|
2308
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
2309
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
2310
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2311
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
2312
|
+
following conditions:
|
|
2301
2313
|
|
|
2302
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2303
|
-
|
|
2314
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
2315
|
+
portions of the Software.
|
|
2304
2316
|
|
|
2305
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2311
|
-
SOFTWARE.
|
|
2317
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
2318
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
2319
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2320
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2321
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2312
2322
|
|
|
2313
2323
|
````
|
|
2314
2324
|
|
|
@@ -2318,14 +2328,10 @@ SOFTWARE.
|
|
|
2318
2328
|
|
|
2319
2329
|
### Rust Crates:
|
|
2320
2330
|
|
|
2321
|
-
- [
|
|
2331
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2322
2332
|
|
|
2323
2333
|
````text
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
Copyright (c) 2015 Danny Guo
|
|
2327
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2328
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2334
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2329
2335
|
|
|
2330
2336
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2331
2337
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2353,34 +2359,29 @@ SOFTWARE.
|
|
|
2353
2359
|
|
|
2354
2360
|
### Rust Crates:
|
|
2355
2361
|
|
|
2356
|
-
- [
|
|
2362
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2357
2363
|
|
|
2358
2364
|
````text
|
|
2359
|
-
Copyright (c)
|
|
2365
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2366
|
+
Copyright (c) 2016 Jason Housley
|
|
2360
2367
|
|
|
2361
|
-
Permission is hereby granted, free of charge, to any
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
the Software, and to permit persons to whom the Software
|
|
2368
|
-
is furnished to do so, subject to the following
|
|
2369
|
-
conditions:
|
|
2368
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2369
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2370
|
+
in the Software without restriction, including without limitation the rights
|
|
2371
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2372
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2373
|
+
furnished to do so, subject to the following conditions:
|
|
2370
2374
|
|
|
2371
|
-
The above copyright notice and this permission notice
|
|
2372
|
-
|
|
2373
|
-
of the Software.
|
|
2375
|
+
The above copyright notice and this permission notice shall be included in
|
|
2376
|
+
all copies or substantial portions of the Software.
|
|
2374
2377
|
|
|
2375
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2383
|
-
DEALINGS IN THE SOFTWARE.
|
|
2378
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2379
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2380
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2381
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2382
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2383
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2384
|
+
THE SOFTWARE.
|
|
2384
2385
|
|
|
2385
2386
|
````
|
|
2386
2387
|
|
|
@@ -2390,10 +2391,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2390
2391
|
|
|
2391
2392
|
### Rust Crates:
|
|
2392
2393
|
|
|
2393
|
-
- [
|
|
2394
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2394
2395
|
|
|
2395
2396
|
````text
|
|
2396
|
-
|
|
2397
|
+
The MIT License (MIT)
|
|
2398
|
+
|
|
2399
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2397
2400
|
|
|
2398
2401
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2399
2402
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2402,16 +2405,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2402
2405
|
copies of the Software, and to permit persons to whom the Software is
|
|
2403
2406
|
furnished to do so, subject to the following conditions:
|
|
2404
2407
|
|
|
2405
|
-
The above copyright notice and this permission notice shall be included in
|
|
2406
|
-
|
|
2408
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2409
|
+
copies or substantial portions of the Software.
|
|
2407
2410
|
|
|
2408
2411
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2409
2412
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2410
2413
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2411
2414
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2412
2415
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2413
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2414
|
-
|
|
2416
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2417
|
+
SOFTWARE.
|
|
2415
2418
|
|
|
2416
2419
|
````
|
|
2417
2420
|
|
|
@@ -2421,10 +2424,10 @@ THE SOFTWARE.
|
|
|
2421
2424
|
|
|
2422
2425
|
### Rust Crates:
|
|
2423
2426
|
|
|
2424
|
-
- [
|
|
2427
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2425
2428
|
|
|
2426
2429
|
````text
|
|
2427
|
-
Copyright
|
|
2430
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2428
2431
|
|
|
2429
2432
|
Permission is hereby granted, free of charge, to any
|
|
2430
2433
|
person obtaining a copy of this software and associated
|
|
@@ -2458,57 +2461,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2458
2461
|
|
|
2459
2462
|
### Rust Crates:
|
|
2460
2463
|
|
|
2461
|
-
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2462
|
-
|
|
2463
|
-
````text
|
|
2464
|
-
Copyright 2016 Nika Layzell
|
|
2465
|
-
|
|
2466
|
-
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:
|
|
2467
|
-
|
|
2468
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2469
|
-
|
|
2470
|
-
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.
|
|
2471
|
-
|
|
2472
|
-
````
|
|
2473
|
-
|
|
2474
|
-
---
|
|
2475
|
-
|
|
2476
|
-
## The following dependencies are licensed under the MIT License:
|
|
2477
|
-
|
|
2478
|
-
### Rust Crates:
|
|
2479
|
-
|
|
2480
|
-
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2481
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2482
|
-
|
|
2483
|
-
````text
|
|
2484
|
-
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2485
|
-
|
|
2486
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2487
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2488
|
-
in the Software without restriction, including without limitation the rights
|
|
2489
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2490
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2491
|
-
furnished to do so, subject to the following conditions:
|
|
2492
|
-
|
|
2493
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2494
|
-
copies or substantial portions of the Software.
|
|
2495
|
-
|
|
2496
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2497
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2498
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2499
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2500
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2501
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2502
|
-
SOFTWARE.
|
|
2503
|
-
|
|
2504
|
-
````
|
|
2505
|
-
|
|
2506
|
-
---
|
|
2507
|
-
|
|
2508
|
-
## The following dependencies are licensed under the MIT License:
|
|
2509
|
-
|
|
2510
|
-
### Rust Crates:
|
|
2511
|
-
|
|
2512
2464
|
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2513
2465
|
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2514
2466
|
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
@@ -2571,10 +2523,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2571
2523
|
|
|
2572
2524
|
### Rust Crates:
|
|
2573
2525
|
|
|
2574
|
-
- [
|
|
2526
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2575
2527
|
|
|
2576
2528
|
````text
|
|
2577
|
-
Copyright (c)
|
|
2529
|
+
Copyright (c) The rust-url developers
|
|
2578
2530
|
|
|
2579
2531
|
Permission is hereby granted, free of charge, to any
|
|
2580
2532
|
person obtaining a copy of this software and associated
|
|
@@ -2608,10 +2560,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2608
2560
|
|
|
2609
2561
|
### Rust Crates:
|
|
2610
2562
|
|
|
2611
|
-
- [
|
|
2563
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2612
2564
|
|
|
2613
2565
|
````text
|
|
2614
|
-
Copyright (c)
|
|
2566
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2615
2567
|
|
|
2616
2568
|
Permission is hereby granted, free of charge, to any
|
|
2617
2569
|
person obtaining a copy of this software and associated
|
|
@@ -2645,34 +2597,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2645
2597
|
|
|
2646
2598
|
### Rust Crates:
|
|
2647
2599
|
|
|
2648
|
-
- [
|
|
2600
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2601
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2602
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2603
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2649
2604
|
|
|
2650
2605
|
````text
|
|
2651
|
-
|
|
2606
|
+
The MIT License (MIT)
|
|
2652
2607
|
|
|
2653
|
-
|
|
2654
|
-
person obtaining a copy of this software and associated
|
|
2655
|
-
documentation files (the "Software"), to deal in the
|
|
2656
|
-
Software without restriction, including without
|
|
2657
|
-
limitation the rights to use, copy, modify, merge,
|
|
2658
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2659
|
-
the Software, and to permit persons to whom the Software
|
|
2660
|
-
is furnished to do so, subject to the following
|
|
2661
|
-
conditions:
|
|
2608
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2662
2609
|
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2610
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2611
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2612
|
+
in the Software without restriction, including without limitation the rights
|
|
2613
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2614
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2615
|
+
furnished to do so, subject to the following conditions:
|
|
2666
2616
|
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
IN
|
|
2675
|
-
|
|
2617
|
+
The above copyright notice and this permission notice shall be included in
|
|
2618
|
+
all copies or substantial portions of the Software.
|
|
2619
|
+
|
|
2620
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2621
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2622
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2623
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2624
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2625
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2626
|
+
THE SOFTWARE.
|
|
2676
2627
|
|
|
2677
2628
|
````
|
|
2678
2629
|
|
|
@@ -2682,35 +2633,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2682
2633
|
|
|
2683
2634
|
### Rust Crates:
|
|
2684
2635
|
|
|
2685
|
-
- [
|
|
2686
|
-
- [
|
|
2636
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2637
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2687
2638
|
|
|
2688
2639
|
````text
|
|
2689
|
-
|
|
2640
|
+
MIT License
|
|
2690
2641
|
|
|
2691
|
-
|
|
2692
|
-
person obtaining a copy of this software and associated
|
|
2693
|
-
documentation files (the "Software"), to deal in the
|
|
2694
|
-
Software without restriction, including without
|
|
2695
|
-
limitation the rights to use, copy, modify, merge,
|
|
2696
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2697
|
-
the Software, and to permit persons to whom the Software
|
|
2698
|
-
is furnished to do so, subject to the following
|
|
2699
|
-
conditions:
|
|
2642
|
+
Copyright (c) 2019 Graham Esau
|
|
2700
2643
|
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2644
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2645
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2646
|
+
in the Software without restriction, including without limitation the rights
|
|
2647
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2648
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2649
|
+
furnished to do so, subject to the following conditions:
|
|
2704
2650
|
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
IN
|
|
2713
|
-
|
|
2651
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2652
|
+
copies or substantial portions of the Software.
|
|
2653
|
+
|
|
2654
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2655
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2656
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2657
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2658
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2659
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2660
|
+
SOFTWARE.
|
|
2714
2661
|
|
|
2715
2662
|
````
|
|
2716
2663
|
|
|
@@ -2720,10 +2667,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2720
2667
|
|
|
2721
2668
|
### Rust Crates:
|
|
2722
2669
|
|
|
2723
|
-
- [
|
|
2670
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2724
2671
|
|
|
2725
2672
|
````text
|
|
2726
|
-
Copyright (c)
|
|
2673
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2727
2674
|
|
|
2728
2675
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2729
2676
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2743,7 +2690,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2743
2690
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2744
2691
|
THE SOFTWARE.
|
|
2745
2692
|
|
|
2746
|
-
|
|
2747
2693
|
````
|
|
2748
2694
|
|
|
2749
2695
|
---
|
|
@@ -2752,10 +2698,10 @@ THE SOFTWARE.
|
|
|
2752
2698
|
|
|
2753
2699
|
### Rust Crates:
|
|
2754
2700
|
|
|
2755
|
-
- [
|
|
2701
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2756
2702
|
|
|
2757
2703
|
````text
|
|
2758
|
-
Copyright (c)
|
|
2704
|
+
Copyright (c) 2019 Carl Lerche
|
|
2759
2705
|
|
|
2760
2706
|
Permission is hereby granted, free of charge, to any
|
|
2761
2707
|
person obtaining a copy of this software and associated
|
|
@@ -2787,41 +2733,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2787
2733
|
|
|
2788
2734
|
## The following dependencies are licensed under the MIT License:
|
|
2789
2735
|
|
|
2790
|
-
### NPM Packages:
|
|
2791
|
-
|
|
2792
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2793
|
-
|
|
2794
|
-
````text
|
|
2795
|
-
MIT License
|
|
2796
|
-
|
|
2797
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2798
|
-
|
|
2799
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2800
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2801
|
-
in the Software without restriction, including without limitation the rights
|
|
2802
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2803
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2804
|
-
furnished to do so, subject to the following conditions:
|
|
2805
|
-
|
|
2806
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2807
|
-
copies or substantial portions of the Software.
|
|
2808
|
-
|
|
2809
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2810
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2811
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2812
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2813
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2814
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2815
|
-
SOFTWARE.
|
|
2816
|
-
|
|
2817
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2818
|
-
|
|
2819
|
-
````
|
|
2820
|
-
|
|
2821
|
-
---
|
|
2822
|
-
|
|
2823
|
-
## The following dependencies are licensed under the MIT License:
|
|
2824
|
-
|
|
2825
2736
|
### Rust Crates:
|
|
2826
2737
|
|
|
2827
2738
|
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
@@ -2861,19 +2772,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2861
2772
|
|
|
2862
2773
|
### Rust Crates:
|
|
2863
2774
|
|
|
2864
|
-
- [
|
|
2865
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2866
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2867
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2868
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2869
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2870
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2871
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2872
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2775
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2873
2776
|
|
|
2874
2777
|
````text
|
|
2875
|
-
Copyright (c)
|
|
2876
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2778
|
+
Copyright (c) The Rust Project Developers
|
|
2877
2779
|
|
|
2878
2780
|
Permission is hereby granted, free of charge, to any
|
|
2879
2781
|
person obtaining a copy of this software and associated
|
|
@@ -2907,12 +2809,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2907
2809
|
|
|
2908
2810
|
### Rust Crates:
|
|
2909
2811
|
|
|
2910
|
-
- [
|
|
2812
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2911
2813
|
|
|
2912
2814
|
````text
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2815
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2916
2816
|
|
|
2917
2817
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2918
2818
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2940,13 +2840,47 @@ SOFTWARE.
|
|
|
2940
2840
|
|
|
2941
2841
|
### Rust Crates:
|
|
2942
2842
|
|
|
2943
|
-
- [
|
|
2843
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2944
2844
|
|
|
2945
2845
|
````text
|
|
2946
|
-
The
|
|
2846
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2947
2847
|
|
|
2948
|
-
|
|
2949
|
-
|
|
2848
|
+
Permission is hereby granted, free of charge, to any
|
|
2849
|
+
person obtaining a copy of this software and associated
|
|
2850
|
+
documentation files (the "Software"), to deal in the
|
|
2851
|
+
Software without restriction, including without
|
|
2852
|
+
limitation the rights to use, copy, modify, merge,
|
|
2853
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2854
|
+
the Software, and to permit persons to whom the Software
|
|
2855
|
+
is furnished to do so, subject to the following
|
|
2856
|
+
conditions:
|
|
2857
|
+
|
|
2858
|
+
The above copyright notice and this permission notice
|
|
2859
|
+
shall be included in all copies or substantial portions
|
|
2860
|
+
of the Software.
|
|
2861
|
+
|
|
2862
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2863
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2864
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2865
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2866
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2867
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2868
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2869
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2870
|
+
DEALINGS IN THE SOFTWARE.
|
|
2871
|
+
|
|
2872
|
+
````
|
|
2873
|
+
|
|
2874
|
+
---
|
|
2875
|
+
|
|
2876
|
+
## The following dependencies are licensed under the MIT License:
|
|
2877
|
+
|
|
2878
|
+
### Rust Crates:
|
|
2879
|
+
|
|
2880
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2881
|
+
|
|
2882
|
+
````text
|
|
2883
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2950
2884
|
|
|
2951
2885
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2952
2886
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2955,16 +2889,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2955
2889
|
copies of the Software, and to permit persons to whom the Software is
|
|
2956
2890
|
furnished to do so, subject to the following conditions:
|
|
2957
2891
|
|
|
2958
|
-
The above copyright notice and this permission notice shall be included in
|
|
2959
|
-
copies or substantial portions of the Software.
|
|
2892
|
+
The above copyright notice and this permission notice shall be included in
|
|
2893
|
+
all copies or substantial portions of the Software.
|
|
2960
2894
|
|
|
2961
2895
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2962
2896
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2963
2897
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2964
2898
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2965
2899
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2966
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2967
|
-
SOFTWARE.
|
|
2900
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2901
|
+
THE SOFTWARE.
|
|
2902
|
+
|
|
2968
2903
|
|
|
2969
2904
|
````
|
|
2970
2905
|
|
|
@@ -2974,10 +2909,10 @@ SOFTWARE.
|
|
|
2974
2909
|
|
|
2975
2910
|
### Rust Crates:
|
|
2976
2911
|
|
|
2977
|
-
- [
|
|
2912
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2978
2913
|
|
|
2979
2914
|
````text
|
|
2980
|
-
Copyright (c)
|
|
2915
|
+
Copyright (c) 2017 http-rs authors
|
|
2981
2916
|
|
|
2982
2917
|
Permission is hereby granted, free of charge, to any
|
|
2983
2918
|
person obtaining a copy of this software and associated
|
|
@@ -3011,10 +2946,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3011
2946
|
|
|
3012
2947
|
### Rust Crates:
|
|
3013
2948
|
|
|
3014
|
-
- [
|
|
2949
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3015
2950
|
|
|
3016
2951
|
````text
|
|
3017
|
-
Copyright
|
|
2952
|
+
Copyright 2023 The Fuchsia Authors
|
|
3018
2953
|
|
|
3019
2954
|
Permission is hereby granted, free of charge, to any
|
|
3020
2955
|
person obtaining a copy of this software and associated
|
|
@@ -3040,20 +2975,19 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3040
2975
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3041
2976
|
DEALINGS IN THE SOFTWARE.
|
|
3042
2977
|
|
|
2978
|
+
|
|
3043
2979
|
````
|
|
3044
2980
|
|
|
3045
2981
|
---
|
|
3046
2982
|
|
|
3047
2983
|
## The following dependencies are licensed under the MIT License:
|
|
3048
2984
|
|
|
3049
|
-
###
|
|
2985
|
+
### Rust Crates:
|
|
3050
2986
|
|
|
3051
|
-
- [
|
|
2987
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3052
2988
|
|
|
3053
2989
|
````text
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2990
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3057
2991
|
|
|
3058
2992
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3059
2993
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3062,53 +2996,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3062
2996
|
copies of the Software, and to permit persons to whom the Software is
|
|
3063
2997
|
furnished to do so, subject to the following conditions:
|
|
3064
2998
|
|
|
3065
|
-
The above copyright notice and this permission notice shall be included in
|
|
3066
|
-
copies or substantial portions of the Software.
|
|
2999
|
+
The above copyright notice and this permission notice shall be included in
|
|
3000
|
+
all copies or substantial portions of the Software.
|
|
3067
3001
|
|
|
3068
3002
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3069
3003
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3070
3004
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3071
3005
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3072
3006
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3073
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3074
|
-
SOFTWARE.
|
|
3075
|
-
|
|
3076
|
-
````
|
|
3077
|
-
|
|
3078
|
-
---
|
|
3079
|
-
|
|
3080
|
-
## The following dependencies are licensed under the MIT License:
|
|
3081
|
-
|
|
3082
|
-
### Rust Crates:
|
|
3083
|
-
|
|
3084
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3085
|
-
|
|
3086
|
-
````text
|
|
3087
|
-
Copyright (c) 2018 Carl Lerche
|
|
3088
|
-
|
|
3089
|
-
Permission is hereby granted, free of charge, to any
|
|
3090
|
-
person obtaining a copy of this software and associated
|
|
3091
|
-
documentation files (the "Software"), to deal in the
|
|
3092
|
-
Software without restriction, including without
|
|
3093
|
-
limitation the rights to use, copy, modify, merge,
|
|
3094
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3095
|
-
the Software, and to permit persons to whom the Software
|
|
3096
|
-
is furnished to do so, subject to the following
|
|
3097
|
-
conditions:
|
|
3098
|
-
|
|
3099
|
-
The above copyright notice and this permission notice
|
|
3100
|
-
shall be included in all copies or substantial portions
|
|
3101
|
-
of the Software.
|
|
3007
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3008
|
+
THE SOFTWARE.
|
|
3102
3009
|
|
|
3103
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3104
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3105
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3106
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3107
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3108
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3109
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3110
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3111
|
-
DEALINGS IN THE SOFTWARE.
|
|
3112
3010
|
|
|
3113
3011
|
````
|
|
3114
3012
|
|
|
@@ -3118,11 +3016,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3118
3016
|
|
|
3119
3017
|
### Rust Crates:
|
|
3120
3018
|
|
|
3121
|
-
- [
|
|
3122
|
-
- [
|
|
3019
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3020
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3021
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3123
3022
|
|
|
3124
3023
|
````text
|
|
3125
|
-
Copyright (c)
|
|
3024
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3126
3025
|
|
|
3127
3026
|
Permission is hereby granted, free of charge, to any
|
|
3128
3027
|
person obtaining a copy of this software and associated
|
|
@@ -3154,14 +3053,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3154
3053
|
|
|
3155
3054
|
## The following dependencies are licensed under the MIT License:
|
|
3156
3055
|
|
|
3157
|
-
###
|
|
3056
|
+
### Rust Crates:
|
|
3158
3057
|
|
|
3159
|
-
- [
|
|
3058
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3160
3059
|
|
|
3161
3060
|
````text
|
|
3162
3061
|
MIT License
|
|
3163
3062
|
|
|
3164
|
-
Copyright (c)
|
|
3063
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3165
3064
|
|
|
3166
3065
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3167
3066
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3187,31 +3086,29 @@ SOFTWARE.
|
|
|
3187
3086
|
|
|
3188
3087
|
## The following dependencies are licensed under the MIT License:
|
|
3189
3088
|
|
|
3190
|
-
###
|
|
3089
|
+
### NPM Packages:
|
|
3191
3090
|
|
|
3192
|
-
- [
|
|
3091
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3193
3092
|
|
|
3194
3093
|
````text
|
|
3195
|
-
|
|
3094
|
+
This software is released under the MIT license:
|
|
3196
3095
|
|
|
3197
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3096
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3097
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3098
|
+
the Software without restriction, including without limitation the rights to
|
|
3099
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3100
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3101
|
+
subject to the following conditions:
|
|
3203
3102
|
|
|
3204
|
-
The above copyright notice and this permission notice shall be included in
|
|
3205
|
-
|
|
3103
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3104
|
+
copies or substantial portions of the Software.
|
|
3206
3105
|
|
|
3207
3106
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3208
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
THE SOFTWARE.
|
|
3214
|
-
|
|
3107
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3108
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3109
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3110
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3111
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3215
3112
|
|
|
3216
3113
|
````
|
|
3217
3114
|
|
|
@@ -3221,30 +3118,34 @@ THE SOFTWARE.
|
|
|
3221
3118
|
|
|
3222
3119
|
### Rust Crates:
|
|
3223
3120
|
|
|
3224
|
-
- [
|
|
3121
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3225
3122
|
|
|
3226
3123
|
````text
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
Copyright (c) 2015 Alice Maz
|
|
3124
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3230
3125
|
|
|
3231
|
-
Permission is hereby granted, free of charge, to any
|
|
3232
|
-
of this software and associated
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3126
|
+
Permission is hereby granted, free of charge, to any
|
|
3127
|
+
person obtaining a copy of this software and associated
|
|
3128
|
+
documentation files (the "Software"), to deal in the
|
|
3129
|
+
Software without restriction, including without
|
|
3130
|
+
limitation the rights to use, copy, modify, merge,
|
|
3131
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3132
|
+
the Software, and to permit persons to whom the Software
|
|
3133
|
+
is furnished to do so, subject to the following
|
|
3134
|
+
conditions:
|
|
3237
3135
|
|
|
3238
|
-
The above copyright notice and this permission notice
|
|
3239
|
-
all copies or substantial portions
|
|
3136
|
+
The above copyright notice and this permission notice
|
|
3137
|
+
shall be included in all copies or substantial portions
|
|
3138
|
+
of the Software.
|
|
3240
3139
|
|
|
3241
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3242
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3140
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3141
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3142
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3143
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3144
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3145
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3146
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3147
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3148
|
+
DEALINGS IN THE SOFTWARE.
|
|
3248
3149
|
|
|
3249
3150
|
````
|
|
3250
3151
|
|
|
@@ -3252,16 +3153,14 @@ THE SOFTWARE.
|
|
|
3252
3153
|
|
|
3253
3154
|
## The following dependencies are licensed under the MIT License:
|
|
3254
3155
|
|
|
3255
|
-
###
|
|
3156
|
+
### NPM Packages:
|
|
3256
3157
|
|
|
3257
|
-
- [
|
|
3258
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3259
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3158
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
|
|
3260
3159
|
|
|
3261
3160
|
````text
|
|
3262
3161
|
MIT License
|
|
3263
3162
|
|
|
3264
|
-
Copyright (c)
|
|
3163
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3265
3164
|
|
|
3266
3165
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3267
3166
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3289,29 +3188,34 @@ SOFTWARE.
|
|
|
3289
3188
|
|
|
3290
3189
|
### Rust Crates:
|
|
3291
3190
|
|
|
3292
|
-
- [
|
|
3191
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3293
3192
|
|
|
3294
3193
|
````text
|
|
3295
|
-
Copyright (c)
|
|
3296
|
-
Copyright (c) 2016 Jason Housley
|
|
3194
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3297
3195
|
|
|
3298
|
-
Permission is hereby granted, free of charge, to any
|
|
3299
|
-
of this software and associated
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3196
|
+
Permission is hereby granted, free of charge, to any
|
|
3197
|
+
person obtaining a copy of this software and associated
|
|
3198
|
+
documentation files (the "Software"), to deal in the
|
|
3199
|
+
Software without restriction, including without
|
|
3200
|
+
limitation the rights to use, copy, modify, merge,
|
|
3201
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3202
|
+
the Software, and to permit persons to whom the Software
|
|
3203
|
+
is furnished to do so, subject to the following
|
|
3204
|
+
conditions:
|
|
3304
3205
|
|
|
3305
|
-
The above copyright notice and this permission notice
|
|
3306
|
-
all copies or substantial portions
|
|
3206
|
+
The above copyright notice and this permission notice
|
|
3207
|
+
shall be included in all copies or substantial portions
|
|
3208
|
+
of the Software.
|
|
3307
3209
|
|
|
3308
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3309
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3210
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3211
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3212
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3213
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3214
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3215
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3216
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3217
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3218
|
+
DEALINGS IN THE SOFTWARE.
|
|
3315
3219
|
|
|
3316
3220
|
````
|
|
3317
3221
|
|
|
@@ -3319,14 +3223,33 @@ THE SOFTWARE.
|
|
|
3319
3223
|
|
|
3320
3224
|
## The following dependencies are licensed under the MIT License:
|
|
3321
3225
|
|
|
3322
|
-
###
|
|
3226
|
+
### Rust Crates:
|
|
3323
3227
|
|
|
3324
|
-
- [
|
|
3228
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3325
3229
|
|
|
3326
3230
|
````text
|
|
3327
|
-
|
|
3231
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3328
3232
|
|
|
3329
|
-
|
|
3233
|
+
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:
|
|
3234
|
+
|
|
3235
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3236
|
+
|
|
3237
|
+
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.
|
|
3238
|
+
|
|
3239
|
+
````
|
|
3240
|
+
|
|
3241
|
+
---
|
|
3242
|
+
|
|
3243
|
+
## The following dependencies are licensed under the MIT License:
|
|
3244
|
+
|
|
3245
|
+
### Rust Crates:
|
|
3246
|
+
|
|
3247
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3248
|
+
|
|
3249
|
+
````text
|
|
3250
|
+
MIT License
|
|
3251
|
+
|
|
3252
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3330
3253
|
|
|
3331
3254
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3332
3255
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3346,7 +3269,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3346
3269
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3347
3270
|
SOFTWARE.
|
|
3348
3271
|
|
|
3349
|
-
|
|
3350
3272
|
````
|
|
3351
3273
|
|
|
3352
3274
|
---
|
|
@@ -3390,14 +3312,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3390
3312
|
|
|
3391
3313
|
## The following dependencies are licensed under the MIT License:
|
|
3392
3314
|
|
|
3393
|
-
###
|
|
3315
|
+
### NPM Packages:
|
|
3394
3316
|
|
|
3395
|
-
- [
|
|
3317
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3318
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3396
3319
|
|
|
3397
3320
|
````text
|
|
3398
3321
|
MIT License
|
|
3399
3322
|
|
|
3400
|
-
Copyright (c)
|
|
3323
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3401
3324
|
|
|
3402
3325
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3403
3326
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3423,14 +3346,14 @@ SOFTWARE.
|
|
|
3423
3346
|
|
|
3424
3347
|
## The following dependencies are licensed under the MIT License:
|
|
3425
3348
|
|
|
3426
|
-
###
|
|
3349
|
+
### NPM Packages:
|
|
3427
3350
|
|
|
3428
|
-
- [
|
|
3351
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3429
3352
|
|
|
3430
3353
|
````text
|
|
3431
|
-
|
|
3354
|
+
MIT License
|
|
3432
3355
|
|
|
3433
|
-
Copyright (c)
|
|
3356
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3434
3357
|
|
|
3435
3358
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3436
3359
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3439,16 +3362,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3439
3362
|
copies of the Software, and to permit persons to whom the Software is
|
|
3440
3363
|
furnished to do so, subject to the following conditions:
|
|
3441
3364
|
|
|
3442
|
-
The above copyright notice and this permission notice shall be included in
|
|
3443
|
-
|
|
3365
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3366
|
+
copies or substantial portions of the Software.
|
|
3444
3367
|
|
|
3445
3368
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3446
3369
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3447
3370
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3448
3371
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3449
3372
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3450
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3451
|
-
|
|
3373
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3374
|
+
SOFTWARE.
|
|
3452
3375
|
|
|
3453
3376
|
````
|
|
3454
3377
|
|
|
@@ -3458,10 +3381,12 @@ THE SOFTWARE.
|
|
|
3458
3381
|
|
|
3459
3382
|
### Rust Crates:
|
|
3460
3383
|
|
|
3461
|
-
- [
|
|
3384
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3385
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3386
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3462
3387
|
|
|
3463
3388
|
````text
|
|
3464
|
-
Copyright (c)
|
|
3389
|
+
Copyright (c) 2019 Tower Contributors
|
|
3465
3390
|
|
|
3466
3391
|
Permission is hereby granted, free of charge, to any
|
|
3467
3392
|
person obtaining a copy of this software and associated
|
|
@@ -3495,11 +3420,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3495
3420
|
|
|
3496
3421
|
### Rust Crates:
|
|
3497
3422
|
|
|
3498
|
-
- [
|
|
3423
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3499
3424
|
|
|
3500
3425
|
````text
|
|
3501
|
-
Copyright (c)
|
|
3502
|
-
|
|
3426
|
+
Copyright (c) 2017 Robert Grosse
|
|
3427
|
+
|
|
3428
|
+
Permission is hereby granted, free of charge, to any
|
|
3429
|
+
person obtaining a copy of this software and associated
|
|
3430
|
+
documentation files (the "Software"), to deal in the
|
|
3431
|
+
Software without restriction, including without
|
|
3432
|
+
limitation the rights to use, copy, modify, merge,
|
|
3433
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3434
|
+
the Software, and to permit persons to whom the Software
|
|
3435
|
+
is furnished to do so, subject to the following
|
|
3436
|
+
conditions:
|
|
3437
|
+
|
|
3438
|
+
The above copyright notice and this permission notice
|
|
3439
|
+
shall be included in all copies or substantial portions
|
|
3440
|
+
of the Software.
|
|
3441
|
+
|
|
3442
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3443
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3444
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3445
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3446
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3447
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3448
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3449
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3450
|
+
DEALINGS IN THE SOFTWARE.
|
|
3451
|
+
````
|
|
3452
|
+
|
|
3453
|
+
---
|
|
3454
|
+
|
|
3455
|
+
## The following dependencies are licensed under the MIT License:
|
|
3456
|
+
|
|
3457
|
+
### Rust Crates:
|
|
3458
|
+
|
|
3459
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3460
|
+
|
|
3461
|
+
````text
|
|
3462
|
+
The MIT License (MIT)
|
|
3463
|
+
|
|
3464
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3503
3465
|
|
|
3504
3466
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3505
3467
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3519,6 +3481,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3519
3481
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3520
3482
|
SOFTWARE.
|
|
3521
3483
|
|
|
3484
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3485
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3522
3486
|
````
|
|
3523
3487
|
|
|
3524
3488
|
---
|
|
@@ -3527,10 +3491,10 @@ SOFTWARE.
|
|
|
3527
3491
|
|
|
3528
3492
|
### Rust Crates:
|
|
3529
3493
|
|
|
3530
|
-
- [
|
|
3494
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3531
3495
|
|
|
3532
3496
|
````text
|
|
3533
|
-
Copyright
|
|
3497
|
+
Copyright Mozilla Foundation
|
|
3534
3498
|
|
|
3535
3499
|
Permission is hereby granted, free of charge, to any
|
|
3536
3500
|
person obtaining a copy of this software and associated
|
|
@@ -3556,6 +3520,42 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3556
3520
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3557
3521
|
DEALINGS IN THE SOFTWARE.
|
|
3558
3522
|
|
|
3523
|
+
````
|
|
3524
|
+
|
|
3525
|
+
---
|
|
3526
|
+
|
|
3527
|
+
## The following dependencies are licensed under the MIT License:
|
|
3528
|
+
|
|
3529
|
+
### Rust Crates:
|
|
3530
|
+
|
|
3531
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3532
|
+
|
|
3533
|
+
````text
|
|
3534
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3535
|
+
|
|
3536
|
+
Permission is hereby granted, free of charge, to any
|
|
3537
|
+
person obtaining a copy of this software and associated
|
|
3538
|
+
documentation files (the "Software"), to deal in the
|
|
3539
|
+
Software without restriction, including without
|
|
3540
|
+
limitation the rights to use, copy, modify, merge,
|
|
3541
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3542
|
+
the Software, and to permit persons to whom the Software
|
|
3543
|
+
is furnished to do so, subject to the following
|
|
3544
|
+
conditions:
|
|
3545
|
+
|
|
3546
|
+
The above copyright notice and this permission notice
|
|
3547
|
+
shall be included in all copies or substantial portions
|
|
3548
|
+
of the Software.
|
|
3549
|
+
|
|
3550
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3551
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3552
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3553
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3554
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3555
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3556
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3557
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3558
|
+
DEALINGS IN THE SOFTWARE.
|
|
3559
3559
|
|
|
3560
3560
|
````
|
|
3561
3561
|
|
|
@@ -3950,31 +3950,14 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
3950
3950
|
|
|
3951
3951
|
### Rust Crates:
|
|
3952
3952
|
|
|
3953
|
-
- [
|
|
3954
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3955
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3956
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3957
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3958
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3959
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
3960
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
3961
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
3962
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
3963
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
3964
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
3965
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
3966
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
3967
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
3968
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
3969
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
3970
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
3953
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
3971
3954
|
|
|
3972
3955
|
````text
|
|
3973
3956
|
UNICODE LICENSE V3
|
|
3974
3957
|
|
|
3975
3958
|
COPYRIGHT AND PERMISSION NOTICE
|
|
3976
3959
|
|
|
3977
|
-
Copyright ©
|
|
3960
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
3978
3961
|
|
|
3979
3962
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
3980
3963
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4010,13 +3993,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4010
3993
|
dealings in these Data Files or Software without prior written
|
|
4011
3994
|
authorization of the copyright holder.
|
|
4012
3995
|
|
|
4013
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4014
|
-
|
|
4015
|
-
—
|
|
4016
|
-
|
|
4017
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4018
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4019
|
-
|
|
4020
3996
|
````
|
|
4021
3997
|
|
|
4022
3998
|
---
|
|
@@ -4025,14 +4001,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4025
4001
|
|
|
4026
4002
|
### Rust Crates:
|
|
4027
4003
|
|
|
4028
|
-
- [
|
|
4004
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4005
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4006
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4007
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4008
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4009
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4010
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4011
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4012
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4013
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4014
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4015
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4016
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4017
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4018
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4019
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4020
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4021
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4029
4022
|
|
|
4030
4023
|
````text
|
|
4031
4024
|
UNICODE LICENSE V3
|
|
4032
4025
|
|
|
4033
4026
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4034
4027
|
|
|
4035
|
-
Copyright ©
|
|
4028
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4036
4029
|
|
|
4037
4030
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4038
4031
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4068,5 +4061,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4068
4061
|
dealings in these Data Files or Software without prior written
|
|
4069
4062
|
authorization of the copyright holder.
|
|
4070
4063
|
|
|
4064
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4065
|
+
|
|
4066
|
+
—
|
|
4067
|
+
|
|
4068
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4069
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4070
|
+
|
|
4071
4071
|
````
|
|
4072
4072
|
|