@deveco-codegenie/mcp-darwin-x64 1.1.0 → 1.1.1
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/README.md +16 -17
- package/THIRD_PARTY_LICENSES.md +1158 -1158
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -16,30 +16,6 @@
|
|
|
16
16
|
- MPL-2.0: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
-
|
|
23
|
-
### Rust Crates:
|
|
24
|
-
|
|
25
|
-
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
26
|
-
|
|
27
|
-
````text
|
|
28
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
29
|
-
|
|
30
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
-
any purpose with or without fee is hereby granted.
|
|
32
|
-
|
|
33
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
-
|
|
41
|
-
````
|
|
42
|
-
|
|
43
19
|
---
|
|
44
20
|
|
|
45
21
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -72,6 +48,30 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
48
|
|
|
73
49
|
### Rust Crates:
|
|
74
50
|
|
|
51
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
52
|
+
|
|
53
|
+
````text
|
|
54
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
55
|
+
|
|
56
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
57
|
+
any purpose with or without fee is hereby granted.
|
|
58
|
+
|
|
59
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
60
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
61
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
62
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
63
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
64
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
65
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
66
|
+
|
|
67
|
+
````
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
72
|
+
|
|
73
|
+
### Rust Crates:
|
|
74
|
+
|
|
75
75
|
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
76
76
|
|
|
77
77
|
````text
|
|
@@ -613,6 +613,43 @@ limitations under the License.
|
|
|
613
613
|
|
|
614
614
|
### NPM Packages:
|
|
615
615
|
|
|
616
|
+
- [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
|
|
617
|
+
|
|
618
|
+
````text
|
|
619
|
+
Copyright (c) 2014, Eugene Ware
|
|
620
|
+
All rights reserved.
|
|
621
|
+
|
|
622
|
+
Redistribution and use in source and binary forms, with or without
|
|
623
|
+
modification, are permitted provided that the following conditions are met:
|
|
624
|
+
|
|
625
|
+
1. Redistributions of source code must retain the above copyright
|
|
626
|
+
notice, this list of conditions and the following disclaimer.
|
|
627
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
628
|
+
notice, this list of conditions and the following disclaimer in the
|
|
629
|
+
documentation and/or other materials provided with the distribution.
|
|
630
|
+
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
631
|
+
may be used to endorse or promote products derived from this software
|
|
632
|
+
without specific prior written permission.
|
|
633
|
+
|
|
634
|
+
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
635
|
+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
636
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
637
|
+
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
638
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
639
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
640
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
641
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
642
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
643
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
644
|
+
|
|
645
|
+
````
|
|
646
|
+
|
|
647
|
+
---
|
|
648
|
+
|
|
649
|
+
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
650
|
+
|
|
651
|
+
### NPM Packages:
|
|
652
|
+
|
|
616
653
|
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.0)
|
|
617
654
|
|
|
618
655
|
````text
|
|
@@ -652,38 +689,28 @@ The complete list of contributors can be found at:
|
|
|
652
689
|
|
|
653
690
|
---
|
|
654
691
|
|
|
655
|
-
## The following dependencies are licensed under the
|
|
692
|
+
## The following dependencies are licensed under the ISC License:
|
|
656
693
|
|
|
657
694
|
### NPM Packages:
|
|
658
695
|
|
|
659
|
-
- [
|
|
696
|
+
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
660
697
|
|
|
661
698
|
````text
|
|
662
|
-
|
|
663
|
-
All rights reserved.
|
|
664
|
-
|
|
665
|
-
Redistribution and use in source and binary forms, with or without
|
|
666
|
-
modification, are permitted provided that the following conditions are met:
|
|
699
|
+
ISC License
|
|
667
700
|
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
682
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
683
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
684
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
685
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
686
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
701
|
+
Copyright (c) 2025, Mapbox
|
|
702
|
+
|
|
703
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
704
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
705
|
+
and this permission notice appear in all copies.
|
|
706
|
+
|
|
707
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
708
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
709
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
710
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
711
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
712
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
713
|
+
THIS SOFTWARE.
|
|
687
714
|
|
|
688
715
|
````
|
|
689
716
|
|
|
@@ -701,28 +728,36 @@ Please refer to the package README for license details.
|
|
|
701
728
|
|
|
702
729
|
---
|
|
703
730
|
|
|
704
|
-
## The following dependencies are licensed under the
|
|
731
|
+
## The following dependencies are licensed under the MIT License:
|
|
705
732
|
|
|
706
|
-
###
|
|
733
|
+
### Rust Crates:
|
|
707
734
|
|
|
708
|
-
- [
|
|
735
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
736
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
737
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
709
738
|
|
|
710
739
|
````text
|
|
711
|
-
|
|
740
|
+
MIT License
|
|
712
741
|
|
|
713
|
-
Copyright (c)
|
|
742
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
714
743
|
|
|
715
|
-
Permission
|
|
716
|
-
|
|
717
|
-
|
|
744
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
745
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
746
|
+
in the Software without restriction, including without limitation the rights
|
|
747
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
748
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
749
|
+
furnished to do so, subject to the following conditions:
|
|
718
750
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
751
|
+
The above copyright notice and this permission notice shall be included in all
|
|
752
|
+
copies or substantial portions of the Software.
|
|
753
|
+
|
|
754
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
755
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
756
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
757
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
758
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
759
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
760
|
+
SOFTWARE.
|
|
726
761
|
|
|
727
762
|
````
|
|
728
763
|
|
|
@@ -730,13 +765,14 @@ THIS SOFTWARE.
|
|
|
730
765
|
|
|
731
766
|
## The following dependencies are licensed under the MIT License:
|
|
732
767
|
|
|
733
|
-
###
|
|
768
|
+
### Rust Crates:
|
|
734
769
|
|
|
735
|
-
- [
|
|
770
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
736
771
|
|
|
737
772
|
````text
|
|
738
|
-
|
|
739
|
-
|
|
773
|
+
MIT License
|
|
774
|
+
|
|
775
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
740
776
|
|
|
741
777
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
742
778
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -745,16 +781,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
745
781
|
copies of the Software, and to permit persons to whom the Software is
|
|
746
782
|
furnished to do so, subject to the following conditions:
|
|
747
783
|
|
|
748
|
-
The above copyright notice and this permission notice shall be included in
|
|
749
|
-
|
|
784
|
+
The above copyright notice and this permission notice shall be included in all
|
|
785
|
+
copies or substantial portions of the Software.
|
|
750
786
|
|
|
751
787
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
752
788
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
753
789
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
754
790
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
755
791
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
756
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
757
|
-
|
|
792
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
793
|
+
SOFTWARE.
|
|
758
794
|
|
|
759
795
|
````
|
|
760
796
|
|
|
@@ -764,35 +800,31 @@ THE SOFTWARE.
|
|
|
764
800
|
|
|
765
801
|
### Rust Crates:
|
|
766
802
|
|
|
767
|
-
- [
|
|
803
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
768
804
|
|
|
769
805
|
````text
|
|
770
|
-
|
|
806
|
+
The MIT License (MIT)
|
|
771
807
|
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
documentation files (the "Software"), to deal in the
|
|
775
|
-
Software without restriction, including without
|
|
776
|
-
limitation the rights to use, copy, modify, merge,
|
|
777
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
778
|
-
the Software, and to permit persons to whom the Software
|
|
779
|
-
is furnished to do so, subject to the following
|
|
780
|
-
conditions:
|
|
808
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
809
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
781
810
|
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
811
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
812
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
813
|
+
in the Software without restriction, including without limitation the rights
|
|
814
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
815
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
816
|
+
furnished to do so, subject to the following conditions:
|
|
785
817
|
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
789
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
790
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
791
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
792
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
793
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
794
|
-
DEALINGS IN THE SOFTWARE.
|
|
818
|
+
The above copyright notice and this permission notice shall be included in all
|
|
819
|
+
copies or substantial portions of the Software.
|
|
795
820
|
|
|
821
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
822
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
823
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
824
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
825
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
826
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
827
|
+
SOFTWARE.
|
|
796
828
|
|
|
797
829
|
````
|
|
798
830
|
|
|
@@ -802,10 +834,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
802
834
|
|
|
803
835
|
### Rust Crates:
|
|
804
836
|
|
|
805
|
-
- [
|
|
837
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
806
838
|
|
|
807
839
|
````text
|
|
808
|
-
Copyright (c)
|
|
840
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
809
841
|
|
|
810
842
|
Permission is hereby granted, free of charge, to any
|
|
811
843
|
person obtaining a copy of this software and associated
|
|
@@ -839,14 +871,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
839
871
|
|
|
840
872
|
### Rust Crates:
|
|
841
873
|
|
|
842
|
-
- [
|
|
843
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
844
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
874
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
845
875
|
|
|
846
876
|
````text
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
877
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
850
878
|
|
|
851
879
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
852
880
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -872,37 +900,32 @@ SOFTWARE.
|
|
|
872
900
|
|
|
873
901
|
## The following dependencies are licensed under the MIT License:
|
|
874
902
|
|
|
875
|
-
###
|
|
903
|
+
### NPM Packages:
|
|
876
904
|
|
|
877
|
-
- [
|
|
878
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
905
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
879
906
|
|
|
880
907
|
````text
|
|
881
|
-
|
|
908
|
+
The MIT License (MIT)
|
|
882
909
|
|
|
883
|
-
|
|
884
|
-
person obtaining a copy of this software and associated
|
|
885
|
-
documentation files (the "Software"), to deal in the
|
|
886
|
-
Software without restriction, including without
|
|
887
|
-
limitation the rights to use, copy, modify, merge,
|
|
888
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
889
|
-
the Software, and to permit persons to whom the Software
|
|
890
|
-
is furnished to do so, subject to the following
|
|
891
|
-
conditions:
|
|
910
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
892
911
|
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
912
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
913
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
914
|
+
in the Software without restriction, including without limitation the rights
|
|
915
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
916
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
917
|
+
furnished to do so, subject to the following conditions:
|
|
896
918
|
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
IN
|
|
905
|
-
|
|
919
|
+
The above copyright notice and this permission notice shall be included in
|
|
920
|
+
all copies or substantial portions of the Software.
|
|
921
|
+
|
|
922
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
923
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
924
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
925
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
926
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
927
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
928
|
+
THE SOFTWARE.
|
|
906
929
|
|
|
907
930
|
````
|
|
908
931
|
|
|
@@ -943,33 +966,36 @@ SOFTWARE.
|
|
|
943
966
|
|
|
944
967
|
## The following dependencies are licensed under the MIT License:
|
|
945
968
|
|
|
946
|
-
###
|
|
969
|
+
### Rust Crates:
|
|
947
970
|
|
|
948
|
-
- [
|
|
949
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
971
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
950
972
|
|
|
951
973
|
````text
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
Copyright (c) Microsoft Corporation.
|
|
974
|
+
Copyright (c) 2016--2023
|
|
955
975
|
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
976
|
+
Permission is hereby granted, free of charge, to any
|
|
977
|
+
person obtaining a copy of this software and associated
|
|
978
|
+
documentation files (the "Software"), to deal in the
|
|
979
|
+
Software without restriction, including without
|
|
980
|
+
limitation the rights to use, copy, modify, merge,
|
|
981
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
982
|
+
the Software, and to permit persons to whom the Software
|
|
983
|
+
is furnished to do so, subject to the following
|
|
984
|
+
conditions:
|
|
962
985
|
|
|
963
|
-
|
|
964
|
-
|
|
986
|
+
The above copyright notice and this permission notice
|
|
987
|
+
shall be included in all copies or substantial portions
|
|
988
|
+
of the Software.
|
|
965
989
|
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
990
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
991
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
992
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
993
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
994
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
995
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
996
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
997
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
998
|
+
DEALINGS IN THE SOFTWARE.
|
|
973
999
|
|
|
974
1000
|
````
|
|
975
1001
|
|
|
@@ -977,34 +1003,37 @@ SOFTWARE.
|
|
|
977
1003
|
|
|
978
1004
|
## The following dependencies are licensed under the MIT License:
|
|
979
1005
|
|
|
980
|
-
###
|
|
1006
|
+
### Rust Crates:
|
|
981
1007
|
|
|
982
|
-
- [
|
|
1008
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
983
1009
|
|
|
984
1010
|
````text
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
988
|
-
|
|
989
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
990
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
991
|
-
in the Software without restriction, including without limitation the rights
|
|
992
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
993
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
994
|
-
furnished to do so, subject to the following conditions:
|
|
1011
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1012
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
995
1013
|
|
|
996
|
-
|
|
997
|
-
|
|
1014
|
+
Permission is hereby granted, free of charge, to any
|
|
1015
|
+
person obtaining a copy of this software and associated
|
|
1016
|
+
documentation files (the "Software"), to deal in the
|
|
1017
|
+
Software without restriction, including without
|
|
1018
|
+
limitation the rights to use, copy, modify, merge,
|
|
1019
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1020
|
+
the Software, and to permit persons to whom the Software
|
|
1021
|
+
is furnished to do so, subject to the following
|
|
1022
|
+
conditions:
|
|
998
1023
|
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1003
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1004
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1005
|
-
SOFTWARE.
|
|
1024
|
+
The above copyright notice and this permission notice
|
|
1025
|
+
shall be included in all copies or substantial portions
|
|
1026
|
+
of the Software.
|
|
1006
1027
|
|
|
1007
|
-
|
|
1028
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1029
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1030
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1031
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1032
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1033
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1034
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1035
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1036
|
+
DEALINGS IN THE SOFTWARE.
|
|
1008
1037
|
|
|
1009
1038
|
````
|
|
1010
1039
|
|
|
@@ -1014,14 +1043,11 @@ SOFTWARE.
|
|
|
1014
1043
|
|
|
1015
1044
|
### Rust Crates:
|
|
1016
1045
|
|
|
1017
|
-
- [
|
|
1018
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1019
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1046
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1020
1047
|
|
|
1021
1048
|
````text
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
Copyright (c) 2017 Ted Driggs
|
|
1049
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1050
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1025
1051
|
|
|
1026
1052
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1027
1053
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1049,29 +1075,35 @@ SOFTWARE.
|
|
|
1049
1075
|
|
|
1050
1076
|
### Rust Crates:
|
|
1051
1077
|
|
|
1052
|
-
- [
|
|
1078
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1079
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1053
1080
|
|
|
1054
1081
|
````text
|
|
1055
|
-
Copyright (c) 2013
|
|
1056
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1082
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
1057
1083
|
|
|
1058
|
-
Permission is hereby granted, free of charge, to any
|
|
1059
|
-
of this software and associated
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1084
|
+
Permission is hereby granted, free of charge, to any
|
|
1085
|
+
person obtaining a copy of this software and associated
|
|
1086
|
+
documentation files (the "Software"), to deal in the
|
|
1087
|
+
Software without restriction, including without
|
|
1088
|
+
limitation the rights to use, copy, modify, merge,
|
|
1089
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1090
|
+
the Software, and to permit persons to whom the Software
|
|
1091
|
+
is furnished to do so, subject to the following
|
|
1092
|
+
conditions:
|
|
1064
1093
|
|
|
1065
|
-
The above copyright notice and this permission notice
|
|
1066
|
-
copies or substantial portions
|
|
1094
|
+
The above copyright notice and this permission notice
|
|
1095
|
+
shall be included in all copies or substantial portions
|
|
1096
|
+
of the Software.
|
|
1067
1097
|
|
|
1068
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1069
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1098
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1099
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1100
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1101
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1102
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1103
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1104
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1105
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1106
|
+
DEALINGS IN THE SOFTWARE.
|
|
1075
1107
|
|
|
1076
1108
|
````
|
|
1077
1109
|
|
|
@@ -1081,10 +1113,10 @@ SOFTWARE.
|
|
|
1081
1113
|
|
|
1082
1114
|
### Rust Crates:
|
|
1083
1115
|
|
|
1084
|
-
- [
|
|
1116
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1085
1117
|
|
|
1086
1118
|
````text
|
|
1087
|
-
Copyright (c)
|
|
1119
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1088
1120
|
|
|
1089
1121
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1090
1122
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1104,7 +1136,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1104
1136
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1105
1137
|
THE SOFTWARE.
|
|
1106
1138
|
|
|
1107
|
-
|
|
1108
1139
|
````
|
|
1109
1140
|
|
|
1110
1141
|
---
|
|
@@ -1113,30 +1144,34 @@ THE SOFTWARE.
|
|
|
1113
1144
|
|
|
1114
1145
|
### Rust Crates:
|
|
1115
1146
|
|
|
1116
|
-
- [
|
|
1147
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1117
1148
|
|
|
1118
1149
|
````text
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
1150
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1122
1151
|
|
|
1123
|
-
Permission is hereby granted, free of charge, to any
|
|
1124
|
-
of this software and associated
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1152
|
+
Permission is hereby granted, free of charge, to any
|
|
1153
|
+
person obtaining a copy of this software and associated
|
|
1154
|
+
documentation files (the "Software"), to deal in the
|
|
1155
|
+
Software without restriction, including without
|
|
1156
|
+
limitation the rights to use, copy, modify, merge,
|
|
1157
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1158
|
+
the Software, and to permit persons to whom the Software
|
|
1159
|
+
is furnished to do so, subject to the following
|
|
1160
|
+
conditions:
|
|
1129
1161
|
|
|
1130
|
-
The above copyright notice and this permission notice
|
|
1131
|
-
copies or substantial portions
|
|
1162
|
+
The above copyright notice and this permission notice
|
|
1163
|
+
shall be included in all copies or substantial portions
|
|
1164
|
+
of the Software.
|
|
1132
1165
|
|
|
1133
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1134
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1166
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1167
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1168
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1169
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1170
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1171
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1172
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1173
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1174
|
+
DEALINGS IN THE SOFTWARE.
|
|
1140
1175
|
|
|
1141
1176
|
````
|
|
1142
1177
|
|
|
@@ -1146,29 +1181,34 @@ SOFTWARE.
|
|
|
1146
1181
|
|
|
1147
1182
|
### Rust Crates:
|
|
1148
1183
|
|
|
1149
|
-
- [
|
|
1184
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1150
1185
|
|
|
1151
1186
|
````text
|
|
1152
|
-
Copyright
|
|
1153
|
-
Copyright (c) 2016 Jason Housley
|
|
1187
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1154
1188
|
|
|
1155
|
-
Permission is hereby granted, free of charge, to any
|
|
1156
|
-
of this software and associated
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1189
|
+
Permission is hereby granted, free of charge, to any
|
|
1190
|
+
person obtaining a copy of this software and associated
|
|
1191
|
+
documentation files (the "Software"), to deal in the
|
|
1192
|
+
Software without restriction, including without
|
|
1193
|
+
limitation the rights to use, copy, modify, merge,
|
|
1194
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1195
|
+
the Software, and to permit persons to whom the Software
|
|
1196
|
+
is furnished to do so, subject to the following
|
|
1197
|
+
conditions:
|
|
1161
1198
|
|
|
1162
|
-
The above copyright notice and this permission notice
|
|
1163
|
-
all copies or substantial portions
|
|
1199
|
+
The above copyright notice and this permission notice
|
|
1200
|
+
shall be included in all copies or substantial portions
|
|
1201
|
+
of the Software.
|
|
1164
1202
|
|
|
1165
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1166
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1203
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1204
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1205
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1206
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1207
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1208
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1209
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1210
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1211
|
+
DEALINGS IN THE SOFTWARE.
|
|
1172
1212
|
|
|
1173
1213
|
````
|
|
1174
1214
|
|
|
@@ -1178,29 +1218,34 @@ THE SOFTWARE.
|
|
|
1178
1218
|
|
|
1179
1219
|
### Rust Crates:
|
|
1180
1220
|
|
|
1181
|
-
- [
|
|
1221
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1182
1222
|
|
|
1183
1223
|
````text
|
|
1184
|
-
Copyright (c)
|
|
1185
|
-
|
|
1186
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1187
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1188
|
-
in the Software without restriction, including without limitation the rights
|
|
1189
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1190
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1191
|
-
furnished to do so, subject to the following conditions:
|
|
1224
|
+
Copyright (c) 2017 http-rs authors
|
|
1192
1225
|
|
|
1193
|
-
|
|
1194
|
-
|
|
1226
|
+
Permission is hereby granted, free of charge, to any
|
|
1227
|
+
person obtaining a copy of this software and associated
|
|
1228
|
+
documentation files (the "Software"), to deal in the
|
|
1229
|
+
Software without restriction, including without
|
|
1230
|
+
limitation the rights to use, copy, modify, merge,
|
|
1231
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1232
|
+
the Software, and to permit persons to whom the Software
|
|
1233
|
+
is furnished to do so, subject to the following
|
|
1234
|
+
conditions:
|
|
1195
1235
|
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1200
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1201
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1202
|
-
THE SOFTWARE.
|
|
1236
|
+
The above copyright notice and this permission notice
|
|
1237
|
+
shall be included in all copies or substantial portions
|
|
1238
|
+
of the Software.
|
|
1203
1239
|
|
|
1240
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1241
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1242
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1243
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1244
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1245
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1246
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1247
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1248
|
+
DEALINGS IN THE SOFTWARE.
|
|
1204
1249
|
|
|
1205
1250
|
````
|
|
1206
1251
|
|
|
@@ -1210,33 +1255,34 @@ THE SOFTWARE.
|
|
|
1210
1255
|
|
|
1211
1256
|
### Rust Crates:
|
|
1212
1257
|
|
|
1213
|
-
- [
|
|
1214
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1215
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1216
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1258
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1217
1259
|
|
|
1218
1260
|
````text
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1261
|
+
Copyright Mozilla Foundation
|
|
1222
1262
|
|
|
1223
|
-
Permission is hereby granted, free of charge, to any
|
|
1224
|
-
of this software and associated
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1263
|
+
Permission is hereby granted, free of charge, to any
|
|
1264
|
+
person obtaining a copy of this software and associated
|
|
1265
|
+
documentation files (the "Software"), to deal in the
|
|
1266
|
+
Software without restriction, including without
|
|
1267
|
+
limitation the rights to use, copy, modify, merge,
|
|
1268
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1269
|
+
the Software, and to permit persons to whom the Software
|
|
1270
|
+
is furnished to do so, subject to the following
|
|
1271
|
+
conditions:
|
|
1229
1272
|
|
|
1230
|
-
The above copyright notice and this permission notice
|
|
1231
|
-
all copies or substantial portions
|
|
1273
|
+
The above copyright notice and this permission notice
|
|
1274
|
+
shall be included in all copies or substantial portions
|
|
1275
|
+
of the Software.
|
|
1232
1276
|
|
|
1233
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1234
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1277
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1278
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1279
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1280
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1281
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1282
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1283
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1284
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1285
|
+
DEALINGS IN THE SOFTWARE.
|
|
1240
1286
|
|
|
1241
1287
|
````
|
|
1242
1288
|
|
|
@@ -1246,15 +1292,13 @@ THE SOFTWARE.
|
|
|
1246
1292
|
|
|
1247
1293
|
### Rust Crates:
|
|
1248
1294
|
|
|
1249
|
-
- [
|
|
1250
|
-
- [
|
|
1251
|
-
- [
|
|
1252
|
-
- [
|
|
1253
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1254
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1295
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1296
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1297
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1298
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1255
1299
|
|
|
1256
1300
|
````text
|
|
1257
|
-
Copyright (c)
|
|
1301
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1258
1302
|
|
|
1259
1303
|
Permission is hereby granted, free of charge, to any
|
|
1260
1304
|
person obtaining a copy of this software and associated
|
|
@@ -1288,10 +1332,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1288
1332
|
|
|
1289
1333
|
### Rust Crates:
|
|
1290
1334
|
|
|
1291
|
-
- [
|
|
1335
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1292
1336
|
|
|
1293
1337
|
````text
|
|
1294
|
-
Copyright (c)
|
|
1338
|
+
Copyright (c) 2018 directories-rs contributors
|
|
1339
|
+
|
|
1340
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1341
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1342
|
+
in the Software without restriction, including without limitation the rights
|
|
1343
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1344
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1345
|
+
furnished to do so, subject to the following conditions:
|
|
1346
|
+
|
|
1347
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1348
|
+
copies or substantial portions of the Software.
|
|
1349
|
+
|
|
1350
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1351
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1352
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1353
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1354
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1355
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1356
|
+
SOFTWARE.
|
|
1357
|
+
|
|
1358
|
+
````
|
|
1359
|
+
|
|
1360
|
+
---
|
|
1361
|
+
|
|
1362
|
+
## The following dependencies are licensed under the MIT License:
|
|
1363
|
+
|
|
1364
|
+
### Rust Crates:
|
|
1365
|
+
|
|
1366
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1367
|
+
|
|
1368
|
+
````text
|
|
1369
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1295
1370
|
|
|
1296
1371
|
Permission is hereby granted, free of charge, to any
|
|
1297
1372
|
person obtaining a copy of this software and associated
|
|
@@ -1325,12 +1400,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1325
1400
|
|
|
1326
1401
|
### Rust Crates:
|
|
1327
1402
|
|
|
1328
|
-
- [
|
|
1403
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1329
1404
|
|
|
1330
1405
|
````text
|
|
1331
1406
|
The MIT License (MIT)
|
|
1332
1407
|
|
|
1333
|
-
Copyright (c)
|
|
1408
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1334
1409
|
|
|
1335
1410
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1336
1411
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1339,19 +1414,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1339
1414
|
copies of the Software, and to permit persons to whom the Software is
|
|
1340
1415
|
furnished to do so, subject to the following conditions:
|
|
1341
1416
|
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
all copies or substantial portions of the Software.
|
|
1345
|
-
|
|
1417
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1418
|
+
copies or substantial portions of the Software.
|
|
1346
1419
|
|
|
1347
1420
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1348
1421
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1349
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1422
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1350
1423
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1351
1424
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1352
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1353
|
-
|
|
1354
|
-
|
|
1425
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1426
|
+
SOFTWARE.
|
|
1355
1427
|
````
|
|
1356
1428
|
|
|
1357
1429
|
---
|
|
@@ -1360,10 +1432,10 @@ THE SOFTWARE.
|
|
|
1360
1432
|
|
|
1361
1433
|
### Rust Crates:
|
|
1362
1434
|
|
|
1363
|
-
- [
|
|
1435
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1364
1436
|
|
|
1365
1437
|
````text
|
|
1366
|
-
Copyright (c)
|
|
1438
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1367
1439
|
|
|
1368
1440
|
Permission is hereby granted, free of charge, to any
|
|
1369
1441
|
person obtaining a copy of this software and associated
|
|
@@ -1397,10 +1469,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1397
1469
|
|
|
1398
1470
|
### Rust Crates:
|
|
1399
1471
|
|
|
1400
|
-
- [
|
|
1472
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
1401
1473
|
|
|
1402
1474
|
````text
|
|
1403
|
-
Copyright (c)
|
|
1475
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
1404
1476
|
|
|
1405
1477
|
Permission is hereby granted, free of charge, to any
|
|
1406
1478
|
person obtaining a copy of this software and associated
|
|
@@ -1434,10 +1506,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1434
1506
|
|
|
1435
1507
|
### Rust Crates:
|
|
1436
1508
|
|
|
1437
|
-
- [
|
|
1509
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
1510
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1511
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1512
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1513
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1514
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1438
1515
|
|
|
1439
1516
|
````text
|
|
1440
|
-
Copyright (c)
|
|
1517
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1441
1518
|
|
|
1442
1519
|
Permission is hereby granted, free of charge, to any
|
|
1443
1520
|
person obtaining a copy of this software and associated
|
|
@@ -1471,11 +1548,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1471
1548
|
|
|
1472
1549
|
### Rust Crates:
|
|
1473
1550
|
|
|
1474
|
-
- [
|
|
1551
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1475
1552
|
|
|
1476
1553
|
````text
|
|
1477
|
-
Copyright (c)
|
|
1478
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1554
|
+
Copyright (c) The Rust Project Developers
|
|
1479
1555
|
|
|
1480
1556
|
Permission is hereby granted, free of charge, to any
|
|
1481
1557
|
person obtaining a copy of this software and associated
|
|
@@ -1509,30 +1585,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1509
1585
|
|
|
1510
1586
|
### Rust Crates:
|
|
1511
1587
|
|
|
1512
|
-
- [
|
|
1513
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1588
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1514
1589
|
|
|
1515
1590
|
````text
|
|
1516
|
-
The MIT License (MIT)
|
|
1517
|
-
|
|
1518
|
-
Copyright (c)
|
|
1519
|
-
|
|
1520
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1521
|
-
this software and associated documentation files (the "Software"), to deal
|
|
1522
|
-
the Software without restriction, including without limitation the rights
|
|
1523
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1524
|
-
the Software, and to permit persons to whom the Software is
|
|
1525
|
-
subject to the following conditions:
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1591
|
+
The MIT License (MIT)
|
|
1592
|
+
|
|
1593
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1594
|
+
|
|
1595
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1596
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1597
|
+
in the Software without restriction, including without limitation the rights
|
|
1598
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1599
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1600
|
+
furnished to do so, subject to the following conditions:
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
The above copyright notice and this permission notice shall be included in
|
|
1604
|
+
all copies or substantial portions of the Software.
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1608
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1609
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1610
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1611
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1612
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1613
|
+
THE SOFTWARE.
|
|
1536
1614
|
|
|
1537
1615
|
````
|
|
1538
1616
|
|
|
@@ -1542,13 +1620,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1542
1620
|
|
|
1543
1621
|
### Rust Crates:
|
|
1544
1622
|
|
|
1545
|
-
- [
|
|
1623
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1624
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1546
1625
|
|
|
1547
1626
|
````text
|
|
1548
1627
|
MIT License
|
|
1549
1628
|
|
|
1550
|
-
Copyright (c) 2019
|
|
1551
|
-
Copyright (c) Tokio Contributors
|
|
1629
|
+
Copyright (c) 2019 Graham Esau
|
|
1552
1630
|
|
|
1553
1631
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1554
1632
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1576,43 +1654,19 @@ SOFTWARE.
|
|
|
1576
1654
|
|
|
1577
1655
|
### Rust Crates:
|
|
1578
1656
|
|
|
1579
|
-
- [
|
|
1580
|
-
- [
|
|
1581
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1582
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1583
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1584
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1585
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1586
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1587
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1657
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1658
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1588
1659
|
|
|
1589
1660
|
````text
|
|
1590
|
-
|
|
1591
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1661
|
+
The MIT License (MIT)
|
|
1592
1662
|
|
|
1593
|
-
|
|
1594
|
-
person obtaining a copy of this software and associated
|
|
1595
|
-
documentation files (the "Software"), to deal in the
|
|
1596
|
-
Software without restriction, including without
|
|
1597
|
-
limitation the rights to use, copy, modify, merge,
|
|
1598
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1599
|
-
the Software, and to permit persons to whom the Software
|
|
1600
|
-
is furnished to do so, subject to the following
|
|
1601
|
-
conditions:
|
|
1663
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1602
1664
|
|
|
1603
|
-
|
|
1604
|
-
shall be included in all copies or substantial portions
|
|
1605
|
-
of the Software.
|
|
1665
|
+
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:
|
|
1606
1666
|
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1610
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1611
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1612
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1613
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1614
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1615
|
-
DEALINGS IN THE SOFTWARE.
|
|
1667
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1668
|
+
|
|
1669
|
+
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.
|
|
1616
1670
|
|
|
1617
1671
|
````
|
|
1618
1672
|
|
|
@@ -1622,34 +1676,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1622
1676
|
|
|
1623
1677
|
### Rust Crates:
|
|
1624
1678
|
|
|
1625
|
-
- [
|
|
1679
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1626
1680
|
|
|
1627
1681
|
````text
|
|
1628
|
-
Copyright (c) 2017
|
|
1682
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1683
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1629
1684
|
|
|
1630
|
-
Permission is hereby granted, free of charge, to any
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
the Software, and to permit persons to whom the Software
|
|
1637
|
-
is furnished to do so, subject to the following
|
|
1638
|
-
conditions:
|
|
1685
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1686
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1687
|
+
in the Software without restriction, including without limitation the rights
|
|
1688
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1689
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1690
|
+
furnished to do so, subject to the following conditions:
|
|
1639
1691
|
|
|
1640
|
-
The above copyright notice and this permission notice
|
|
1641
|
-
|
|
1642
|
-
of the Software.
|
|
1692
|
+
The above copyright notice and this permission notice shall be included in
|
|
1693
|
+
all copies or substantial portions of the Software.
|
|
1643
1694
|
|
|
1644
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1652
|
-
DEALINGS IN THE SOFTWARE.
|
|
1695
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1696
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1697
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1698
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1699
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1700
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1701
|
+
THE SOFTWARE.
|
|
1653
1702
|
|
|
1654
1703
|
````
|
|
1655
1704
|
|
|
@@ -1659,10 +1708,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1659
1708
|
|
|
1660
1709
|
### Rust Crates:
|
|
1661
1710
|
|
|
1662
|
-
- [
|
|
1711
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1663
1712
|
|
|
1664
1713
|
````text
|
|
1665
|
-
|
|
1714
|
+
The MIT License (MIT)
|
|
1715
|
+
|
|
1716
|
+
Copyright (c) 2015 Alice Maz
|
|
1717
|
+
|
|
1718
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1719
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1720
|
+
in the Software without restriction, including without limitation the rights
|
|
1721
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1722
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1723
|
+
furnished to do so, subject to the following conditions:
|
|
1724
|
+
|
|
1725
|
+
The above copyright notice and this permission notice shall be included in
|
|
1726
|
+
all copies or substantial portions of the Software.
|
|
1727
|
+
|
|
1728
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1729
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1730
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1731
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1732
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1733
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1734
|
+
THE SOFTWARE.
|
|
1735
|
+
|
|
1736
|
+
````
|
|
1737
|
+
|
|
1738
|
+
---
|
|
1739
|
+
|
|
1740
|
+
## The following dependencies are licensed under the MIT License:
|
|
1741
|
+
|
|
1742
|
+
### Rust Crates:
|
|
1743
|
+
|
|
1744
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1745
|
+
|
|
1746
|
+
````text
|
|
1747
|
+
Copyright (c) 2017 Carl Lerche
|
|
1748
|
+
Copyright (c) 2018 Bastian Köcher
|
|
1749
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1666
1750
|
|
|
1667
1751
|
Permission is hereby granted, free of charge, to any
|
|
1668
1752
|
person obtaining a copy of this software and associated
|
|
@@ -1696,10 +1780,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1696
1780
|
|
|
1697
1781
|
### Rust Crates:
|
|
1698
1782
|
|
|
1699
|
-
- [
|
|
1783
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1700
1784
|
|
|
1701
1785
|
````text
|
|
1702
|
-
|
|
1786
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1787
|
+
Copyright (c) 2016 Alex Crichton
|
|
1703
1788
|
|
|
1704
1789
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1705
1790
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1708,16 +1793,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1708
1793
|
copies of the Software, and to permit persons to whom the Software is
|
|
1709
1794
|
furnished to do so, subject to the following conditions:
|
|
1710
1795
|
|
|
1711
|
-
The above copyright notice and this permission notice shall be included in
|
|
1712
|
-
copies or substantial portions of the Software.
|
|
1796
|
+
The above copyright notice and this permission notice shall be included in
|
|
1797
|
+
all copies or substantial portions of the Software.
|
|
1713
1798
|
|
|
1714
1799
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1715
1800
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1716
1801
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1717
1802
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1718
1803
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1719
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1720
|
-
SOFTWARE.
|
|
1804
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1805
|
+
THE SOFTWARE.
|
|
1806
|
+
|
|
1721
1807
|
|
|
1722
1808
|
````
|
|
1723
1809
|
|
|
@@ -1727,12 +1813,10 @@ SOFTWARE.
|
|
|
1727
1813
|
|
|
1728
1814
|
### Rust Crates:
|
|
1729
1815
|
|
|
1730
|
-
- [
|
|
1731
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1732
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1816
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1733
1817
|
|
|
1734
1818
|
````text
|
|
1735
|
-
Copyright
|
|
1819
|
+
Copyright 2023 The Fuchsia Authors
|
|
1736
1820
|
|
|
1737
1821
|
Permission is hereby granted, free of charge, to any
|
|
1738
1822
|
person obtaining a copy of this software and associated
|
|
@@ -1758,6 +1842,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1758
1842
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1759
1843
|
DEALINGS IN THE SOFTWARE.
|
|
1760
1844
|
|
|
1845
|
+
|
|
1761
1846
|
````
|
|
1762
1847
|
|
|
1763
1848
|
---
|
|
@@ -1766,15 +1851,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1766
1851
|
|
|
1767
1852
|
### Rust Crates:
|
|
1768
1853
|
|
|
1769
|
-
- [
|
|
1854
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1855
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1856
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1770
1857
|
|
|
1771
1858
|
````text
|
|
1772
1859
|
MIT License
|
|
1773
1860
|
|
|
1774
|
-
Copyright
|
|
1775
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1776
|
-
Copyright (c) 2017 Frommi
|
|
1777
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1861
|
+
Copyright (c) 2017 Ted Driggs
|
|
1778
1862
|
|
|
1779
1863
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1780
1864
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1802,10 +1886,14 @@ SOFTWARE.
|
|
|
1802
1886
|
|
|
1803
1887
|
### Rust Crates:
|
|
1804
1888
|
|
|
1805
|
-
- [
|
|
1889
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1890
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1891
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1806
1892
|
|
|
1807
1893
|
````text
|
|
1808
|
-
|
|
1894
|
+
MIT License
|
|
1895
|
+
|
|
1896
|
+
Copyright (c) Tokio Contributors
|
|
1809
1897
|
|
|
1810
1898
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1811
1899
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1833,10 +1921,17 @@ SOFTWARE.
|
|
|
1833
1921
|
|
|
1834
1922
|
### Rust Crates:
|
|
1835
1923
|
|
|
1836
|
-
- [
|
|
1924
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1837
1925
|
|
|
1838
1926
|
````text
|
|
1839
|
-
Copyright (c)
|
|
1927
|
+
Copyright (c) 2016 The humantime Developers
|
|
1928
|
+
|
|
1929
|
+
Includes parts of http date with the following copyright:
|
|
1930
|
+
Copyright (c) 2016 Pyfisch
|
|
1931
|
+
|
|
1932
|
+
Includes portions of musl libc with the following copyright:
|
|
1933
|
+
Copyright © 2005-2013 Rich Felker
|
|
1934
|
+
|
|
1840
1935
|
|
|
1841
1936
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1842
1937
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1845,16 +1940,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1845
1940
|
copies of the Software, and to permit persons to whom the Software is
|
|
1846
1941
|
furnished to do so, subject to the following conditions:
|
|
1847
1942
|
|
|
1848
|
-
The above copyright notice and this permission notice shall be included in
|
|
1849
|
-
|
|
1943
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1944
|
+
copies or substantial portions of the Software.
|
|
1850
1945
|
|
|
1851
1946
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1852
1947
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1853
1948
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1854
1949
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1855
1950
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1856
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1857
|
-
|
|
1951
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1952
|
+
SOFTWARE.
|
|
1858
1953
|
|
|
1859
1954
|
````
|
|
1860
1955
|
|
|
@@ -1864,13 +1959,16 @@ THE SOFTWARE.
|
|
|
1864
1959
|
|
|
1865
1960
|
### Rust Crates:
|
|
1866
1961
|
|
|
1867
|
-
- [
|
|
1868
|
-
- [
|
|
1962
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1963
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1964
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1965
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1966
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1967
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1869
1968
|
|
|
1870
1969
|
````text
|
|
1871
|
-
Copyright
|
|
1872
|
-
Copyright (c)
|
|
1873
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1970
|
+
Copyright 2018 Developers of the Rand project
|
|
1971
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1874
1972
|
|
|
1875
1973
|
Permission is hereby granted, free of charge, to any
|
|
1876
1974
|
person obtaining a copy of this software and associated
|
|
@@ -1904,11 +2002,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1904
2002
|
|
|
1905
2003
|
### Rust Crates:
|
|
1906
2004
|
|
|
1907
|
-
- [
|
|
1908
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2005
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1909
2006
|
|
|
1910
2007
|
````text
|
|
1911
|
-
|
|
2008
|
+
MIT License
|
|
2009
|
+
|
|
2010
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1912
2011
|
|
|
1913
2012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1914
2013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1934,14 +2033,13 @@ SOFTWARE.
|
|
|
1934
2033
|
|
|
1935
2034
|
## The following dependencies are licensed under the MIT License:
|
|
1936
2035
|
|
|
1937
|
-
###
|
|
2036
|
+
### NPM Packages:
|
|
1938
2037
|
|
|
1939
|
-
- [
|
|
2038
|
+
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
1940
2039
|
|
|
1941
2040
|
````text
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2041
|
+
pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
2042
|
+
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
1945
2043
|
|
|
1946
2044
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1947
2045
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1950,19 +2048,54 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1950
2048
|
copies of the Software, and to permit persons to whom the Software is
|
|
1951
2049
|
furnished to do so, subject to the following conditions:
|
|
1952
2050
|
|
|
1953
|
-
The above copyright notice and this permission notice shall be included in
|
|
1954
|
-
copies or substantial portions of the Software.
|
|
2051
|
+
The above copyright notice and this permission notice shall be included in
|
|
2052
|
+
all copies or substantial portions of the Software.
|
|
1955
2053
|
|
|
1956
2054
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1957
2055
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1958
2056
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1959
2057
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1960
2058
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1961
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1962
|
-
SOFTWARE.
|
|
2059
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2060
|
+
THE SOFTWARE.
|
|
2061
|
+
|
|
2062
|
+
````
|
|
2063
|
+
|
|
2064
|
+
---
|
|
2065
|
+
|
|
2066
|
+
## The following dependencies are licensed under the MIT License:
|
|
2067
|
+
|
|
2068
|
+
### Rust Crates:
|
|
2069
|
+
|
|
2070
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2071
|
+
|
|
2072
|
+
````text
|
|
2073
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2074
|
+
|
|
2075
|
+
Permission is hereby granted, free of charge, to any
|
|
2076
|
+
person obtaining a copy of this software and associated
|
|
2077
|
+
documentation files (the "Software"), to deal in the
|
|
2078
|
+
Software without restriction, including without
|
|
2079
|
+
limitation the rights to use, copy, modify, merge,
|
|
2080
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2081
|
+
the Software, and to permit persons to whom the Software
|
|
2082
|
+
is furnished to do so, subject to the following
|
|
2083
|
+
conditions:
|
|
2084
|
+
|
|
2085
|
+
The above copyright notice and this permission notice
|
|
2086
|
+
shall be included in all copies or substantial portions
|
|
2087
|
+
of the Software.
|
|
2088
|
+
|
|
2089
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2090
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2091
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2092
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2093
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2094
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2095
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2096
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2097
|
+
DEALINGS IN THE SOFTWARE.
|
|
1963
2098
|
|
|
1964
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1965
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1966
2099
|
````
|
|
1967
2100
|
|
|
1968
2101
|
---
|
|
@@ -2005,10 +2138,10 @@ SOFTWARE.
|
|
|
2005
2138
|
|
|
2006
2139
|
### Rust Crates:
|
|
2007
2140
|
|
|
2008
|
-
- [
|
|
2141
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2009
2142
|
|
|
2010
2143
|
````text
|
|
2011
|
-
Copyright (c)
|
|
2144
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2012
2145
|
|
|
2013
2146
|
Permission is hereby granted, free of charge, to any
|
|
2014
2147
|
person obtaining a copy of this software and associated
|
|
@@ -2040,14 +2173,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2040
2173
|
|
|
2041
2174
|
## The following dependencies are licensed under the MIT License:
|
|
2042
2175
|
|
|
2043
|
-
###
|
|
2176
|
+
### Rust Crates:
|
|
2044
2177
|
|
|
2045
|
-
- [
|
|
2178
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2046
2179
|
|
|
2047
2180
|
````text
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2181
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2051
2182
|
|
|
2052
2183
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2053
2184
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2056,16 +2187,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2056
2187
|
copies of the Software, and to permit persons to whom the Software is
|
|
2057
2188
|
furnished to do so, subject to the following conditions:
|
|
2058
2189
|
|
|
2059
|
-
The above copyright notice and this permission notice shall be included in
|
|
2060
|
-
copies or substantial portions of the Software.
|
|
2190
|
+
The above copyright notice and this permission notice shall be included in
|
|
2191
|
+
all copies or substantial portions of the Software.
|
|
2061
2192
|
|
|
2062
2193
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2063
2194
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2064
2195
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2065
2196
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2066
2197
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2067
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2068
|
-
SOFTWARE.
|
|
2198
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2199
|
+
THE SOFTWARE.
|
|
2200
|
+
|
|
2069
2201
|
|
|
2070
2202
|
````
|
|
2071
2203
|
|
|
@@ -2075,10 +2207,10 @@ SOFTWARE.
|
|
|
2075
2207
|
|
|
2076
2208
|
### Rust Crates:
|
|
2077
2209
|
|
|
2078
|
-
- [
|
|
2210
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2079
2211
|
|
|
2080
2212
|
````text
|
|
2081
|
-
Copyright (c)
|
|
2213
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2082
2214
|
|
|
2083
2215
|
Permission is hereby granted, free of charge, to any
|
|
2084
2216
|
person obtaining a copy of this software and associated
|
|
@@ -2112,49 +2244,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2112
2244
|
|
|
2113
2245
|
### Rust Crates:
|
|
2114
2246
|
|
|
2115
|
-
- [
|
|
2116
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2117
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2247
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2118
2248
|
|
|
2119
2249
|
````text
|
|
2120
|
-
Copyright (c)
|
|
2121
|
-
|
|
2122
|
-
Permission is hereby granted, free of charge, to any
|
|
2123
|
-
person obtaining a copy of this software and associated
|
|
2124
|
-
documentation files (the "Software"), to deal in the
|
|
2125
|
-
Software without restriction, including without
|
|
2126
|
-
limitation the rights to use, copy, modify, merge,
|
|
2127
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2128
|
-
the Software, and to permit persons to whom the Software
|
|
2129
|
-
is furnished to do so, subject to the following
|
|
2130
|
-
conditions:
|
|
2131
|
-
|
|
2132
|
-
The above copyright notice and this permission notice
|
|
2133
|
-
shall be included in all copies or substantial portions
|
|
2134
|
-
of the Software.
|
|
2135
|
-
|
|
2136
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2137
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2138
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2139
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2140
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2141
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2142
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2143
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2144
|
-
DEALINGS IN THE SOFTWARE.
|
|
2145
|
-
|
|
2146
|
-
````
|
|
2147
|
-
|
|
2148
|
-
---
|
|
2149
|
-
|
|
2150
|
-
## The following dependencies are licensed under the MIT License:
|
|
2151
|
-
|
|
2152
|
-
### Rust Crates:
|
|
2153
|
-
|
|
2154
|
-
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2155
|
-
|
|
2156
|
-
````text
|
|
2157
|
-
Copyright (c) 2017 Sean McArthur
|
|
2250
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2251
|
+
Copyright (c) 2016 Jason Housley
|
|
2158
2252
|
|
|
2159
2253
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2160
2254
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2174,6 +2268,39 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2174
2268
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2175
2269
|
THE SOFTWARE.
|
|
2176
2270
|
|
|
2271
|
+
````
|
|
2272
|
+
|
|
2273
|
+
---
|
|
2274
|
+
|
|
2275
|
+
## The following dependencies are licensed under the MIT License:
|
|
2276
|
+
|
|
2277
|
+
### NPM Packages:
|
|
2278
|
+
|
|
2279
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2280
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2281
|
+
|
|
2282
|
+
````text
|
|
2283
|
+
MIT License
|
|
2284
|
+
|
|
2285
|
+
Copyright (c) Microsoft Corporation.
|
|
2286
|
+
|
|
2287
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2288
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2289
|
+
in the Software without restriction, including without limitation the rights
|
|
2290
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2291
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2292
|
+
furnished to do so, subject to the following conditions:
|
|
2293
|
+
|
|
2294
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2295
|
+
copies or substantial portions of the Software.
|
|
2296
|
+
|
|
2297
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2298
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2299
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2300
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2301
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2302
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2303
|
+
SOFTWARE
|
|
2177
2304
|
|
|
2178
2305
|
````
|
|
2179
2306
|
|
|
@@ -2181,14 +2308,14 @@ THE SOFTWARE.
|
|
|
2181
2308
|
|
|
2182
2309
|
## The following dependencies are licensed under the MIT License:
|
|
2183
2310
|
|
|
2184
|
-
###
|
|
2311
|
+
### NPM Packages:
|
|
2185
2312
|
|
|
2186
|
-
- [json5](https://github.com/
|
|
2313
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2187
2314
|
|
|
2188
2315
|
````text
|
|
2189
2316
|
MIT License
|
|
2190
2317
|
|
|
2191
|
-
Copyright (c)
|
|
2318
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2192
2319
|
|
|
2193
2320
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2194
2321
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2208,6 +2335,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2208
2335
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2209
2336
|
SOFTWARE.
|
|
2210
2337
|
|
|
2338
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2339
|
+
|
|
2211
2340
|
````
|
|
2212
2341
|
|
|
2213
2342
|
---
|
|
@@ -2216,10 +2345,10 @@ SOFTWARE.
|
|
|
2216
2345
|
|
|
2217
2346
|
### Rust Crates:
|
|
2218
2347
|
|
|
2219
|
-
- [
|
|
2348
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2220
2349
|
|
|
2221
2350
|
````text
|
|
2222
|
-
Copyright (c)
|
|
2351
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2223
2352
|
|
|
2224
2353
|
Permission is hereby granted, free of charge, to any
|
|
2225
2354
|
person obtaining a copy of this software and associated
|
|
@@ -2253,10 +2382,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2253
2382
|
|
|
2254
2383
|
### Rust Crates:
|
|
2255
2384
|
|
|
2256
|
-
- [
|
|
2385
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2257
2386
|
|
|
2258
2387
|
````text
|
|
2259
|
-
Copyright (c)
|
|
2388
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2389
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2260
2390
|
|
|
2261
2391
|
Permission is hereby granted, free of charge, to any
|
|
2262
2392
|
person obtaining a copy of this software and associated
|
|
@@ -2290,34 +2420,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2290
2420
|
|
|
2291
2421
|
### Rust Crates:
|
|
2292
2422
|
|
|
2293
|
-
- [
|
|
2423
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2294
2424
|
|
|
2295
2425
|
````text
|
|
2296
|
-
Copyright
|
|
2426
|
+
Copyright 2016 Nika Layzell
|
|
2297
2427
|
|
|
2298
|
-
Permission is hereby granted, free of charge, to any
|
|
2299
|
-
person obtaining a copy of this software and associated
|
|
2300
|
-
documentation files (the "Software"), to deal in the
|
|
2301
|
-
Software without restriction, including without
|
|
2302
|
-
limitation the rights to use, copy, modify, merge,
|
|
2303
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2304
|
-
the Software, and to permit persons to whom the Software
|
|
2305
|
-
is furnished to do so, subject to the following
|
|
2306
|
-
conditions:
|
|
2428
|
+
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:
|
|
2307
2429
|
|
|
2308
|
-
The above copyright notice and this permission notice
|
|
2309
|
-
shall be included in all copies or substantial portions
|
|
2310
|
-
of the Software.
|
|
2430
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2311
2431
|
|
|
2312
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2313
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2314
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2315
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2316
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2317
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2318
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2319
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2320
|
-
DEALINGS IN THE SOFTWARE.
|
|
2432
|
+
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.
|
|
2321
2433
|
|
|
2322
2434
|
````
|
|
2323
2435
|
|
|
@@ -2327,10 +2439,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2327
2439
|
|
|
2328
2440
|
### Rust Crates:
|
|
2329
2441
|
|
|
2330
|
-
- [
|
|
2442
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2331
2443
|
|
|
2332
2444
|
````text
|
|
2333
|
-
|
|
2445
|
+
MIT License
|
|
2446
|
+
|
|
2447
|
+
Copyright (c) 2025 Callum Oakley
|
|
2334
2448
|
|
|
2335
2449
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2336
2450
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2339,16 +2453,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2339
2453
|
copies of the Software, and to permit persons to whom the Software is
|
|
2340
2454
|
furnished to do so, subject to the following conditions:
|
|
2341
2455
|
|
|
2342
|
-
The above copyright notice and this permission notice shall be included in
|
|
2343
|
-
|
|
2456
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2457
|
+
copies or substantial portions of the Software.
|
|
2344
2458
|
|
|
2345
2459
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2346
2460
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2347
2461
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2348
2462
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2349
2463
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2350
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2351
|
-
|
|
2464
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2465
|
+
SOFTWARE.
|
|
2352
2466
|
|
|
2353
2467
|
````
|
|
2354
2468
|
|
|
@@ -2358,72 +2472,31 @@ THE SOFTWARE.
|
|
|
2358
2472
|
|
|
2359
2473
|
### Rust Crates:
|
|
2360
2474
|
|
|
2361
|
-
- [
|
|
2475
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2362
2476
|
|
|
2363
2477
|
````text
|
|
2364
|
-
|
|
2365
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2366
|
-
|
|
2367
|
-
Permission is hereby granted, free of charge, to any
|
|
2368
|
-
person obtaining a copy of this software and associated
|
|
2369
|
-
documentation files (the "Software"), to deal in the
|
|
2370
|
-
Software without restriction, including without
|
|
2371
|
-
limitation the rights to use, copy, modify, merge,
|
|
2372
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2373
|
-
the Software, and to permit persons to whom the Software
|
|
2374
|
-
is furnished to do so, subject to the following
|
|
2375
|
-
conditions:
|
|
2376
|
-
|
|
2377
|
-
The above copyright notice and this permission notice
|
|
2378
|
-
shall be included in all copies or substantial portions
|
|
2379
|
-
of the Software.
|
|
2380
|
-
|
|
2381
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2382
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2383
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2384
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2385
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2386
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2387
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2388
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2389
|
-
DEALINGS IN THE SOFTWARE.
|
|
2390
|
-
|
|
2391
|
-
````
|
|
2392
|
-
|
|
2393
|
-
---
|
|
2394
|
-
|
|
2395
|
-
## The following dependencies are licensed under the MIT License:
|
|
2396
|
-
|
|
2397
|
-
### Rust Crates:
|
|
2398
|
-
|
|
2399
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2478
|
+
MIT License
|
|
2400
2479
|
|
|
2401
|
-
|
|
2402
|
-
Copyright (c)
|
|
2480
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2481
|
+
Copyright (c) Tokio Contributors
|
|
2403
2482
|
|
|
2404
|
-
Permission is hereby granted, free of charge, to any
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
the Software, and to permit persons to whom the Software
|
|
2411
|
-
is furnished to do so, subject to the following
|
|
2412
|
-
conditions:
|
|
2483
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2484
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2485
|
+
in the Software without restriction, including without limitation the rights
|
|
2486
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2487
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2488
|
+
furnished to do so, subject to the following conditions:
|
|
2413
2489
|
|
|
2414
|
-
The above copyright notice and this permission notice
|
|
2415
|
-
|
|
2416
|
-
of the Software.
|
|
2490
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2491
|
+
copies or substantial portions of the Software.
|
|
2417
2492
|
|
|
2418
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2426
|
-
DEALINGS IN THE SOFTWARE.
|
|
2493
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2494
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2495
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2496
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2497
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2498
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2499
|
+
SOFTWARE.
|
|
2427
2500
|
|
|
2428
2501
|
````
|
|
2429
2502
|
|
|
@@ -2433,10 +2506,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2433
2506
|
|
|
2434
2507
|
### Rust Crates:
|
|
2435
2508
|
|
|
2436
|
-
- [
|
|
2509
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2510
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2511
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2437
2512
|
|
|
2438
2513
|
````text
|
|
2439
|
-
Copyright (c) 2019
|
|
2514
|
+
Copyright (c) 2019 Tower Contributors
|
|
2440
2515
|
|
|
2441
2516
|
Permission is hereby granted, free of charge, to any
|
|
2442
2517
|
person obtaining a copy of this software and associated
|
|
@@ -2470,10 +2545,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2470
2545
|
|
|
2471
2546
|
### Rust Crates:
|
|
2472
2547
|
|
|
2473
|
-
- [
|
|
2548
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2474
2549
|
|
|
2475
2550
|
````text
|
|
2476
|
-
|
|
2551
|
+
MIT License
|
|
2477
2552
|
|
|
2478
2553
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2479
2554
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2482,16 +2557,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2482
2557
|
copies of the Software, and to permit persons to whom the Software is
|
|
2483
2558
|
furnished to do so, subject to the following conditions:
|
|
2484
2559
|
|
|
2485
|
-
The above copyright notice and this permission notice shall be included in
|
|
2486
|
-
|
|
2560
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2561
|
+
copies or substantial portions of the Software.
|
|
2487
2562
|
|
|
2488
2563
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2489
2564
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2490
2565
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2491
2566
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2492
2567
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2493
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2494
|
-
|
|
2568
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2569
|
+
SOFTWARE.
|
|
2495
2570
|
|
|
2496
2571
|
````
|
|
2497
2572
|
|
|
@@ -2501,12 +2576,12 @@ THE SOFTWARE.
|
|
|
2501
2576
|
|
|
2502
2577
|
### Rust Crates:
|
|
2503
2578
|
|
|
2504
|
-
- [
|
|
2579
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2505
2580
|
|
|
2506
2581
|
````text
|
|
2507
2582
|
The MIT License (MIT)
|
|
2508
2583
|
|
|
2509
|
-
Copyright (c)
|
|
2584
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2510
2585
|
|
|
2511
2586
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2512
2587
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2515,16 +2590,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2515
2590
|
copies of the Software, and to permit persons to whom the Software is
|
|
2516
2591
|
furnished to do so, subject to the following conditions:
|
|
2517
2592
|
|
|
2518
|
-
The above copyright notice and this permission notice shall be included in
|
|
2519
|
-
copies or substantial portions of the Software.
|
|
2593
|
+
The above copyright notice and this permission notice shall be included in
|
|
2594
|
+
all copies or substantial portions of the Software.
|
|
2520
2595
|
|
|
2521
2596
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2522
2597
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2523
2598
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2524
2599
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2525
2600
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2526
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2527
|
-
SOFTWARE.
|
|
2601
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2602
|
+
THE SOFTWARE.
|
|
2528
2603
|
|
|
2529
2604
|
````
|
|
2530
2605
|
|
|
@@ -2532,14 +2607,12 @@ SOFTWARE.
|
|
|
2532
2607
|
|
|
2533
2608
|
## The following dependencies are licensed under the MIT License:
|
|
2534
2609
|
|
|
2535
|
-
###
|
|
2610
|
+
### Rust Crates:
|
|
2536
2611
|
|
|
2537
|
-
- [
|
|
2612
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2538
2613
|
|
|
2539
2614
|
````text
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2615
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2543
2616
|
|
|
2544
2617
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2545
2618
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2559,6 +2632,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2559
2632
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2560
2633
|
THE SOFTWARE.
|
|
2561
2634
|
|
|
2635
|
+
|
|
2562
2636
|
````
|
|
2563
2637
|
|
|
2564
2638
|
---
|
|
@@ -2567,10 +2641,10 @@ THE SOFTWARE.
|
|
|
2567
2641
|
|
|
2568
2642
|
### Rust Crates:
|
|
2569
2643
|
|
|
2570
|
-
- [
|
|
2644
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2571
2645
|
|
|
2572
2646
|
````text
|
|
2573
|
-
Copyright (c)
|
|
2647
|
+
Copyright (c) 2017 Robert Grosse
|
|
2574
2648
|
|
|
2575
2649
|
Permission is hereby granted, free of charge, to any
|
|
2576
2650
|
person obtaining a copy of this software and associated
|
|
@@ -2595,7 +2669,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2595
2669
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2596
2670
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2597
2671
|
DEALINGS IN THE SOFTWARE.
|
|
2598
|
-
|
|
2599
2672
|
````
|
|
2600
2673
|
|
|
2601
2674
|
---
|
|
@@ -2604,79 +2677,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2604
2677
|
|
|
2605
2678
|
### Rust Crates:
|
|
2606
2679
|
|
|
2607
|
-
- [
|
|
2680
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2608
2681
|
|
|
2609
2682
|
````text
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2613
|
-
|
|
2614
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2615
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2616
|
-
in the Software without restriction, including without limitation the rights
|
|
2617
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2618
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2619
|
-
furnished to do so, subject to the following conditions:
|
|
2620
|
-
|
|
2621
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2622
|
-
copies or substantial portions of the Software.
|
|
2623
|
-
|
|
2624
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2625
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2626
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2627
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2628
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2629
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2630
|
-
SOFTWARE.
|
|
2631
|
-
|
|
2632
|
-
````
|
|
2633
|
-
|
|
2634
|
-
---
|
|
2635
|
-
|
|
2636
|
-
## The following dependencies are licensed under the MIT License:
|
|
2637
|
-
|
|
2638
|
-
### Rust Crates:
|
|
2639
|
-
|
|
2640
|
-
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2641
|
-
|
|
2642
|
-
````text
|
|
2643
|
-
The MIT License (MIT)
|
|
2644
|
-
|
|
2645
|
-
Copyright (c) 2015 Danny Guo
|
|
2646
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2647
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2648
|
-
|
|
2649
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2650
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2651
|
-
in the Software without restriction, including without limitation the rights
|
|
2652
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2653
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2654
|
-
furnished to do so, subject to the following conditions:
|
|
2655
|
-
|
|
2656
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2657
|
-
copies or substantial portions of the Software.
|
|
2658
|
-
|
|
2659
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2660
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2661
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2662
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2663
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2664
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2665
|
-
SOFTWARE.
|
|
2666
|
-
|
|
2667
|
-
````
|
|
2668
|
-
|
|
2669
|
-
---
|
|
2670
|
-
|
|
2671
|
-
## The following dependencies are licensed under the MIT License:
|
|
2672
|
-
|
|
2673
|
-
### Rust Crates:
|
|
2674
|
-
|
|
2675
|
-
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2676
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2677
|
-
|
|
2678
|
-
````text
|
|
2679
|
-
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2683
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
2680
2684
|
|
|
2681
2685
|
Permission is hereby granted, free of charge, to any
|
|
2682
2686
|
person obtaining a copy of this software and associated
|
|
@@ -2710,34 +2714,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2710
2714
|
|
|
2711
2715
|
### Rust Crates:
|
|
2712
2716
|
|
|
2713
|
-
- [
|
|
2717
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
2718
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2719
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2714
2720
|
|
|
2715
2721
|
````text
|
|
2716
|
-
|
|
2722
|
+
MIT License
|
|
2717
2723
|
|
|
2718
|
-
|
|
2719
|
-
person obtaining a copy of this software and associated
|
|
2720
|
-
documentation files (the "Software"), to deal in the
|
|
2721
|
-
Software without restriction, including without
|
|
2722
|
-
limitation the rights to use, copy, modify, merge,
|
|
2723
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2724
|
-
the Software, and to permit persons to whom the Software
|
|
2725
|
-
is furnished to do so, subject to the following
|
|
2726
|
-
conditions:
|
|
2724
|
+
Copyright (c) <year> <copyright holders>
|
|
2727
2725
|
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2726
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
2727
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
2728
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2729
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
2730
|
+
following conditions:
|
|
2731
2731
|
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2738
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2739
|
-
|
|
2740
|
-
DEALINGS IN THE SOFTWARE.
|
|
2732
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
2733
|
+
portions of the Software.
|
|
2734
|
+
|
|
2735
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
2736
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
2737
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2738
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2739
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2741
2740
|
|
|
2742
2741
|
````
|
|
2743
2742
|
|
|
@@ -2747,10 +2746,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2747
2746
|
|
|
2748
2747
|
### Rust Crates:
|
|
2749
2748
|
|
|
2750
|
-
- [
|
|
2749
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2751
2750
|
|
|
2752
2751
|
````text
|
|
2753
|
-
Copyright (c)
|
|
2752
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2754
2753
|
|
|
2755
2754
|
Permission is hereby granted, free of charge, to any
|
|
2756
2755
|
person obtaining a copy of this software and associated
|
|
@@ -2782,70 +2781,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2782
2781
|
|
|
2783
2782
|
## The following dependencies are licensed under the MIT License:
|
|
2784
2783
|
|
|
2785
|
-
###
|
|
2784
|
+
### Rust Crates:
|
|
2786
2785
|
|
|
2787
|
-
- [
|
|
2786
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2787
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2788
2788
|
|
|
2789
2789
|
````text
|
|
2790
2790
|
The MIT License (MIT)
|
|
2791
2791
|
|
|
2792
|
-
Copyright (c) 2015
|
|
2792
|
+
Copyright (c) 2015 Steven Fackler
|
|
2793
2793
|
|
|
2794
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2794
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2795
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2796
|
+
the Software without restriction, including without limitation the rights to
|
|
2797
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2798
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2799
|
+
subject to the following conditions:
|
|
2800
2800
|
|
|
2801
2801
|
The above copyright notice and this permission notice shall be included in all
|
|
2802
2802
|
copies or substantial portions of the Software.
|
|
2803
2803
|
|
|
2804
2804
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2805
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
SOFTWARE.
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
````
|
|
2814
|
-
|
|
2815
|
-
---
|
|
2816
|
-
|
|
2817
|
-
## The following dependencies are licensed under the MIT License:
|
|
2818
|
-
|
|
2819
|
-
### Rust Crates:
|
|
2820
|
-
|
|
2821
|
-
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2822
|
-
|
|
2823
|
-
````text
|
|
2824
|
-
Copyright (c) 2019-2021 Tower Contributors
|
|
2825
|
-
|
|
2826
|
-
Permission is hereby granted, free of charge, to any
|
|
2827
|
-
person obtaining a copy of this software and associated
|
|
2828
|
-
documentation files (the "Software"), to deal in the
|
|
2829
|
-
Software without restriction, including without
|
|
2830
|
-
limitation the rights to use, copy, modify, merge,
|
|
2831
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2832
|
-
the Software, and to permit persons to whom the Software
|
|
2833
|
-
is furnished to do so, subject to the following
|
|
2834
|
-
conditions:
|
|
2835
|
-
|
|
2836
|
-
The above copyright notice and this permission notice
|
|
2837
|
-
shall be included in all copies or substantial portions
|
|
2838
|
-
of the Software.
|
|
2839
|
-
|
|
2840
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2841
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2842
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2843
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2844
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2845
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2846
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2847
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2848
|
-
DEALINGS IN THE SOFTWARE.
|
|
2805
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2806
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2807
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2808
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2809
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2849
2810
|
|
|
2850
2811
|
````
|
|
2851
2812
|
|
|
@@ -2855,12 +2816,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2855
2816
|
|
|
2856
2817
|
### Rust Crates:
|
|
2857
2818
|
|
|
2858
|
-
- [
|
|
2819
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2820
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2859
2821
|
|
|
2860
2822
|
````text
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
Copyright (c) 2015 Alice Maz
|
|
2823
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2864
2824
|
|
|
2865
2825
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2866
2826
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2869,16 +2829,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2869
2829
|
copies of the Software, and to permit persons to whom the Software is
|
|
2870
2830
|
furnished to do so, subject to the following conditions:
|
|
2871
2831
|
|
|
2872
|
-
The above copyright notice and this permission notice shall be included in
|
|
2873
|
-
|
|
2832
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2833
|
+
copies or substantial portions of the Software.
|
|
2874
2834
|
|
|
2875
2835
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2876
2836
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2877
2837
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2878
2838
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2879
2839
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2880
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2881
|
-
|
|
2840
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2841
|
+
SOFTWARE.
|
|
2882
2842
|
|
|
2883
2843
|
````
|
|
2884
2844
|
|
|
@@ -2888,10 +2848,10 @@ THE SOFTWARE.
|
|
|
2888
2848
|
|
|
2889
2849
|
### Rust Crates:
|
|
2890
2850
|
|
|
2891
|
-
- [
|
|
2851
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2892
2852
|
|
|
2893
2853
|
````text
|
|
2894
|
-
Copyright (c)
|
|
2854
|
+
Copyright (c) 2016--2017
|
|
2895
2855
|
|
|
2896
2856
|
Permission is hereby granted, free of charge, to any
|
|
2897
2857
|
person obtaining a copy of this software and associated
|
|
@@ -2925,13 +2885,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2925
2885
|
|
|
2926
2886
|
### Rust Crates:
|
|
2927
2887
|
|
|
2928
|
-
- [
|
|
2929
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2930
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2931
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2888
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2932
2889
|
|
|
2933
2890
|
````text
|
|
2934
|
-
Copyright (c)
|
|
2891
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2935
2892
|
|
|
2936
2893
|
Permission is hereby granted, free of charge, to any
|
|
2937
2894
|
person obtaining a copy of this software and associated
|
|
@@ -2965,10 +2922,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2965
2922
|
|
|
2966
2923
|
### Rust Crates:
|
|
2967
2924
|
|
|
2968
|
-
- [
|
|
2925
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2969
2926
|
|
|
2970
2927
|
````text
|
|
2971
|
-
|
|
2928
|
+
MIT License
|
|
2929
|
+
|
|
2930
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2972
2931
|
|
|
2973
2932
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2974
2933
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2996,10 +2955,10 @@ SOFTWARE.
|
|
|
2996
2955
|
|
|
2997
2956
|
### Rust Crates:
|
|
2998
2957
|
|
|
2999
|
-
- [
|
|
2958
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3000
2959
|
|
|
3001
2960
|
````text
|
|
3002
|
-
Copyright (c)
|
|
2961
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3003
2962
|
|
|
3004
2963
|
Permission is hereby granted, free of charge, to any
|
|
3005
2964
|
person obtaining a copy of this software and associated
|
|
@@ -3033,37 +2992,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3033
2992
|
|
|
3034
2993
|
### Rust Crates:
|
|
3035
2994
|
|
|
3036
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3037
|
-
|
|
3038
|
-
````text
|
|
3039
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
3040
|
-
|
|
3041
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3042
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3043
|
-
in the Software without restriction, including without limitation the rights
|
|
3044
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3045
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3046
|
-
furnished to do so, subject to the following conditions:
|
|
3047
|
-
|
|
3048
|
-
The above copyright notice and this permission notice shall be included in
|
|
3049
|
-
all copies or substantial portions of the Software.
|
|
3050
|
-
|
|
3051
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3052
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3053
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3054
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3055
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3056
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3057
|
-
THE SOFTWARE.
|
|
3058
|
-
|
|
3059
|
-
````
|
|
3060
|
-
|
|
3061
|
-
---
|
|
3062
|
-
|
|
3063
|
-
## The following dependencies are licensed under the MIT License:
|
|
3064
|
-
|
|
3065
|
-
### Rust Crates:
|
|
3066
|
-
|
|
3067
2995
|
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3068
2996
|
|
|
3069
2997
|
````text
|
|
@@ -3101,35 +3029,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3101
3029
|
|
|
3102
3030
|
### Rust Crates:
|
|
3103
3031
|
|
|
3104
|
-
- [
|
|
3032
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3105
3033
|
|
|
3106
3034
|
````text
|
|
3107
|
-
|
|
3035
|
+
The MIT License (MIT)
|
|
3108
3036
|
|
|
3109
|
-
|
|
3110
|
-
person obtaining a copy of this software and associated
|
|
3111
|
-
documentation files (the "Software"), to deal in the
|
|
3112
|
-
Software without restriction, including without
|
|
3113
|
-
limitation the rights to use, copy, modify, merge,
|
|
3114
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3115
|
-
the Software, and to permit persons to whom the Software
|
|
3116
|
-
is furnished to do so, subject to the following
|
|
3117
|
-
conditions:
|
|
3037
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3118
3038
|
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3039
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3040
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3041
|
+
in the Software without restriction, including without limitation the rights
|
|
3042
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3043
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3044
|
+
furnished to do so, subject to the following conditions:
|
|
3122
3045
|
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3126
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3127
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3128
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3129
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3130
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3131
|
-
DEALINGS IN THE SOFTWARE.
|
|
3046
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3047
|
+
copies or substantial portions of the Software.
|
|
3132
3048
|
|
|
3049
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3050
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3051
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3052
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3053
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3054
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3055
|
+
SOFTWARE.
|
|
3056
|
+
|
|
3057
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3058
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3133
3059
|
````
|
|
3134
3060
|
|
|
3135
3061
|
---
|
|
@@ -3138,34 +3064,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3138
3064
|
|
|
3139
3065
|
### Rust Crates:
|
|
3140
3066
|
|
|
3141
|
-
- [
|
|
3067
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3142
3068
|
|
|
3143
3069
|
````text
|
|
3144
|
-
Copyright (c)
|
|
3070
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3145
3071
|
|
|
3146
|
-
Permission is hereby granted, free of charge, to any
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
the Software, and to permit persons to whom the Software
|
|
3153
|
-
is furnished to do so, subject to the following
|
|
3154
|
-
conditions:
|
|
3072
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3073
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3074
|
+
in the Software without restriction, including without limitation the rights
|
|
3075
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3076
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3077
|
+
furnished to do so, subject to the following conditions:
|
|
3155
3078
|
|
|
3156
|
-
The above copyright notice and this permission notice
|
|
3157
|
-
|
|
3158
|
-
of the Software.
|
|
3079
|
+
The above copyright notice and this permission notice shall be included in
|
|
3080
|
+
all copies or substantial portions of the Software.
|
|
3159
3081
|
|
|
3160
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3168
|
-
DEALINGS IN THE SOFTWARE.
|
|
3082
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3083
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3084
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3085
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3086
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3087
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3088
|
+
THE SOFTWARE.
|
|
3169
3089
|
|
|
3170
3090
|
````
|
|
3171
3091
|
|
|
@@ -3175,10 +3095,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3175
3095
|
|
|
3176
3096
|
### Rust Crates:
|
|
3177
3097
|
|
|
3178
|
-
- [
|
|
3098
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3099
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3100
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3179
3101
|
|
|
3180
3102
|
````text
|
|
3181
|
-
Copyright (c)
|
|
3103
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3182
3104
|
|
|
3183
3105
|
Permission is hereby granted, free of charge, to any
|
|
3184
3106
|
person obtaining a copy of this software and associated
|
|
@@ -3212,40 +3134,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3212
3134
|
|
|
3213
3135
|
### Rust Crates:
|
|
3214
3136
|
|
|
3215
|
-
- [
|
|
3216
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3217
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3218
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3219
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3220
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3137
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3221
3138
|
|
|
3222
3139
|
````text
|
|
3223
|
-
Copyright
|
|
3224
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3140
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3225
3141
|
|
|
3226
|
-
Permission is hereby granted, free of charge, to any
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
the Software, and to permit persons to whom the Software
|
|
3233
|
-
is furnished to do so, subject to the following
|
|
3234
|
-
conditions:
|
|
3142
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3143
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3144
|
+
in the Software without restriction, including without limitation the rights
|
|
3145
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3146
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3147
|
+
furnished to do so, subject to the following conditions:
|
|
3235
3148
|
|
|
3236
|
-
The above copyright notice and this permission notice
|
|
3237
|
-
|
|
3238
|
-
of the Software.
|
|
3149
|
+
The above copyright notice and this permission notice shall be included in
|
|
3150
|
+
all copies or substantial portions of the Software.
|
|
3239
3151
|
|
|
3240
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3248
|
-
DEALINGS IN THE SOFTWARE.
|
|
3152
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3153
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3154
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3155
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3156
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3157
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3158
|
+
THE SOFTWARE.
|
|
3249
3159
|
|
|
3250
3160
|
````
|
|
3251
3161
|
|
|
@@ -3255,29 +3165,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3255
3165
|
|
|
3256
3166
|
### Rust Crates:
|
|
3257
3167
|
|
|
3258
|
-
- [
|
|
3259
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3260
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3168
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3261
3169
|
|
|
3262
3170
|
````text
|
|
3263
3171
|
MIT License
|
|
3264
3172
|
|
|
3265
|
-
Copyright
|
|
3173
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3174
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3175
|
+
Copyright (c) 2017 Frommi
|
|
3176
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3266
3177
|
|
|
3267
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3268
|
-
associated documentation files (the "Software"), to deal
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3178
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3179
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3180
|
+
in the Software without restriction, including without limitation the rights
|
|
3181
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3182
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3183
|
+
furnished to do so, subject to the following conditions:
|
|
3272
3184
|
|
|
3273
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3274
|
-
portions of the Software.
|
|
3185
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3186
|
+
copies or substantial portions of the Software.
|
|
3275
3187
|
|
|
3276
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3277
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3188
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3189
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3190
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3191
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3192
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3193
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3194
|
+
SOFTWARE.
|
|
3281
3195
|
|
|
3282
3196
|
````
|
|
3283
3197
|
|
|
@@ -3285,15 +3199,14 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3285
3199
|
|
|
3286
3200
|
## The following dependencies are licensed under the MIT License:
|
|
3287
3201
|
|
|
3288
|
-
###
|
|
3202
|
+
### NPM Packages:
|
|
3289
3203
|
|
|
3290
|
-
- [
|
|
3291
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3204
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
|
|
3292
3205
|
|
|
3293
3206
|
````text
|
|
3294
|
-
MIT License
|
|
3207
|
+
The MIT License (MIT)
|
|
3295
3208
|
|
|
3296
|
-
Copyright (c)
|
|
3209
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3297
3210
|
|
|
3298
3211
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3299
3212
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3313,6 +3226,111 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3313
3226
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3314
3227
|
SOFTWARE.
|
|
3315
3228
|
|
|
3229
|
+
|
|
3230
|
+
````
|
|
3231
|
+
|
|
3232
|
+
---
|
|
3233
|
+
|
|
3234
|
+
## The following dependencies are licensed under the MIT License:
|
|
3235
|
+
|
|
3236
|
+
### Rust Crates:
|
|
3237
|
+
|
|
3238
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3239
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3240
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3241
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3242
|
+
|
|
3243
|
+
````text
|
|
3244
|
+
The MIT License (MIT)
|
|
3245
|
+
|
|
3246
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3247
|
+
|
|
3248
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3249
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3250
|
+
in the Software without restriction, including without limitation the rights
|
|
3251
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3252
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3253
|
+
furnished to do so, subject to the following conditions:
|
|
3254
|
+
|
|
3255
|
+
The above copyright notice and this permission notice shall be included in
|
|
3256
|
+
all copies or substantial portions of the Software.
|
|
3257
|
+
|
|
3258
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3259
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3260
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3261
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3262
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3263
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3264
|
+
THE SOFTWARE.
|
|
3265
|
+
|
|
3266
|
+
````
|
|
3267
|
+
|
|
3268
|
+
---
|
|
3269
|
+
|
|
3270
|
+
## The following dependencies are licensed under the MIT License:
|
|
3271
|
+
|
|
3272
|
+
### Rust Crates:
|
|
3273
|
+
|
|
3274
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3275
|
+
|
|
3276
|
+
````text
|
|
3277
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3278
|
+
|
|
3279
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3280
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3281
|
+
in the Software without restriction, including without limitation the rights
|
|
3282
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3283
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3284
|
+
furnished to do so, subject to the following conditions:
|
|
3285
|
+
|
|
3286
|
+
The above copyright notice and this permission notice shall be included in
|
|
3287
|
+
all copies or substantial portions of the Software.
|
|
3288
|
+
|
|
3289
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3290
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3291
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3292
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3293
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3294
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3295
|
+
THE SOFTWARE.
|
|
3296
|
+
|
|
3297
|
+
````
|
|
3298
|
+
|
|
3299
|
+
---
|
|
3300
|
+
|
|
3301
|
+
## The following dependencies are licensed under the MIT License:
|
|
3302
|
+
|
|
3303
|
+
### Rust Crates:
|
|
3304
|
+
|
|
3305
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3306
|
+
|
|
3307
|
+
````text
|
|
3308
|
+
Copyright (c) 2017 Contributors
|
|
3309
|
+
|
|
3310
|
+
Permission is hereby granted, free of charge, to any
|
|
3311
|
+
person obtaining a copy of this software and associated
|
|
3312
|
+
documentation files (the "Software"), to deal in the
|
|
3313
|
+
Software without restriction, including without
|
|
3314
|
+
limitation the rights to use, copy, modify, merge,
|
|
3315
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3316
|
+
the Software, and to permit persons to whom the Software
|
|
3317
|
+
is furnished to do so, subject to the following
|
|
3318
|
+
conditions:
|
|
3319
|
+
|
|
3320
|
+
The above copyright notice and this permission notice
|
|
3321
|
+
shall be included in all copies or substantial portions
|
|
3322
|
+
of the Software.
|
|
3323
|
+
|
|
3324
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3325
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3326
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3327
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3328
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3329
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3330
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3331
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3332
|
+
DEALINGS IN THE SOFTWARE.
|
|
3333
|
+
|
|
3316
3334
|
````
|
|
3317
3335
|
|
|
3318
3336
|
---
|
|
@@ -3321,10 +3339,10 @@ SOFTWARE.
|
|
|
3321
3339
|
|
|
3322
3340
|
### Rust Crates:
|
|
3323
3341
|
|
|
3324
|
-
- [
|
|
3342
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3325
3343
|
|
|
3326
3344
|
````text
|
|
3327
|
-
Copyright
|
|
3345
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3328
3346
|
|
|
3329
3347
|
Permission is hereby granted, free of charge, to any
|
|
3330
3348
|
person obtaining a copy of this software and associated
|
|
@@ -3358,30 +3376,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3358
3376
|
|
|
3359
3377
|
### Rust Crates:
|
|
3360
3378
|
|
|
3361
|
-
- [
|
|
3379
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3362
3380
|
|
|
3363
3381
|
````text
|
|
3364
|
-
Copyright (c) 2018-
|
|
3365
|
-
Copyright (c)
|
|
3366
|
-
|
|
3367
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3368
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3369
|
-
in the Software without restriction, including without limitation the rights
|
|
3370
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3371
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3372
|
-
furnished to do so, subject to the following conditions:
|
|
3382
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3383
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3373
3384
|
|
|
3374
|
-
|
|
3375
|
-
|
|
3385
|
+
Permission is hereby granted, free of charge, to any
|
|
3386
|
+
person obtaining a copy of this software and associated
|
|
3387
|
+
documentation files (the "Software"), to deal in the
|
|
3388
|
+
Software without restriction, including without
|
|
3389
|
+
limitation the rights to use, copy, modify, merge,
|
|
3390
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3391
|
+
the Software, and to permit persons to whom the Software
|
|
3392
|
+
is furnished to do so, subject to the following
|
|
3393
|
+
conditions:
|
|
3376
3394
|
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3381
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3382
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3383
|
-
THE SOFTWARE.
|
|
3395
|
+
The above copyright notice and this permission notice
|
|
3396
|
+
shall be included in all copies or substantial portions
|
|
3397
|
+
of the Software.
|
|
3384
3398
|
|
|
3399
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3400
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3401
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3402
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3403
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3404
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3405
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3406
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3407
|
+
DEALINGS IN THE SOFTWARE.
|
|
3385
3408
|
|
|
3386
3409
|
````
|
|
3387
3410
|
|
|
@@ -3391,30 +3414,34 @@ THE SOFTWARE.
|
|
|
3391
3414
|
|
|
3392
3415
|
### Rust Crates:
|
|
3393
3416
|
|
|
3394
|
-
- [
|
|
3417
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3395
3418
|
|
|
3396
3419
|
````text
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3420
|
+
Copyright (c) 2019 Carl Lerche
|
|
3400
3421
|
|
|
3401
|
-
Permission is hereby granted, free of charge, to any
|
|
3402
|
-
of this software and associated
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3422
|
+
Permission is hereby granted, free of charge, to any
|
|
3423
|
+
person obtaining a copy of this software and associated
|
|
3424
|
+
documentation files (the "Software"), to deal in the
|
|
3425
|
+
Software without restriction, including without
|
|
3426
|
+
limitation the rights to use, copy, modify, merge,
|
|
3427
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3428
|
+
the Software, and to permit persons to whom the Software
|
|
3429
|
+
is furnished to do so, subject to the following
|
|
3430
|
+
conditions:
|
|
3407
3431
|
|
|
3408
|
-
The above copyright notice and this permission notice
|
|
3409
|
-
copies or substantial portions
|
|
3432
|
+
The above copyright notice and this permission notice
|
|
3433
|
+
shall be included in all copies or substantial portions
|
|
3434
|
+
of the Software.
|
|
3410
3435
|
|
|
3411
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3412
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3436
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3437
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3438
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3439
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3440
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3441
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3442
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3443
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3444
|
+
DEALINGS IN THE SOFTWARE.
|
|
3418
3445
|
|
|
3419
3446
|
````
|
|
3420
3447
|
|
|
@@ -3461,11 +3488,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3461
3488
|
|
|
3462
3489
|
### Rust Crates:
|
|
3463
3490
|
|
|
3464
|
-
- [
|
|
3491
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3492
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3493
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3494
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3495
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3496
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3497
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3498
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3499
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3500
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3501
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3502
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3503
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3504
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3505
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3506
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3507
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3508
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3509
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3510
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3511
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3512
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3513
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3514
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3515
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3516
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3517
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3518
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3519
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3520
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3465
3521
|
|
|
3466
3522
|
````text
|
|
3467
|
-
Copyright (c) 2016 Amanieu d'Antras
|
|
3468
|
-
|
|
3469
3523
|
Permission is hereby granted, free of charge, to any
|
|
3470
3524
|
person obtaining a copy of this software and associated
|
|
3471
3525
|
documentation files (the "Software"), to deal in the
|
|
@@ -3498,15 +3552,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3498
3552
|
|
|
3499
3553
|
### Rust Crates:
|
|
3500
3554
|
|
|
3501
|
-
- [
|
|
3502
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3503
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3504
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3505
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3506
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3555
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3507
3556
|
|
|
3508
3557
|
````text
|
|
3509
|
-
Copyright (c)
|
|
3558
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3510
3559
|
|
|
3511
3560
|
Permission is hereby granted, free of charge, to any
|
|
3512
3561
|
person obtaining a copy of this software and associated
|
|
@@ -3540,12 +3589,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3540
3589
|
|
|
3541
3590
|
### Rust Crates:
|
|
3542
3591
|
|
|
3543
|
-
- [
|
|
3592
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3544
3593
|
|
|
3545
3594
|
````text
|
|
3546
|
-
Copyright (c)
|
|
3547
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3548
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3595
|
+
Copyright (c) 2018 Carl Lerche
|
|
3549
3596
|
|
|
3550
3597
|
Permission is hereby granted, free of charge, to any
|
|
3551
3598
|
person obtaining a copy of this software and associated
|
|
@@ -3579,62 +3626,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3579
3626
|
|
|
3580
3627
|
### Rust Crates:
|
|
3581
3628
|
|
|
3582
|
-
- [
|
|
3629
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3583
3630
|
|
|
3584
3631
|
````text
|
|
3585
|
-
Copyright (c)
|
|
3586
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3587
|
-
|
|
3588
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3589
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3590
|
-
in the Software without restriction, including without limitation the rights
|
|
3591
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3592
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3593
|
-
furnished to do so, subject to the following conditions:
|
|
3594
|
-
|
|
3595
|
-
The above copyright notice and this permission notice shall be included in
|
|
3596
|
-
all copies or substantial portions of the Software.
|
|
3597
|
-
|
|
3598
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3599
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3600
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3601
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3602
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3603
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3604
|
-
THE SOFTWARE.
|
|
3605
|
-
|
|
3606
|
-
````
|
|
3607
|
-
|
|
3608
|
-
---
|
|
3632
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3609
3633
|
|
|
3610
|
-
|
|
3634
|
+
Permission is hereby granted, free of charge, to any
|
|
3635
|
+
person obtaining a copy of this software and associated
|
|
3636
|
+
documentation files (the "Software"), to deal in the
|
|
3637
|
+
Software without restriction, including without
|
|
3638
|
+
limitation the rights to use, copy, modify, merge,
|
|
3639
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3640
|
+
the Software, and to permit persons to whom the Software
|
|
3641
|
+
is furnished to do so, subject to the following
|
|
3642
|
+
conditions:
|
|
3611
3643
|
|
|
3612
|
-
|
|
3644
|
+
The above copyright notice and this permission notice
|
|
3645
|
+
shall be included in all copies or substantial portions
|
|
3646
|
+
of the Software.
|
|
3613
3647
|
|
|
3614
|
-
|
|
3648
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3649
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3650
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3651
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3652
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3653
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3654
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3655
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3656
|
+
DEALINGS IN THE SOFTWARE.
|
|
3615
3657
|
|
|
3616
|
-
````text
|
|
3617
|
-
The MIT License (MIT)
|
|
3618
|
-
|
|
3619
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3620
|
-
|
|
3621
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3622
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3623
|
-
in the Software without restriction, including without limitation the rights
|
|
3624
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3625
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3626
|
-
furnished to do so, subject to the following conditions:
|
|
3627
|
-
|
|
3628
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3629
|
-
copies or substantial portions of the Software.
|
|
3630
|
-
|
|
3631
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3632
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3633
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3634
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3635
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3636
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3637
|
-
SOFTWARE.
|
|
3638
3658
|
````
|
|
3639
3659
|
|
|
3640
3660
|
---
|
|
@@ -3643,10 +3663,11 @@ SOFTWARE.
|
|
|
3643
3663
|
|
|
3644
3664
|
### Rust Crates:
|
|
3645
3665
|
|
|
3646
|
-
- [
|
|
3666
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3667
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3647
3668
|
|
|
3648
3669
|
````text
|
|
3649
|
-
Copyright (c)
|
|
3670
|
+
Copyright (c) 2014 Alex Crichton
|
|
3650
3671
|
|
|
3651
3672
|
Permission is hereby granted, free of charge, to any
|
|
3652
3673
|
person obtaining a copy of this software and associated
|
|
@@ -3671,39 +3692,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3671
3692
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3672
3693
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3673
3694
|
DEALINGS IN THE SOFTWARE.
|
|
3674
|
-
````
|
|
3675
|
-
|
|
3676
|
-
---
|
|
3677
|
-
|
|
3678
|
-
## The following dependencies are licensed under the MIT License:
|
|
3679
|
-
|
|
3680
|
-
### Rust Crates:
|
|
3681
|
-
|
|
3682
|
-
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3683
|
-
|
|
3684
|
-
````text
|
|
3685
|
-
The MIT License (MIT)
|
|
3686
|
-
|
|
3687
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
3688
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3689
|
-
|
|
3690
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3691
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3692
|
-
in the Software without restriction, including without limitation the rights
|
|
3693
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3694
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3695
|
-
furnished to do so, subject to the following conditions:
|
|
3696
|
-
|
|
3697
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3698
|
-
copies or substantial portions of the Software.
|
|
3699
|
-
|
|
3700
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3701
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3702
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3703
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3704
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3705
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3706
|
-
SOFTWARE.
|
|
3707
3695
|
|
|
3708
3696
|
````
|
|
3709
3697
|
|
|
@@ -3732,44 +3720,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3732
3720
|
|
|
3733
3721
|
### Rust Crates:
|
|
3734
3722
|
|
|
3735
|
-
- [
|
|
3736
|
-
|
|
3737
|
-
````text
|
|
3738
|
-
The MIT License (MIT)
|
|
3739
|
-
|
|
3740
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3741
|
-
|
|
3742
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3743
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3744
|
-
in the Software without restriction, including without limitation the rights
|
|
3745
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3746
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3747
|
-
furnished to do so, subject to the following conditions:
|
|
3748
|
-
|
|
3749
|
-
The above copyright notice and this permission notice shall be included in
|
|
3750
|
-
all copies or substantial portions of the Software.
|
|
3751
|
-
|
|
3752
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3753
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3754
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3755
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3756
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3757
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3758
|
-
THE SOFTWARE.
|
|
3759
|
-
|
|
3760
|
-
````
|
|
3761
|
-
|
|
3762
|
-
---
|
|
3763
|
-
|
|
3764
|
-
## The following dependencies are licensed under the MIT License:
|
|
3765
|
-
|
|
3766
|
-
### Rust Crates:
|
|
3767
|
-
|
|
3768
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3723
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3769
3724
|
|
|
3770
3725
|
````text
|
|
3771
|
-
Copyright (c)
|
|
3772
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3726
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3773
3727
|
|
|
3774
3728
|
Permission is hereby granted, free of charge, to any
|
|
3775
3729
|
person obtaining a copy of this software and associated
|
|
@@ -3803,29 +3757,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3803
3757
|
|
|
3804
3758
|
### Rust Crates:
|
|
3805
3759
|
|
|
3806
|
-
- [
|
|
3807
|
-
|
|
3808
|
-
````text
|
|
3809
|
-
Copyright 2016 Nika Layzell
|
|
3810
|
-
|
|
3811
|
-
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:
|
|
3812
|
-
|
|
3813
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3814
|
-
|
|
3815
|
-
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.
|
|
3816
|
-
|
|
3817
|
-
````
|
|
3818
|
-
|
|
3819
|
-
---
|
|
3820
|
-
|
|
3821
|
-
## The following dependencies are licensed under the MIT License:
|
|
3822
|
-
|
|
3823
|
-
### Rust Crates:
|
|
3824
|
-
|
|
3825
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3760
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3761
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3826
3762
|
|
|
3827
3763
|
````text
|
|
3828
|
-
Copyright (c)
|
|
3764
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3765
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3766
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3829
3767
|
|
|
3830
3768
|
Permission is hereby granted, free of charge, to any
|
|
3831
3769
|
person obtaining a copy of this software and associated
|
|
@@ -3859,10 +3797,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3859
3797
|
|
|
3860
3798
|
### Rust Crates:
|
|
3861
3799
|
|
|
3862
|
-
- [
|
|
3800
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3863
3801
|
|
|
3864
3802
|
````text
|
|
3865
|
-
Copyright (c)
|
|
3803
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3866
3804
|
|
|
3867
3805
|
Permission is hereby granted, free of charge, to any
|
|
3868
3806
|
person obtaining a copy of this software and associated
|
|
@@ -3896,38 +3834,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3896
3834
|
|
|
3897
3835
|
### Rust Crates:
|
|
3898
3836
|
|
|
3899
|
-
- [
|
|
3900
|
-
- [
|
|
3901
|
-
- [
|
|
3902
|
-
- [
|
|
3903
|
-
- [
|
|
3904
|
-
- [
|
|
3905
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3906
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3907
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3908
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3909
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3910
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3911
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3912
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3913
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3914
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3915
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3916
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3917
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3918
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3919
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3920
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3921
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3922
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3923
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3924
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3925
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3926
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3927
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3928
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3837
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
3838
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3839
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3840
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3841
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3842
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3929
3843
|
|
|
3930
3844
|
````text
|
|
3845
|
+
Copyright (c) 2019 Tokio Contributors
|
|
3846
|
+
|
|
3931
3847
|
Permission is hereby granted, free of charge, to any
|
|
3932
3848
|
person obtaining a copy of this software and associated
|
|
3933
3849
|
documentation files (the "Software"), to deal in the
|
|
@@ -3960,19 +3876,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3960
3876
|
|
|
3961
3877
|
### Rust Crates:
|
|
3962
3878
|
|
|
3963
|
-
- [
|
|
3964
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3879
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3965
3880
|
|
|
3966
3881
|
````text
|
|
3967
|
-
|
|
3882
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3968
3883
|
|
|
3969
|
-
|
|
3884
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3885
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3886
|
+
in the Software without restriction, including without limitation the rights
|
|
3887
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3888
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3889
|
+
furnished to do so, subject to the following conditions:
|
|
3970
3890
|
|
|
3971
|
-
|
|
3891
|
+
The above copyright notice and this permission notice shall be included in
|
|
3892
|
+
all copies or substantial portions of the Software.
|
|
3972
3893
|
|
|
3973
|
-
|
|
3894
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3895
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3896
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3897
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3898
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3899
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3900
|
+
THE SOFTWARE.
|
|
3974
3901
|
|
|
3975
|
-
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.
|
|
3976
3902
|
|
|
3977
3903
|
````
|
|
3978
3904
|
|
|
@@ -3982,10 +3908,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3982
3908
|
|
|
3983
3909
|
### Rust Crates:
|
|
3984
3910
|
|
|
3985
|
-
- [
|
|
3911
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3912
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3913
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3914
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3915
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3916
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3917
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3918
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3919
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3986
3920
|
|
|
3987
3921
|
````text
|
|
3988
|
-
Copyright
|
|
3922
|
+
Copyright (c) 2016 Alex Crichton
|
|
3923
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3989
3924
|
|
|
3990
3925
|
Permission is hereby granted, free of charge, to any
|
|
3991
3926
|
person obtaining a copy of this software and associated
|
|
@@ -4019,14 +3954,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4019
3954
|
|
|
4020
3955
|
### Rust Crates:
|
|
4021
3956
|
|
|
4022
|
-
- [
|
|
4023
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
4024
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3957
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
4025
3958
|
|
|
4026
3959
|
````text
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
Copyright (c) Tokio Contributors
|
|
3960
|
+
Copyright (c) 2017 Sean McArthur
|
|
4030
3961
|
|
|
4031
3962
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4032
3963
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4035,16 +3966,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4035
3966
|
copies of the Software, and to permit persons to whom the Software is
|
|
4036
3967
|
furnished to do so, subject to the following conditions:
|
|
4037
3968
|
|
|
4038
|
-
The above copyright notice and this permission notice shall be included in
|
|
4039
|
-
copies or substantial portions of the Software.
|
|
3969
|
+
The above copyright notice and this permission notice shall be included in
|
|
3970
|
+
all copies or substantial portions of the Software.
|
|
4040
3971
|
|
|
4041
3972
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4042
3973
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4043
3974
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4044
3975
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4045
3976
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4046
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4047
|
-
SOFTWARE.
|
|
3977
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3978
|
+
THE SOFTWARE.
|
|
3979
|
+
|
|
4048
3980
|
|
|
4049
3981
|
````
|
|
4050
3982
|
|
|
@@ -4054,10 +3986,14 @@ SOFTWARE.
|
|
|
4054
3986
|
|
|
4055
3987
|
### Rust Crates:
|
|
4056
3988
|
|
|
4057
|
-
- [
|
|
3989
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
4058
3990
|
|
|
4059
3991
|
````text
|
|
4060
|
-
|
|
3992
|
+
The MIT License (MIT)
|
|
3993
|
+
|
|
3994
|
+
Copyright (c) 2015 Danny Guo
|
|
3995
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3996
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
4061
3997
|
|
|
4062
3998
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4063
3999
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4066,17 +4002,53 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4066
4002
|
copies of the Software, and to permit persons to whom the Software is
|
|
4067
4003
|
furnished to do so, subject to the following conditions:
|
|
4068
4004
|
|
|
4069
|
-
The above copyright notice and this permission notice shall be included in
|
|
4070
|
-
|
|
4005
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4006
|
+
copies or substantial portions of the Software.
|
|
4071
4007
|
|
|
4072
4008
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4073
4009
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4074
4010
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4075
4011
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4076
4012
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4077
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4078
|
-
|
|
4013
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4014
|
+
SOFTWARE.
|
|
4015
|
+
|
|
4016
|
+
````
|
|
4017
|
+
|
|
4018
|
+
---
|
|
4019
|
+
|
|
4020
|
+
## The following dependencies are licensed under the MIT License:
|
|
4021
|
+
|
|
4022
|
+
### Rust Crates:
|
|
4023
|
+
|
|
4024
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
4025
|
+
|
|
4026
|
+
````text
|
|
4027
|
+
Copyright (c) 2015 Steven Allen
|
|
4028
|
+
|
|
4029
|
+
Permission is hereby granted, free of charge, to any
|
|
4030
|
+
person obtaining a copy of this software and associated
|
|
4031
|
+
documentation files (the "Software"), to deal in the
|
|
4032
|
+
Software without restriction, including without
|
|
4033
|
+
limitation the rights to use, copy, modify, merge,
|
|
4034
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4035
|
+
the Software, and to permit persons to whom the Software
|
|
4036
|
+
is furnished to do so, subject to the following
|
|
4037
|
+
conditions:
|
|
4038
|
+
|
|
4039
|
+
The above copyright notice and this permission notice
|
|
4040
|
+
shall be included in all copies or substantial portions
|
|
4041
|
+
of the Software.
|
|
4079
4042
|
|
|
4043
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4044
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4045
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4046
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4047
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4048
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4049
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4050
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4051
|
+
DEALINGS IN THE SOFTWARE.
|
|
4080
4052
|
|
|
4081
4053
|
````
|
|
4082
4054
|
|
|
@@ -4116,17 +4088,45 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4116
4088
|
|
|
4117
4089
|
### Rust Crates:
|
|
4118
4090
|
|
|
4119
|
-
- [
|
|
4091
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
4120
4092
|
|
|
4121
4093
|
````text
|
|
4122
|
-
|
|
4094
|
+
The MIT License (MIT)
|
|
4123
4095
|
|
|
4124
|
-
|
|
4125
|
-
Copyright (c) 2016 Pyfisch
|
|
4096
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
4126
4097
|
|
|
4127
|
-
|
|
4128
|
-
|
|
4098
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4099
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4100
|
+
in the Software without restriction, including without limitation the rights
|
|
4101
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4102
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4103
|
+
furnished to do so, subject to the following conditions:
|
|
4104
|
+
|
|
4105
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4106
|
+
copies or substantial portions of the Software.
|
|
4107
|
+
|
|
4108
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4109
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4110
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4111
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4112
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4113
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4114
|
+
SOFTWARE.
|
|
4115
|
+
|
|
4116
|
+
````
|
|
4129
4117
|
|
|
4118
|
+
---
|
|
4119
|
+
|
|
4120
|
+
## The following dependencies are licensed under the MIT License:
|
|
4121
|
+
|
|
4122
|
+
### NPM Packages:
|
|
4123
|
+
|
|
4124
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
4125
|
+
|
|
4126
|
+
````text
|
|
4127
|
+
MIT License
|
|
4128
|
+
|
|
4129
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
4130
4130
|
|
|
4131
4131
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4132
4132
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4154,10 +4154,10 @@ SOFTWARE.
|
|
|
4154
4154
|
|
|
4155
4155
|
### Rust Crates:
|
|
4156
4156
|
|
|
4157
|
-
- [
|
|
4157
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
4158
4158
|
|
|
4159
4159
|
````text
|
|
4160
|
-
Copyright (c)
|
|
4160
|
+
Copyright (c) 2014 Chris Wong
|
|
4161
4161
|
|
|
4162
4162
|
Permission is hereby granted, free of charge, to any
|
|
4163
4163
|
person obtaining a copy of this software and associated
|