@deveco-codegenie/mcp-bridge-darwin-x64 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1183 -1280
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,47 +1,22 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 222
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 211 *(By cargo-about)*
|
|
6
|
-
- **NPM Packages:**
|
|
6
|
+
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 189
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
|
-
-
|
|
15
|
-
-
|
|
14
|
+
- BSD-3-Clause: 1
|
|
15
|
+
- ISC: 1
|
|
16
16
|
- MPL-2.0: 1
|
|
17
|
+
- UNKNOWN: 1
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
-
|
|
23
|
-
### Rust Crates:
|
|
24
|
-
|
|
25
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
26
|
-
|
|
27
|
-
````text
|
|
28
|
-
BSD Zero Clause License
|
|
29
|
-
|
|
30
|
-
Copyright (c) 2025 Goat
|
|
31
|
-
|
|
32
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
|
-
purpose with or without fee is hereby granted.
|
|
34
|
-
|
|
35
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
36
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
38
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
39
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
-
|
|
43
|
-
````
|
|
44
|
-
|
|
45
20
|
---
|
|
46
21
|
|
|
47
22
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -94,6 +69,32 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
94
69
|
|
|
95
70
|
---
|
|
96
71
|
|
|
72
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
+
|
|
74
|
+
### Rust Crates:
|
|
75
|
+
|
|
76
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
77
|
+
|
|
78
|
+
````text
|
|
79
|
+
BSD Zero Clause License
|
|
80
|
+
|
|
81
|
+
Copyright (c) 2025 Goat
|
|
82
|
+
|
|
83
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
84
|
+
purpose with or without fee is hereby granted.
|
|
85
|
+
|
|
86
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
87
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
88
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
89
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
90
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
91
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
92
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
93
|
+
|
|
94
|
+
````
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
97
98
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
98
99
|
|
|
99
100
|
### Rust Crates:
|
|
@@ -613,52 +614,13 @@ limitations under the License.
|
|
|
613
614
|
|
|
614
615
|
### NPM Packages:
|
|
615
616
|
|
|
616
|
-
- [
|
|
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
|
-
|
|
653
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.0)
|
|
617
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
654
618
|
|
|
655
619
|
````text
|
|
656
620
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
657
|
-
Copyright (c) 2021-present The Fastify team
|
|
621
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
658
622
|
All rights reserved.
|
|
659
623
|
|
|
660
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
661
|
-
|
|
662
624
|
Redistribution and use in source and binary forms, with or without
|
|
663
625
|
modification, are permitted provided that the following conditions are met:
|
|
664
626
|
* Redistributions of source code must retain the above copyright
|
|
@@ -691,33 +653,6 @@ The complete list of contributors can be found at:
|
|
|
691
653
|
|
|
692
654
|
## The following dependencies are licensed under the ISC License:
|
|
693
655
|
|
|
694
|
-
### NPM Packages:
|
|
695
|
-
|
|
696
|
-
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
697
|
-
|
|
698
|
-
````text
|
|
699
|
-
ISC License
|
|
700
|
-
|
|
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.
|
|
714
|
-
|
|
715
|
-
````
|
|
716
|
-
|
|
717
|
-
---
|
|
718
|
-
|
|
719
|
-
## The following dependencies are licensed under the ISC License:
|
|
720
|
-
|
|
721
656
|
### Rust Crates:
|
|
722
657
|
|
|
723
658
|
- [libloading](https://github.com/nagisa/rust_libloading/) (0.9.0)
|
|
@@ -740,28 +675,21 @@ THIS SOFTWARE.
|
|
|
740
675
|
|
|
741
676
|
---
|
|
742
677
|
|
|
743
|
-
## The following dependencies are licensed under the
|
|
678
|
+
## The following dependencies are licensed under the MIT License:
|
|
744
679
|
|
|
745
|
-
###
|
|
680
|
+
### Rust Crates:
|
|
746
681
|
|
|
747
|
-
- [
|
|
682
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
748
683
|
|
|
749
684
|
````text
|
|
750
|
-
|
|
751
|
-
````
|
|
752
|
-
|
|
753
|
-
---
|
|
754
|
-
|
|
755
|
-
## The following dependencies are licensed under the MIT License:
|
|
756
|
-
|
|
757
|
-
### NPM Packages:
|
|
685
|
+
Copyright (c) 2016 The humantime Developers
|
|
758
686
|
|
|
759
|
-
|
|
687
|
+
Includes parts of http date with the following copyright:
|
|
688
|
+
Copyright (c) 2016 Pyfisch
|
|
760
689
|
|
|
761
|
-
|
|
762
|
-
|
|
690
|
+
Includes portions of musl libc with the following copyright:
|
|
691
|
+
Copyright © 2005-2013 Rich Felker
|
|
763
692
|
|
|
764
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
765
693
|
|
|
766
694
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
767
695
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -770,16 +698,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
770
698
|
copies of the Software, and to permit persons to whom the Software is
|
|
771
699
|
furnished to do so, subject to the following conditions:
|
|
772
700
|
|
|
773
|
-
The above copyright notice and this permission notice shall be included in
|
|
774
|
-
|
|
701
|
+
The above copyright notice and this permission notice shall be included in all
|
|
702
|
+
copies or substantial portions of the Software.
|
|
775
703
|
|
|
776
704
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
777
705
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
778
706
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
779
707
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
780
708
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
781
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
782
|
-
|
|
709
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
710
|
+
SOFTWARE.
|
|
783
711
|
|
|
784
712
|
````
|
|
785
713
|
|
|
@@ -789,74 +717,33 @@ THE SOFTWARE.
|
|
|
789
717
|
|
|
790
718
|
### Rust Crates:
|
|
791
719
|
|
|
792
|
-
- [
|
|
793
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
794
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
720
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
795
721
|
|
|
796
722
|
````text
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
Permission is hereby granted, free of charge, to any
|
|
800
|
-
person obtaining a copy of this software and associated
|
|
801
|
-
documentation files (the "Software"), to deal in the
|
|
802
|
-
Software without restriction, including without
|
|
803
|
-
limitation the rights to use, copy, modify, merge,
|
|
804
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
805
|
-
the Software, and to permit persons to whom the Software
|
|
806
|
-
is furnished to do so, subject to the following
|
|
807
|
-
conditions:
|
|
808
|
-
|
|
809
|
-
The above copyright notice and this permission notice
|
|
810
|
-
shall be included in all copies or substantial portions
|
|
811
|
-
of the Software.
|
|
812
|
-
|
|
813
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
814
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
815
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
816
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
817
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
818
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
819
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
820
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
821
|
-
DEALINGS IN THE SOFTWARE.
|
|
822
|
-
|
|
823
|
-
````
|
|
824
|
-
|
|
825
|
-
---
|
|
826
|
-
|
|
827
|
-
## The following dependencies are licensed under the MIT License:
|
|
828
|
-
|
|
829
|
-
### Rust Crates:
|
|
830
|
-
|
|
831
|
-
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
832
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
723
|
+
MIT License
|
|
833
724
|
|
|
834
|
-
|
|
835
|
-
Copyright
|
|
725
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
726
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
727
|
+
Copyright (c) 2017 Frommi
|
|
728
|
+
Copyright (c) 2017-2024 oyvindln
|
|
836
729
|
|
|
837
|
-
Permission is hereby granted, free of charge, to any
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
the Software, and to permit persons to whom the Software
|
|
844
|
-
is furnished to do so, subject to the following
|
|
845
|
-
conditions:
|
|
730
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
731
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
732
|
+
in the Software without restriction, including without limitation the rights
|
|
733
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
734
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
735
|
+
furnished to do so, subject to the following conditions:
|
|
846
736
|
|
|
847
|
-
The above copyright notice and this permission notice
|
|
848
|
-
|
|
849
|
-
of the Software.
|
|
737
|
+
The above copyright notice and this permission notice shall be included in all
|
|
738
|
+
copies or substantial portions of the Software.
|
|
850
739
|
|
|
851
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
859
|
-
DEALINGS IN THE SOFTWARE.
|
|
740
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
741
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
742
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
743
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
744
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
745
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
746
|
+
SOFTWARE.
|
|
860
747
|
|
|
861
748
|
````
|
|
862
749
|
|
|
@@ -866,34 +753,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
866
753
|
|
|
867
754
|
### Rust Crates:
|
|
868
755
|
|
|
869
|
-
- [
|
|
756
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
870
757
|
|
|
871
758
|
````text
|
|
872
|
-
|
|
759
|
+
The MIT License (MIT)
|
|
873
760
|
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
Software without restriction, including without
|
|
878
|
-
limitation the rights to use, copy, modify, merge,
|
|
879
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
880
|
-
the Software, and to permit persons to whom the Software
|
|
881
|
-
is furnished to do so, subject to the following
|
|
882
|
-
conditions:
|
|
761
|
+
Copyright (c) 2015 Danny Guo
|
|
762
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
763
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
883
764
|
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
765
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
766
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
767
|
+
in the Software without restriction, including without limitation the rights
|
|
768
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
769
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
770
|
+
furnished to do so, subject to the following conditions:
|
|
887
771
|
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
IN
|
|
896
|
-
|
|
772
|
+
The above copyright notice and this permission notice shall be included in all
|
|
773
|
+
copies or substantial portions of the Software.
|
|
774
|
+
|
|
775
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
776
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
777
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
778
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
779
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
780
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
781
|
+
SOFTWARE.
|
|
897
782
|
|
|
898
783
|
````
|
|
899
784
|
|
|
@@ -903,10 +788,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
903
788
|
|
|
904
789
|
### Rust Crates:
|
|
905
790
|
|
|
906
|
-
- [
|
|
791
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
907
792
|
|
|
908
793
|
````text
|
|
909
|
-
Copyright (c)
|
|
794
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
910
795
|
|
|
911
796
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
912
797
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -926,7 +811,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
926
811
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
927
812
|
THE SOFTWARE.
|
|
928
813
|
|
|
929
|
-
|
|
930
814
|
````
|
|
931
815
|
|
|
932
816
|
---
|
|
@@ -935,35 +819,30 @@ THE SOFTWARE.
|
|
|
935
819
|
|
|
936
820
|
### Rust Crates:
|
|
937
821
|
|
|
938
|
-
- [
|
|
822
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
939
823
|
|
|
940
824
|
````text
|
|
941
|
-
|
|
942
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
825
|
+
MIT License
|
|
943
826
|
|
|
944
|
-
|
|
945
|
-
person obtaining a copy of this software and associated
|
|
946
|
-
documentation files (the "Software"), to deal in the
|
|
947
|
-
Software without restriction, including without
|
|
948
|
-
limitation the rights to use, copy, modify, merge,
|
|
949
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
950
|
-
the Software, and to permit persons to whom the Software
|
|
951
|
-
is furnished to do so, subject to the following
|
|
952
|
-
conditions:
|
|
827
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
953
828
|
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
829
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
830
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
831
|
+
in the Software without restriction, including without limitation the rights
|
|
832
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
833
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
834
|
+
furnished to do so, subject to the following conditions:
|
|
957
835
|
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
IN
|
|
966
|
-
|
|
836
|
+
The above copyright notice and this permission notice shall be included in all
|
|
837
|
+
copies or substantial portions of the Software.
|
|
838
|
+
|
|
839
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
840
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
841
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
842
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
843
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
844
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
845
|
+
SOFTWARE.
|
|
967
846
|
|
|
968
847
|
````
|
|
969
848
|
|
|
@@ -973,13 +852,77 @@ DEALINGS IN THE SOFTWARE.
|
|
|
973
852
|
|
|
974
853
|
### Rust Crates:
|
|
975
854
|
|
|
976
|
-
- [
|
|
977
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
978
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
979
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
855
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
980
856
|
|
|
981
857
|
````text
|
|
982
|
-
|
|
858
|
+
The MIT License (MIT)
|
|
859
|
+
|
|
860
|
+
Copyright (c) 2015 Alice Maz
|
|
861
|
+
|
|
862
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
863
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
864
|
+
in the Software without restriction, including without limitation the rights
|
|
865
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
866
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
867
|
+
furnished to do so, subject to the following conditions:
|
|
868
|
+
|
|
869
|
+
The above copyright notice and this permission notice shall be included in
|
|
870
|
+
all copies or substantial portions of the Software.
|
|
871
|
+
|
|
872
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
873
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
874
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
875
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
876
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
877
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
878
|
+
THE SOFTWARE.
|
|
879
|
+
|
|
880
|
+
````
|
|
881
|
+
|
|
882
|
+
---
|
|
883
|
+
|
|
884
|
+
## The following dependencies are licensed under the MIT License:
|
|
885
|
+
|
|
886
|
+
### Rust Crates:
|
|
887
|
+
|
|
888
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
889
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
890
|
+
|
|
891
|
+
````text
|
|
892
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
893
|
+
|
|
894
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
895
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
896
|
+
in the Software without restriction, including without limitation the rights
|
|
897
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
898
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
899
|
+
furnished to do so, subject to the following conditions:
|
|
900
|
+
|
|
901
|
+
The above copyright notice and this permission notice shall be included in all
|
|
902
|
+
copies or substantial portions of the Software.
|
|
903
|
+
|
|
904
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
905
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
906
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
907
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
908
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
909
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
910
|
+
SOFTWARE.
|
|
911
|
+
|
|
912
|
+
````
|
|
913
|
+
|
|
914
|
+
---
|
|
915
|
+
|
|
916
|
+
## The following dependencies are licensed under the MIT License:
|
|
917
|
+
|
|
918
|
+
### Rust Crates:
|
|
919
|
+
|
|
920
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
921
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
922
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
923
|
+
|
|
924
|
+
````text
|
|
925
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
983
926
|
|
|
984
927
|
Permission is hereby granted, free of charge, to any
|
|
985
928
|
person obtaining a copy of this software and associated
|
|
@@ -1013,10 +956,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1013
956
|
|
|
1014
957
|
### Rust Crates:
|
|
1015
958
|
|
|
1016
|
-
- [
|
|
959
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1017
960
|
|
|
1018
961
|
````text
|
|
1019
|
-
Copyright (c)
|
|
962
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1020
963
|
|
|
1021
964
|
Permission is hereby granted, free of charge, to any
|
|
1022
965
|
person obtaining a copy of this software and associated
|
|
@@ -1050,14 +993,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1050
993
|
|
|
1051
994
|
### Rust Crates:
|
|
1052
995
|
|
|
1053
|
-
- [
|
|
1054
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1055
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
996
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1056
997
|
|
|
1057
998
|
````text
|
|
1058
|
-
MIT License
|
|
999
|
+
The MIT License (MIT)
|
|
1059
1000
|
|
|
1060
|
-
Copyright (c)
|
|
1001
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1061
1002
|
|
|
1062
1003
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1063
1004
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1066,16 +1007,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1066
1007
|
copies of the Software, and to permit persons to whom the Software is
|
|
1067
1008
|
furnished to do so, subject to the following conditions:
|
|
1068
1009
|
|
|
1069
|
-
The above copyright notice and this permission notice shall be included in
|
|
1070
|
-
copies or substantial portions of the Software.
|
|
1010
|
+
The above copyright notice and this permission notice shall be included in
|
|
1011
|
+
all copies or substantial portions of the Software.
|
|
1071
1012
|
|
|
1072
1013
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1073
1014
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1074
1015
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1075
1016
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1076
1017
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1077
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1078
|
-
SOFTWARE.
|
|
1018
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1019
|
+
THE SOFTWARE.
|
|
1079
1020
|
|
|
1080
1021
|
````
|
|
1081
1022
|
|
|
@@ -1085,10 +1026,46 @@ SOFTWARE.
|
|
|
1085
1026
|
|
|
1086
1027
|
### Rust Crates:
|
|
1087
1028
|
|
|
1088
|
-
- [
|
|
1029
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1030
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1031
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1032
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1033
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1034
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1035
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1089
1036
|
|
|
1090
1037
|
````text
|
|
1091
|
-
|
|
1038
|
+
MIT License
|
|
1039
|
+
|
|
1040
|
+
Copyright (c) <year> <copyright holders>
|
|
1041
|
+
|
|
1042
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1043
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1044
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1045
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1046
|
+
following conditions:
|
|
1047
|
+
|
|
1048
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1049
|
+
portions of the Software.
|
|
1050
|
+
|
|
1051
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1052
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1053
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1054
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1055
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1056
|
+
|
|
1057
|
+
````
|
|
1058
|
+
|
|
1059
|
+
---
|
|
1060
|
+
|
|
1061
|
+
## The following dependencies are licensed under the MIT License:
|
|
1062
|
+
|
|
1063
|
+
### Rust Crates:
|
|
1064
|
+
|
|
1065
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1066
|
+
|
|
1067
|
+
````text
|
|
1068
|
+
Copyright (c) 2018 directories-rs contributors
|
|
1092
1069
|
|
|
1093
1070
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1094
1071
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1097,17 +1074,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1097
1074
|
copies of the Software, and to permit persons to whom the Software is
|
|
1098
1075
|
furnished to do so, subject to the following conditions:
|
|
1099
1076
|
|
|
1100
|
-
The above copyright notice and this permission notice shall be included in
|
|
1101
|
-
|
|
1077
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1078
|
+
copies or substantial portions of the Software.
|
|
1102
1079
|
|
|
1103
1080
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1104
1081
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1105
1082
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1106
1083
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1107
1084
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1108
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1109
|
-
|
|
1110
|
-
|
|
1085
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1086
|
+
SOFTWARE.
|
|
1111
1087
|
|
|
1112
1088
|
````
|
|
1113
1089
|
|
|
@@ -1117,19 +1093,15 @@ THE SOFTWARE.
|
|
|
1117
1093
|
|
|
1118
1094
|
### Rust Crates:
|
|
1119
1095
|
|
|
1120
|
-
- [
|
|
1121
|
-
- [
|
|
1122
|
-
- [
|
|
1123
|
-
- [
|
|
1124
|
-
- [
|
|
1125
|
-
- [
|
|
1126
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1127
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1128
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1096
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1097
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1098
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1099
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1100
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1101
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1129
1102
|
|
|
1130
1103
|
````text
|
|
1131
|
-
Copyright (c)
|
|
1132
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1104
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1133
1105
|
|
|
1134
1106
|
Permission is hereby granted, free of charge, to any
|
|
1135
1107
|
person obtaining a copy of this software and associated
|
|
@@ -1163,10 +1135,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1163
1135
|
|
|
1164
1136
|
### Rust Crates:
|
|
1165
1137
|
|
|
1166
|
-
- [
|
|
1138
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1167
1139
|
|
|
1168
1140
|
````text
|
|
1169
|
-
Copyright
|
|
1141
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1142
|
+
|
|
1143
|
+
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:
|
|
1144
|
+
|
|
1145
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1146
|
+
|
|
1147
|
+
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.
|
|
1148
|
+
|
|
1149
|
+
````
|
|
1150
|
+
|
|
1151
|
+
---
|
|
1152
|
+
|
|
1153
|
+
## The following dependencies are licensed under the MIT License:
|
|
1154
|
+
|
|
1155
|
+
### Rust Crates:
|
|
1156
|
+
|
|
1157
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1158
|
+
|
|
1159
|
+
````text
|
|
1160
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1170
1161
|
|
|
1171
1162
|
Permission is hereby granted, free of charge, to any
|
|
1172
1163
|
person obtaining a copy of this software and associated
|
|
@@ -1191,6 +1182,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1191
1182
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1192
1183
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1193
1184
|
DEALINGS IN THE SOFTWARE.
|
|
1185
|
+
|
|
1194
1186
|
````
|
|
1195
1187
|
|
|
1196
1188
|
---
|
|
@@ -1199,10 +1191,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1199
1191
|
|
|
1200
1192
|
### Rust Crates:
|
|
1201
1193
|
|
|
1202
|
-
- [
|
|
1194
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1203
1195
|
|
|
1204
1196
|
````text
|
|
1205
|
-
Copyright
|
|
1197
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1206
1198
|
|
|
1207
1199
|
Permission is hereby granted, free of charge, to any
|
|
1208
1200
|
person obtaining a copy of this software and associated
|
|
@@ -1236,10 +1228,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1236
1228
|
|
|
1237
1229
|
### Rust Crates:
|
|
1238
1230
|
|
|
1239
|
-
- [
|
|
1231
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1232
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1240
1233
|
|
|
1241
1234
|
````text
|
|
1242
|
-
|
|
1235
|
+
The MIT License (MIT)
|
|
1236
|
+
|
|
1237
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1238
|
+
|
|
1239
|
+
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:
|
|
1240
|
+
|
|
1241
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1242
|
+
|
|
1243
|
+
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.
|
|
1244
|
+
|
|
1245
|
+
````
|
|
1246
|
+
|
|
1247
|
+
---
|
|
1248
|
+
|
|
1249
|
+
## The following dependencies are licensed under the MIT License:
|
|
1250
|
+
|
|
1251
|
+
### Rust Crates:
|
|
1252
|
+
|
|
1253
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1254
|
+
|
|
1255
|
+
````text
|
|
1256
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1243
1257
|
|
|
1244
1258
|
Permission is hereby granted, free of charge, to any
|
|
1245
1259
|
person obtaining a copy of this software and associated
|
|
@@ -1273,10 +1287,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1273
1287
|
|
|
1274
1288
|
### Rust Crates:
|
|
1275
1289
|
|
|
1276
|
-
- [
|
|
1290
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1277
1291
|
|
|
1278
1292
|
````text
|
|
1279
|
-
|
|
1293
|
+
The MIT License (MIT)
|
|
1294
|
+
|
|
1295
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1296
|
+
|
|
1297
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1298
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1299
|
+
in the Software without restriction, including without limitation the rights
|
|
1300
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1301
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1302
|
+
furnished to do so, subject to the following conditions:
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
The above copyright notice and this permission notice shall be included in
|
|
1306
|
+
all copies or substantial portions of the Software.
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1310
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1311
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1312
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1313
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1314
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1315
|
+
THE SOFTWARE.
|
|
1316
|
+
|
|
1317
|
+
````
|
|
1318
|
+
|
|
1319
|
+
---
|
|
1320
|
+
|
|
1321
|
+
## The following dependencies are licensed under the MIT License:
|
|
1322
|
+
|
|
1323
|
+
### Rust Crates:
|
|
1324
|
+
|
|
1325
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1326
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1327
|
+
|
|
1328
|
+
````text
|
|
1329
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1330
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1331
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1280
1332
|
|
|
1281
1333
|
Permission is hereby granted, free of charge, to any
|
|
1282
1334
|
person obtaining a copy of this software and associated
|
|
@@ -1302,7 +1354,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1302
1354
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1303
1355
|
DEALINGS IN THE SOFTWARE.
|
|
1304
1356
|
|
|
1305
|
-
|
|
1306
1357
|
````
|
|
1307
1358
|
|
|
1308
1359
|
---
|
|
@@ -1311,10 +1362,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1311
1362
|
|
|
1312
1363
|
### Rust Crates:
|
|
1313
1364
|
|
|
1314
|
-
- [
|
|
1365
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1315
1366
|
|
|
1316
1367
|
````text
|
|
1317
|
-
Copyright (c)
|
|
1368
|
+
Copyright (c) 2017 Carl Lerche
|
|
1369
|
+
Copyright (c) 2018 Bastian Köcher
|
|
1370
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1318
1371
|
|
|
1319
1372
|
Permission is hereby granted, free of charge, to any
|
|
1320
1373
|
person obtaining a copy of this software and associated
|
|
@@ -1348,12 +1401,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1348
1401
|
|
|
1349
1402
|
### Rust Crates:
|
|
1350
1403
|
|
|
1351
|
-
- [
|
|
1404
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1405
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1352
1406
|
|
|
1353
1407
|
````text
|
|
1354
1408
|
MIT License
|
|
1355
1409
|
|
|
1356
|
-
Copyright (c)
|
|
1410
|
+
Copyright (c) 2019 Graham Esau
|
|
1357
1411
|
|
|
1358
1412
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1359
1413
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1381,47 +1435,10 @@ SOFTWARE.
|
|
|
1381
1435
|
|
|
1382
1436
|
### Rust Crates:
|
|
1383
1437
|
|
|
1384
|
-
- [
|
|
1385
|
-
|
|
1386
|
-
````text
|
|
1387
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
1388
|
-
|
|
1389
|
-
Permission is hereby granted, free of charge, to any
|
|
1390
|
-
person obtaining a copy of this software and associated
|
|
1391
|
-
documentation files (the "Software"), to deal in the
|
|
1392
|
-
Software without restriction, including without
|
|
1393
|
-
limitation the rights to use, copy, modify, merge,
|
|
1394
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1395
|
-
the Software, and to permit persons to whom the Software
|
|
1396
|
-
is furnished to do so, subject to the following
|
|
1397
|
-
conditions:
|
|
1398
|
-
|
|
1399
|
-
The above copyright notice and this permission notice
|
|
1400
|
-
shall be included in all copies or substantial portions
|
|
1401
|
-
of the Software.
|
|
1402
|
-
|
|
1403
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1404
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1405
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1406
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1407
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1408
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1409
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1410
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1411
|
-
DEALINGS IN THE SOFTWARE.
|
|
1412
|
-
|
|
1413
|
-
````
|
|
1414
|
-
|
|
1415
|
-
---
|
|
1416
|
-
|
|
1417
|
-
## The following dependencies are licensed under the MIT License:
|
|
1418
|
-
|
|
1419
|
-
### Rust Crates:
|
|
1420
|
-
|
|
1421
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1438
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1422
1439
|
|
|
1423
1440
|
````text
|
|
1424
|
-
Copyright (c)
|
|
1441
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1425
1442
|
|
|
1426
1443
|
Permission is hereby granted, free of charge, to any
|
|
1427
1444
|
person obtaining a copy of this software and associated
|
|
@@ -1455,12 +1472,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1455
1472
|
|
|
1456
1473
|
### Rust Crates:
|
|
1457
1474
|
|
|
1458
|
-
- [
|
|
1475
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1476
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1477
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1478
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1479
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1480
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1481
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1482
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1483
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1484
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1485
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1486
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1487
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1488
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1489
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1490
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1491
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1492
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1493
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1494
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1495
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1496
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1497
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1498
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1499
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1500
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1501
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1502
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1503
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1504
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1505
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1459
1506
|
|
|
1460
1507
|
````text
|
|
1461
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1462
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1463
|
-
|
|
1464
1508
|
Permission is hereby granted, free of charge, to any
|
|
1465
1509
|
person obtaining a copy of this software and associated
|
|
1466
1510
|
documentation files (the "Software"), to deal in the
|
|
@@ -1493,12 +1537,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1493
1537
|
|
|
1494
1538
|
### Rust Crates:
|
|
1495
1539
|
|
|
1496
|
-
- [
|
|
1540
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1497
1541
|
|
|
1498
1542
|
````text
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
Copyright (c) 2015 Alice Maz
|
|
1543
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1502
1544
|
|
|
1503
1545
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1504
1546
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1526,39 +1568,11 @@ THE SOFTWARE.
|
|
|
1526
1568
|
|
|
1527
1569
|
### Rust Crates:
|
|
1528
1570
|
|
|
1529
|
-
- [
|
|
1530
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1531
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1532
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1533
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1534
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1535
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1536
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1537
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1538
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1539
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1540
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1541
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1542
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1543
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1544
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1545
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1546
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1547
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1548
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1549
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1550
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1551
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1552
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1553
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1554
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1555
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1556
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1557
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1558
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1559
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1571
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1560
1572
|
|
|
1561
1573
|
````text
|
|
1574
|
+
Copyright (c) 2016--2017
|
|
1575
|
+
|
|
1562
1576
|
Permission is hereby granted, free of charge, to any
|
|
1563
1577
|
person obtaining a copy of this software and associated
|
|
1564
1578
|
documentation files (the "Software"), to deal in the
|
|
@@ -1591,10 +1605,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1591
1605
|
|
|
1592
1606
|
### Rust Crates:
|
|
1593
1607
|
|
|
1594
|
-
- [
|
|
1608
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1595
1609
|
|
|
1596
1610
|
````text
|
|
1597
|
-
Copyright (c)
|
|
1611
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1598
1612
|
|
|
1599
1613
|
Permission is hereby granted, free of charge, to any
|
|
1600
1614
|
person obtaining a copy of this software and associated
|
|
@@ -1626,32 +1640,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1626
1640
|
|
|
1627
1641
|
## The following dependencies are licensed under the MIT License:
|
|
1628
1642
|
|
|
1629
|
-
###
|
|
1643
|
+
### Rust Crates:
|
|
1630
1644
|
|
|
1631
|
-
- [
|
|
1645
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1646
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1647
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1632
1648
|
|
|
1633
1649
|
````text
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
1650
|
+
Copyright (c) 2019 Tower Contributors
|
|
1637
1651
|
|
|
1638
|
-
Permission is hereby granted, free of charge, to any
|
|
1639
|
-
of this software and associated
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1652
|
+
Permission is hereby granted, free of charge, to any
|
|
1653
|
+
person obtaining a copy of this software and associated
|
|
1654
|
+
documentation files (the "Software"), to deal in the
|
|
1655
|
+
Software without restriction, including without
|
|
1656
|
+
limitation the rights to use, copy, modify, merge,
|
|
1657
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1658
|
+
the Software, and to permit persons to whom the Software
|
|
1659
|
+
is furnished to do so, subject to the following
|
|
1660
|
+
conditions:
|
|
1644
1661
|
|
|
1645
|
-
The above copyright notice and this permission notice
|
|
1646
|
-
copies or substantial portions
|
|
1662
|
+
The above copyright notice and this permission notice
|
|
1663
|
+
shall be included in all copies or substantial portions
|
|
1664
|
+
of the Software.
|
|
1647
1665
|
|
|
1648
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1649
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1666
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1667
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1668
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1669
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1670
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1671
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1672
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1673
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1674
|
+
DEALINGS IN THE SOFTWARE.
|
|
1655
1675
|
|
|
1656
1676
|
````
|
|
1657
1677
|
|
|
@@ -1695,39 +1715,6 @@ SOFTWARE.
|
|
|
1695
1715
|
|
|
1696
1716
|
### Rust Crates:
|
|
1697
1717
|
|
|
1698
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1699
|
-
|
|
1700
|
-
````text
|
|
1701
|
-
MIT License
|
|
1702
|
-
|
|
1703
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1704
|
-
|
|
1705
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1706
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1707
|
-
in the Software without restriction, including without limitation the rights
|
|
1708
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1709
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1710
|
-
furnished to do so, subject to the following conditions:
|
|
1711
|
-
|
|
1712
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1713
|
-
copies or substantial portions of the Software.
|
|
1714
|
-
|
|
1715
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1716
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1717
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1718
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1719
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1720
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1721
|
-
SOFTWARE.
|
|
1722
|
-
|
|
1723
|
-
````
|
|
1724
|
-
|
|
1725
|
-
---
|
|
1726
|
-
|
|
1727
|
-
## The following dependencies are licensed under the MIT License:
|
|
1728
|
-
|
|
1729
|
-
### Rust Crates:
|
|
1730
|
-
|
|
1731
1718
|
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1732
1719
|
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1733
1720
|
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
@@ -1763,9 +1750,11 @@ SOFTWARE.
|
|
|
1763
1750
|
|
|
1764
1751
|
### Rust Crates:
|
|
1765
1752
|
|
|
1766
|
-
- [
|
|
1753
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1767
1754
|
|
|
1768
1755
|
````text
|
|
1756
|
+
Copyright Mozilla Foundation
|
|
1757
|
+
|
|
1769
1758
|
Permission is hereby granted, free of charge, to any
|
|
1770
1759
|
person obtaining a copy of this software and associated
|
|
1771
1760
|
documentation files (the "Software"), to deal in the
|
|
@@ -1789,6 +1778,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1789
1778
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1790
1779
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1791
1780
|
DEALINGS IN THE SOFTWARE.
|
|
1781
|
+
|
|
1792
1782
|
````
|
|
1793
1783
|
|
|
1794
1784
|
---
|
|
@@ -1797,15 +1787,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1797
1787
|
|
|
1798
1788
|
### Rust Crates:
|
|
1799
1789
|
|
|
1800
|
-
- [
|
|
1801
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1802
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1803
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1804
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1805
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1790
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1806
1791
|
|
|
1807
1792
|
````text
|
|
1808
|
-
Copyright (c)
|
|
1793
|
+
Copyright (c) The rust-url developers
|
|
1809
1794
|
|
|
1810
1795
|
Permission is hereby granted, free of charge, to any
|
|
1811
1796
|
person obtaining a copy of this software and associated
|
|
@@ -1839,10 +1824,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1839
1824
|
|
|
1840
1825
|
### Rust Crates:
|
|
1841
1826
|
|
|
1842
|
-
- [
|
|
1827
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1843
1828
|
|
|
1844
1829
|
````text
|
|
1845
|
-
Copyright
|
|
1830
|
+
Copyright 2023 The Fuchsia Authors
|
|
1846
1831
|
|
|
1847
1832
|
Permission is hereby granted, free of charge, to any
|
|
1848
1833
|
person obtaining a copy of this software and associated
|
|
@@ -1868,92 +1853,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1868
1853
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1869
1854
|
DEALINGS IN THE SOFTWARE.
|
|
1870
1855
|
|
|
1871
|
-
````
|
|
1872
|
-
|
|
1873
|
-
---
|
|
1874
|
-
|
|
1875
|
-
## The following dependencies are licensed under the MIT License:
|
|
1876
|
-
|
|
1877
|
-
### Rust Crates:
|
|
1878
|
-
|
|
1879
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1880
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1881
|
-
|
|
1882
|
-
````text
|
|
1883
|
-
The MIT License (MIT)
|
|
1884
|
-
|
|
1885
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1886
|
-
|
|
1887
|
-
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:
|
|
1888
|
-
|
|
1889
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1890
|
-
|
|
1891
|
-
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.
|
|
1892
|
-
|
|
1893
|
-
````
|
|
1894
|
-
|
|
1895
|
-
---
|
|
1896
|
-
|
|
1897
|
-
## The following dependencies are licensed under the MIT License:
|
|
1898
|
-
|
|
1899
|
-
### Rust Crates:
|
|
1900
|
-
|
|
1901
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1902
|
-
|
|
1903
|
-
````text
|
|
1904
|
-
Copyright (c) 2017 Daniel Abramov
|
|
1905
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1906
|
-
|
|
1907
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1908
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1909
|
-
in the Software without restriction, including without limitation the rights
|
|
1910
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1911
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1912
|
-
furnished to do so, subject to the following conditions:
|
|
1913
|
-
|
|
1914
|
-
The above copyright notice and this permission notice shall be included in
|
|
1915
|
-
all copies or substantial portions of the Software.
|
|
1916
|
-
|
|
1917
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1918
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1919
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1920
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1921
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1922
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1923
|
-
THE SOFTWARE.
|
|
1924
|
-
|
|
1925
|
-
````
|
|
1926
|
-
|
|
1927
|
-
---
|
|
1928
|
-
|
|
1929
|
-
## The following dependencies are licensed under the MIT License:
|
|
1930
|
-
|
|
1931
|
-
### Rust Crates:
|
|
1932
|
-
|
|
1933
|
-
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1934
|
-
|
|
1935
|
-
````text
|
|
1936
|
-
The MIT License (MIT)
|
|
1937
|
-
|
|
1938
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1939
|
-
|
|
1940
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1941
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1942
|
-
in the Software without restriction, including without limitation the rights
|
|
1943
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1944
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1945
|
-
furnished to do so, subject to the following conditions:
|
|
1946
|
-
|
|
1947
|
-
The above copyright notice and this permission notice shall be included in
|
|
1948
|
-
all copies or substantial portions of the Software.
|
|
1949
|
-
|
|
1950
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1951
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1952
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1953
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1954
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1955
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1956
|
-
THE SOFTWARE.
|
|
1957
1856
|
|
|
1958
1857
|
````
|
|
1959
1858
|
|
|
@@ -1963,11 +1862,10 @@ THE SOFTWARE.
|
|
|
1963
1862
|
|
|
1964
1863
|
### Rust Crates:
|
|
1965
1864
|
|
|
1966
|
-
- [
|
|
1967
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1865
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1968
1866
|
|
|
1969
1867
|
````text
|
|
1970
|
-
Copyright (c)
|
|
1868
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1971
1869
|
|
|
1972
1870
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1973
1871
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1995,28 +1893,35 @@ SOFTWARE.
|
|
|
1995
1893
|
|
|
1996
1894
|
### Rust Crates:
|
|
1997
1895
|
|
|
1998
|
-
- [
|
|
1896
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1999
1897
|
|
|
2000
1898
|
````text
|
|
2001
|
-
Copyright (c)
|
|
1899
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1900
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2002
1901
|
|
|
2003
|
-
Permission is hereby granted, free of charge, to any
|
|
2004
|
-
of this software and associated
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
1902
|
+
Permission is hereby granted, free of charge, to any
|
|
1903
|
+
person obtaining a copy of this software and associated
|
|
1904
|
+
documentation files (the "Software"), to deal in the
|
|
1905
|
+
Software without restriction, including without
|
|
1906
|
+
limitation the rights to use, copy, modify, merge,
|
|
1907
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1908
|
+
the Software, and to permit persons to whom the Software
|
|
1909
|
+
is furnished to do so, subject to the following
|
|
1910
|
+
conditions:
|
|
2009
1911
|
|
|
2010
|
-
The above copyright notice and this permission notice
|
|
2011
|
-
all copies or substantial portions
|
|
1912
|
+
The above copyright notice and this permission notice
|
|
1913
|
+
shall be included in all copies or substantial portions
|
|
1914
|
+
of the Software.
|
|
2012
1915
|
|
|
2013
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2014
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
1916
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1917
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1918
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1919
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1920
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1921
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1922
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1923
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1924
|
+
DEALINGS IN THE SOFTWARE.
|
|
2020
1925
|
|
|
2021
1926
|
````
|
|
2022
1927
|
|
|
@@ -2026,10 +1931,10 @@ THE SOFTWARE.
|
|
|
2026
1931
|
|
|
2027
1932
|
### Rust Crates:
|
|
2028
1933
|
|
|
2029
|
-
- [
|
|
1934
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2030
1935
|
|
|
2031
1936
|
````text
|
|
2032
|
-
Copyright (c)
|
|
1937
|
+
Copyright (c) 2017 Contributors
|
|
2033
1938
|
|
|
2034
1939
|
Permission is hereby granted, free of charge, to any
|
|
2035
1940
|
person obtaining a copy of this software and associated
|
|
@@ -2063,10 +1968,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2063
1968
|
|
|
2064
1969
|
### Rust Crates:
|
|
2065
1970
|
|
|
2066
|
-
- [
|
|
1971
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2067
1972
|
|
|
2068
1973
|
````text
|
|
2069
|
-
Copyright (c)
|
|
1974
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2070
1975
|
|
|
2071
1976
|
Permission is hereby granted, free of charge, to any
|
|
2072
1977
|
person obtaining a copy of this software and associated
|
|
@@ -2100,32 +2005,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2100
2005
|
|
|
2101
2006
|
### Rust Crates:
|
|
2102
2007
|
|
|
2103
|
-
- [
|
|
2008
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2104
2009
|
|
|
2105
2010
|
````text
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
furnished to do so, subject to the following
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
The above copyright notice and this permission notice
|
|
2119
|
-
all copies or substantial portions
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2123
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2011
|
+
Copyright (c) 2014 Chris Wong
|
|
2012
|
+
|
|
2013
|
+
Permission is hereby granted, free of charge, to any
|
|
2014
|
+
person obtaining a copy of this software and associated
|
|
2015
|
+
documentation files (the "Software"), to deal in the
|
|
2016
|
+
Software without restriction, including without
|
|
2017
|
+
limitation the rights to use, copy, modify, merge,
|
|
2018
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2019
|
+
the Software, and to permit persons to whom the Software
|
|
2020
|
+
is furnished to do so, subject to the following
|
|
2021
|
+
conditions:
|
|
2022
|
+
|
|
2023
|
+
The above copyright notice and this permission notice
|
|
2024
|
+
shall be included in all copies or substantial portions
|
|
2025
|
+
of the Software.
|
|
2026
|
+
|
|
2027
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2028
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2029
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2030
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2031
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2032
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2033
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2034
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2035
|
+
DEALINGS IN THE SOFTWARE.
|
|
2129
2036
|
|
|
2130
2037
|
````
|
|
2131
2038
|
|
|
@@ -2135,30 +2042,16 @@ THE SOFTWARE.
|
|
|
2135
2042
|
|
|
2136
2043
|
### Rust Crates:
|
|
2137
2044
|
|
|
2138
|
-
- [
|
|
2045
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2139
2046
|
|
|
2140
2047
|
````text
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2048
|
+
Copyright 2016 Nika Layzell
|
|
2144
2049
|
|
|
2145
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2146
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2147
|
-
in the Software without restriction, including without limitation the rights
|
|
2148
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2149
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2150
|
-
furnished to do so, subject to the following conditions:
|
|
2050
|
+
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:
|
|
2151
2051
|
|
|
2152
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2153
|
-
copies or substantial portions of the Software.
|
|
2052
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2154
2053
|
|
|
2155
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2156
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2157
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2158
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2159
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2160
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2161
|
-
SOFTWARE.
|
|
2054
|
+
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.
|
|
2162
2055
|
|
|
2163
2056
|
````
|
|
2164
2057
|
|
|
@@ -2168,12 +2061,13 @@ SOFTWARE.
|
|
|
2168
2061
|
|
|
2169
2062
|
### Rust Crates:
|
|
2170
2063
|
|
|
2171
|
-
- [
|
|
2064
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2172
2065
|
|
|
2173
2066
|
````text
|
|
2174
|
-
MIT License
|
|
2067
|
+
The MIT License (MIT)
|
|
2175
2068
|
|
|
2176
|
-
Copyright (c)
|
|
2069
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2070
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2177
2071
|
|
|
2178
2072
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2179
2073
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2192,6 +2086,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2192
2086
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2193
2087
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2194
2088
|
SOFTWARE.
|
|
2089
|
+
|
|
2195
2090
|
````
|
|
2196
2091
|
|
|
2197
2092
|
---
|
|
@@ -2200,10 +2095,11 @@ SOFTWARE.
|
|
|
2200
2095
|
|
|
2201
2096
|
### Rust Crates:
|
|
2202
2097
|
|
|
2203
|
-
- [
|
|
2098
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2204
2099
|
|
|
2205
2100
|
````text
|
|
2206
|
-
Copyright (c) 2017
|
|
2101
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2102
|
+
Copyright (c) 2016 Jason Housley
|
|
2207
2103
|
|
|
2208
2104
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2209
2105
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2223,40 +2119,43 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2223
2119
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2224
2120
|
THE SOFTWARE.
|
|
2225
2121
|
|
|
2226
|
-
|
|
2227
2122
|
````
|
|
2228
2123
|
|
|
2229
2124
|
---
|
|
2230
2125
|
|
|
2231
2126
|
## The following dependencies are licensed under the MIT License:
|
|
2232
2127
|
|
|
2233
|
-
###
|
|
2128
|
+
### Rust Crates:
|
|
2234
2129
|
|
|
2235
|
-
- [
|
|
2236
|
-
- [
|
|
2130
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2131
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2237
2132
|
|
|
2238
2133
|
````text
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
Copyright (c) Microsoft Corporation.
|
|
2134
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2242
2135
|
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2136
|
+
Permission is hereby granted, free of charge, to any
|
|
2137
|
+
person obtaining a copy of this software and associated
|
|
2138
|
+
documentation files (the "Software"), to deal in the
|
|
2139
|
+
Software without restriction, including without
|
|
2140
|
+
limitation the rights to use, copy, modify, merge,
|
|
2141
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2142
|
+
the Software, and to permit persons to whom the Software
|
|
2143
|
+
is furnished to do so, subject to the following
|
|
2144
|
+
conditions:
|
|
2249
2145
|
|
|
2250
|
-
|
|
2251
|
-
|
|
2146
|
+
The above copyright notice and this permission notice
|
|
2147
|
+
shall be included in all copies or substantial portions
|
|
2148
|
+
of the Software.
|
|
2252
2149
|
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2150
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2151
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2152
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2153
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2154
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2155
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2156
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2157
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2158
|
+
DEALINGS IN THE SOFTWARE.
|
|
2260
2159
|
|
|
2261
2160
|
````
|
|
2262
2161
|
|
|
@@ -2266,30 +2165,34 @@ THE SOFTWARE.
|
|
|
2266
2165
|
|
|
2267
2166
|
### Rust Crates:
|
|
2268
2167
|
|
|
2269
|
-
- [
|
|
2168
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2270
2169
|
|
|
2271
2170
|
````text
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
Copyright (c) 2025 Callum Oakley
|
|
2171
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2275
2172
|
|
|
2276
|
-
Permission is hereby granted, free of charge, to any
|
|
2277
|
-
of this software and associated
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2173
|
+
Permission is hereby granted, free of charge, to any
|
|
2174
|
+
person obtaining a copy of this software and associated
|
|
2175
|
+
documentation files (the "Software"), to deal in the
|
|
2176
|
+
Software without restriction, including without
|
|
2177
|
+
limitation the rights to use, copy, modify, merge,
|
|
2178
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2179
|
+
the Software, and to permit persons to whom the Software
|
|
2180
|
+
is furnished to do so, subject to the following
|
|
2181
|
+
conditions:
|
|
2282
2182
|
|
|
2283
|
-
The above copyright notice and this permission notice
|
|
2284
|
-
copies or substantial portions
|
|
2183
|
+
The above copyright notice and this permission notice
|
|
2184
|
+
shall be included in all copies or substantial portions
|
|
2185
|
+
of the Software.
|
|
2285
2186
|
|
|
2286
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2287
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2187
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2188
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2189
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2190
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2191
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2192
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2193
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2194
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2195
|
+
DEALINGS IN THE SOFTWARE.
|
|
2293
2196
|
|
|
2294
2197
|
````
|
|
2295
2198
|
|
|
@@ -2299,17 +2202,35 @@ SOFTWARE.
|
|
|
2299
2202
|
|
|
2300
2203
|
### Rust Crates:
|
|
2301
2204
|
|
|
2302
|
-
- [
|
|
2303
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2304
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2305
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2205
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2306
2206
|
|
|
2307
2207
|
````text
|
|
2308
|
-
|
|
2208
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2309
2209
|
|
|
2310
|
-
|
|
2210
|
+
Permission is hereby granted, free of charge, to any
|
|
2211
|
+
person obtaining a copy of this software and associated
|
|
2212
|
+
documentation files (the "Software"), to deal in the
|
|
2213
|
+
Software without restriction, including without
|
|
2214
|
+
limitation the rights to use, copy, modify, merge,
|
|
2215
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2216
|
+
the Software, and to permit persons to whom the Software
|
|
2217
|
+
is furnished to do so, subject to the following
|
|
2218
|
+
conditions:
|
|
2219
|
+
|
|
2220
|
+
The above copyright notice and this permission notice
|
|
2221
|
+
shall be included in all copies or substantial portions
|
|
2222
|
+
of the Software.
|
|
2223
|
+
|
|
2224
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2225
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2226
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2227
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2228
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2229
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2230
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2231
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2232
|
+
DEALINGS IN THE SOFTWARE.
|
|
2311
2233
|
|
|
2312
|
-
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.
|
|
2313
2234
|
````
|
|
2314
2235
|
|
|
2315
2236
|
---
|
|
@@ -2318,31 +2239,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2318
2239
|
|
|
2319
2240
|
### Rust Crates:
|
|
2320
2241
|
|
|
2321
|
-
- [
|
|
2242
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2322
2243
|
|
|
2323
2244
|
````text
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
2327
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2245
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2328
2246
|
|
|
2329
|
-
Permission is hereby granted, free of charge, to any
|
|
2330
|
-
of this software and associated
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2247
|
+
Permission is hereby granted, free of charge, to any
|
|
2248
|
+
person obtaining a copy of this software and associated
|
|
2249
|
+
documentation files (the "Software"), to deal in the
|
|
2250
|
+
Software without restriction, including without
|
|
2251
|
+
limitation the rights to use, copy, modify, merge,
|
|
2252
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2253
|
+
the Software, and to permit persons to whom the Software
|
|
2254
|
+
is furnished to do so, subject to the following
|
|
2255
|
+
conditions:
|
|
2335
2256
|
|
|
2336
|
-
The above copyright notice and this permission notice
|
|
2337
|
-
copies or substantial portions
|
|
2257
|
+
The above copyright notice and this permission notice
|
|
2258
|
+
shall be included in all copies or substantial portions
|
|
2259
|
+
of the Software.
|
|
2338
2260
|
|
|
2339
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2340
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2262
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2263
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2264
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2265
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2266
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2267
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2268
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2269
|
+
DEALINGS IN THE SOFTWARE.
|
|
2346
2270
|
|
|
2347
2271
|
````
|
|
2348
2272
|
|
|
@@ -2352,30 +2276,35 @@ SOFTWARE.
|
|
|
2352
2276
|
|
|
2353
2277
|
### Rust Crates:
|
|
2354
2278
|
|
|
2355
|
-
- [
|
|
2356
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2279
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2357
2280
|
|
|
2358
2281
|
````text
|
|
2359
|
-
The
|
|
2360
|
-
|
|
2361
|
-
Copyright (c) 2015 Steven Fackler
|
|
2282
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2283
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2362
2284
|
|
|
2363
|
-
Permission is hereby granted, free of charge, to any
|
|
2364
|
-
|
|
2365
|
-
the Software
|
|
2366
|
-
|
|
2367
|
-
the
|
|
2368
|
-
|
|
2285
|
+
Permission is hereby granted, free of charge, to any
|
|
2286
|
+
person obtaining a copy of this software and associated
|
|
2287
|
+
documentation files (the "Software"), to deal in the
|
|
2288
|
+
Software without restriction, including without
|
|
2289
|
+
limitation the rights to use, copy, modify, merge,
|
|
2290
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2291
|
+
the Software, and to permit persons to whom the Software
|
|
2292
|
+
is furnished to do so, subject to the following
|
|
2293
|
+
conditions:
|
|
2369
2294
|
|
|
2370
|
-
The above copyright notice and this permission notice
|
|
2371
|
-
copies or substantial portions
|
|
2295
|
+
The above copyright notice and this permission notice
|
|
2296
|
+
shall be included in all copies or substantial portions
|
|
2297
|
+
of the Software.
|
|
2372
2298
|
|
|
2373
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2374
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2299
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2300
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2301
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2302
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2303
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2304
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2305
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2306
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2307
|
+
DEALINGS IN THE SOFTWARE.
|
|
2379
2308
|
|
|
2380
2309
|
````
|
|
2381
2310
|
|
|
@@ -2385,12 +2314,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2385
2314
|
|
|
2386
2315
|
### Rust Crates:
|
|
2387
2316
|
|
|
2388
|
-
- [
|
|
2317
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
2389
2318
|
|
|
2390
2319
|
````text
|
|
2391
|
-
Copyright (c)
|
|
2392
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2393
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2320
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
2394
2321
|
|
|
2395
2322
|
Permission is hereby granted, free of charge, to any
|
|
2396
2323
|
person obtaining a copy of this software and associated
|
|
@@ -2422,15 +2349,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2422
2349
|
|
|
2423
2350
|
## The following dependencies are licensed under the MIT License:
|
|
2424
2351
|
|
|
2425
|
-
###
|
|
2352
|
+
### Rust Crates:
|
|
2426
2353
|
|
|
2427
|
-
- [
|
|
2354
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2428
2355
|
|
|
2429
2356
|
````text
|
|
2430
2357
|
MIT License
|
|
2431
2358
|
|
|
2432
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2433
|
-
|
|
2434
2359
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2435
2360
|
of this software and associated documentation files (the "Software"), to deal
|
|
2436
2361
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2449,8 +2374,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2449
2374
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2450
2375
|
SOFTWARE.
|
|
2451
2376
|
|
|
2452
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2453
|
-
|
|
2454
2377
|
````
|
|
2455
2378
|
|
|
2456
2379
|
---
|
|
@@ -2459,33 +2382,34 @@ SOFTWARE.
|
|
|
2459
2382
|
|
|
2460
2383
|
### Rust Crates:
|
|
2461
2384
|
|
|
2462
|
-
- [
|
|
2463
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
2464
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
2465
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
2466
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
2467
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2468
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2385
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2469
2386
|
|
|
2470
2387
|
````text
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
Copyright (c) <year> <copyright holders>
|
|
2388
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2474
2389
|
|
|
2475
|
-
Permission is hereby granted, free of charge, to any
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2390
|
+
Permission is hereby granted, free of charge, to any
|
|
2391
|
+
person obtaining a copy of this software and associated
|
|
2392
|
+
documentation files (the "Software"), to deal in the
|
|
2393
|
+
Software without restriction, including without
|
|
2394
|
+
limitation the rights to use, copy, modify, merge,
|
|
2395
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2396
|
+
the Software, and to permit persons to whom the Software
|
|
2397
|
+
is furnished to do so, subject to the following
|
|
2398
|
+
conditions:
|
|
2480
2399
|
|
|
2481
|
-
The above copyright notice and this permission notice
|
|
2482
|
-
|
|
2400
|
+
The above copyright notice and this permission notice
|
|
2401
|
+
shall be included in all copies or substantial portions
|
|
2402
|
+
of the Software.
|
|
2483
2403
|
|
|
2484
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2404
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2405
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2406
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2407
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2408
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2409
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2410
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2411
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2412
|
+
DEALINGS IN THE SOFTWARE.
|
|
2489
2413
|
|
|
2490
2414
|
````
|
|
2491
2415
|
|
|
@@ -2495,10 +2419,44 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2495
2419
|
|
|
2496
2420
|
### Rust Crates:
|
|
2497
2421
|
|
|
2498
|
-
- [
|
|
2422
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2499
2423
|
|
|
2500
2424
|
````text
|
|
2501
|
-
|
|
2425
|
+
The MIT License (MIT)
|
|
2426
|
+
|
|
2427
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2428
|
+
|
|
2429
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2430
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2431
|
+
in the Software without restriction, including without limitation the rights
|
|
2432
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2433
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2434
|
+
furnished to do so, subject to the following conditions:
|
|
2435
|
+
|
|
2436
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2437
|
+
copies or substantial portions of the Software.
|
|
2438
|
+
|
|
2439
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2440
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2441
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2442
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2443
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2444
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2445
|
+
SOFTWARE.
|
|
2446
|
+
````
|
|
2447
|
+
|
|
2448
|
+
---
|
|
2449
|
+
|
|
2450
|
+
## The following dependencies are licensed under the MIT License:
|
|
2451
|
+
|
|
2452
|
+
### NPM Packages:
|
|
2453
|
+
|
|
2454
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2455
|
+
|
|
2456
|
+
````text
|
|
2457
|
+
The MIT License (MIT)
|
|
2458
|
+
|
|
2459
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2502
2460
|
|
|
2503
2461
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2504
2462
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2507,16 +2465,88 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2507
2465
|
copies of the Software, and to permit persons to whom the Software is
|
|
2508
2466
|
furnished to do so, subject to the following conditions:
|
|
2509
2467
|
|
|
2510
|
-
The above copyright notice and this permission notice shall be included in
|
|
2511
|
-
|
|
2468
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2469
|
+
copies or substantial portions of the Software.
|
|
2512
2470
|
|
|
2513
2471
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2514
2472
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2515
2473
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2516
2474
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2517
2475
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2518
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2519
|
-
|
|
2476
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2477
|
+
SOFTWARE.
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
````
|
|
2481
|
+
|
|
2482
|
+
---
|
|
2483
|
+
|
|
2484
|
+
## The following dependencies are licensed under the MIT License:
|
|
2485
|
+
|
|
2486
|
+
### NPM Packages:
|
|
2487
|
+
|
|
2488
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2489
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2490
|
+
|
|
2491
|
+
````text
|
|
2492
|
+
MIT License
|
|
2493
|
+
|
|
2494
|
+
Copyright (c) Microsoft Corporation.
|
|
2495
|
+
|
|
2496
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2497
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2498
|
+
in the Software without restriction, including without limitation the rights
|
|
2499
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2500
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2501
|
+
furnished to do so, subject to the following conditions:
|
|
2502
|
+
|
|
2503
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2504
|
+
copies or substantial portions of the Software.
|
|
2505
|
+
|
|
2506
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2507
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2508
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2509
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2510
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2511
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2512
|
+
SOFTWARE
|
|
2513
|
+
|
|
2514
|
+
````
|
|
2515
|
+
|
|
2516
|
+
---
|
|
2517
|
+
|
|
2518
|
+
## The following dependencies are licensed under the MIT License:
|
|
2519
|
+
|
|
2520
|
+
### Rust Crates:
|
|
2521
|
+
|
|
2522
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2523
|
+
|
|
2524
|
+
````text
|
|
2525
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2526
|
+
|
|
2527
|
+
Permission is hereby granted, free of charge, to any
|
|
2528
|
+
person obtaining a copy of this software and associated
|
|
2529
|
+
documentation files (the "Software"), to deal in the
|
|
2530
|
+
Software without restriction, including without
|
|
2531
|
+
limitation the rights to use, copy, modify, merge,
|
|
2532
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2533
|
+
the Software, and to permit persons to whom the Software
|
|
2534
|
+
is furnished to do so, subject to the following
|
|
2535
|
+
conditions:
|
|
2536
|
+
|
|
2537
|
+
The above copyright notice and this permission notice
|
|
2538
|
+
shall be included in all copies or substantial portions
|
|
2539
|
+
of the Software.
|
|
2540
|
+
|
|
2541
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2542
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2543
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2544
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2545
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2546
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2547
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2548
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2549
|
+
DEALINGS IN THE SOFTWARE.
|
|
2520
2550
|
|
|
2521
2551
|
````
|
|
2522
2552
|
|
|
@@ -2526,30 +2556,40 @@ THE SOFTWARE.
|
|
|
2526
2556
|
|
|
2527
2557
|
### Rust Crates:
|
|
2528
2558
|
|
|
2529
|
-
- [
|
|
2559
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2560
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2561
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2562
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2563
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2564
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2530
2565
|
|
|
2531
2566
|
````text
|
|
2532
|
-
Copyright
|
|
2533
|
-
Copyright (c)
|
|
2534
|
-
|
|
2535
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2536
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2537
|
-
in the Software without restriction, including without limitation the rights
|
|
2538
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2539
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2540
|
-
furnished to do so, subject to the following conditions:
|
|
2567
|
+
Copyright 2018 Developers of the Rand project
|
|
2568
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2541
2569
|
|
|
2542
|
-
|
|
2543
|
-
|
|
2570
|
+
Permission is hereby granted, free of charge, to any
|
|
2571
|
+
person obtaining a copy of this software and associated
|
|
2572
|
+
documentation files (the "Software"), to deal in the
|
|
2573
|
+
Software without restriction, including without
|
|
2574
|
+
limitation the rights to use, copy, modify, merge,
|
|
2575
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2576
|
+
the Software, and to permit persons to whom the Software
|
|
2577
|
+
is furnished to do so, subject to the following
|
|
2578
|
+
conditions:
|
|
2544
2579
|
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2549
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2550
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2551
|
-
THE SOFTWARE.
|
|
2580
|
+
The above copyright notice and this permission notice
|
|
2581
|
+
shall be included in all copies or substantial portions
|
|
2582
|
+
of the Software.
|
|
2552
2583
|
|
|
2584
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2585
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2586
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2587
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2588
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2589
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2590
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2591
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2592
|
+
DEALINGS IN THE SOFTWARE.
|
|
2553
2593
|
|
|
2554
2594
|
````
|
|
2555
2595
|
|
|
@@ -2559,10 +2599,11 @@ THE SOFTWARE.
|
|
|
2559
2599
|
|
|
2560
2600
|
### Rust Crates:
|
|
2561
2601
|
|
|
2562
|
-
- [
|
|
2602
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2563
2603
|
|
|
2564
2604
|
````text
|
|
2565
|
-
Copyright (c) The rust-
|
|
2605
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2606
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2566
2607
|
|
|
2567
2608
|
Permission is hereby granted, free of charge, to any
|
|
2568
2609
|
person obtaining a copy of this software and associated
|
|
@@ -2594,14 +2635,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2594
2635
|
|
|
2595
2636
|
## The following dependencies are licensed under the MIT License:
|
|
2596
2637
|
|
|
2597
|
-
###
|
|
2638
|
+
### Rust Crates:
|
|
2598
2639
|
|
|
2599
|
-
- [
|
|
2640
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2641
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2642
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2600
2643
|
|
|
2601
2644
|
````text
|
|
2602
|
-
|
|
2645
|
+
MIT License
|
|
2603
2646
|
|
|
2604
|
-
Copyright (c)
|
|
2647
|
+
Copyright (c) 2017 Ted Driggs
|
|
2605
2648
|
|
|
2606
2649
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2607
2650
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2621,7 +2664,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2621
2664
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2622
2665
|
SOFTWARE.
|
|
2623
2666
|
|
|
2624
|
-
|
|
2625
2667
|
````
|
|
2626
2668
|
|
|
2627
2669
|
---
|
|
@@ -2630,10 +2672,10 @@ SOFTWARE.
|
|
|
2630
2672
|
|
|
2631
2673
|
### Rust Crates:
|
|
2632
2674
|
|
|
2633
|
-
- [
|
|
2675
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2634
2676
|
|
|
2635
2677
|
````text
|
|
2636
|
-
Copyright (c)
|
|
2678
|
+
Copyright (c) 2017 Sean McArthur
|
|
2637
2679
|
|
|
2638
2680
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2639
2681
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2642,16 +2684,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2642
2684
|
copies of the Software, and to permit persons to whom the Software is
|
|
2643
2685
|
furnished to do so, subject to the following conditions:
|
|
2644
2686
|
|
|
2645
|
-
The above copyright notice and this permission notice shall be included in
|
|
2646
|
-
copies or substantial portions of the Software.
|
|
2687
|
+
The above copyright notice and this permission notice shall be included in
|
|
2688
|
+
all copies or substantial portions of the Software.
|
|
2647
2689
|
|
|
2648
2690
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2649
2691
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2650
2692
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2651
2693
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2652
2694
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2653
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2654
|
-
SOFTWARE.
|
|
2695
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2696
|
+
THE SOFTWARE.
|
|
2697
|
+
|
|
2655
2698
|
|
|
2656
2699
|
````
|
|
2657
2700
|
|
|
@@ -2661,12 +2704,12 @@ SOFTWARE.
|
|
|
2661
2704
|
|
|
2662
2705
|
### Rust Crates:
|
|
2663
2706
|
|
|
2664
|
-
- [
|
|
2707
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2665
2708
|
|
|
2666
2709
|
````text
|
|
2667
2710
|
The MIT License (MIT)
|
|
2668
2711
|
|
|
2669
|
-
Copyright (c) 2014
|
|
2712
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2670
2713
|
|
|
2671
2714
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2672
2715
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2686,6 +2729,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2686
2729
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2687
2730
|
SOFTWARE.
|
|
2688
2731
|
|
|
2732
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2733
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2689
2734
|
````
|
|
2690
2735
|
|
|
2691
2736
|
---
|
|
@@ -2694,48 +2739,50 @@ SOFTWARE.
|
|
|
2694
2739
|
|
|
2695
2740
|
### Rust Crates:
|
|
2696
2741
|
|
|
2697
|
-
- [
|
|
2742
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2743
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2698
2744
|
|
|
2699
2745
|
````text
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2746
|
+
Copyright (c) 2014 Alex Crichton
|
|
2703
2747
|
|
|
2704
|
-
Permission is hereby granted, free of charge, to any
|
|
2705
|
-
of this software and associated
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2748
|
+
Permission is hereby granted, free of charge, to any
|
|
2749
|
+
person obtaining a copy of this software and associated
|
|
2750
|
+
documentation files (the "Software"), to deal in the
|
|
2751
|
+
Software without restriction, including without
|
|
2752
|
+
limitation the rights to use, copy, modify, merge,
|
|
2753
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2754
|
+
the Software, and to permit persons to whom the Software
|
|
2755
|
+
is furnished to do so, subject to the following
|
|
2756
|
+
conditions:
|
|
2710
2757
|
|
|
2711
|
-
The above copyright notice and this permission notice
|
|
2712
|
-
copies or substantial portions
|
|
2758
|
+
The above copyright notice and this permission notice
|
|
2759
|
+
shall be included in all copies or substantial portions
|
|
2760
|
+
of the Software.
|
|
2713
2761
|
|
|
2714
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2715
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2762
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2763
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2764
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2765
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2766
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2767
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2768
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2769
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2770
|
+
DEALINGS IN THE SOFTWARE.
|
|
2721
2771
|
|
|
2722
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2723
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2724
2772
|
````
|
|
2725
2773
|
|
|
2726
2774
|
---
|
|
2727
2775
|
|
|
2728
2776
|
## The following dependencies are licensed under the MIT License:
|
|
2729
2777
|
|
|
2730
|
-
###
|
|
2778
|
+
### Rust Crates:
|
|
2731
2779
|
|
|
2732
|
-
- [
|
|
2733
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2780
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2734
2781
|
|
|
2735
2782
|
````text
|
|
2736
2783
|
MIT License
|
|
2737
2784
|
|
|
2738
|
-
Copyright (c)
|
|
2785
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2739
2786
|
|
|
2740
2787
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2741
2788
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2763,10 +2810,12 @@ SOFTWARE.
|
|
|
2763
2810
|
|
|
2764
2811
|
### Rust Crates:
|
|
2765
2812
|
|
|
2766
|
-
- [
|
|
2813
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2767
2814
|
|
|
2768
2815
|
````text
|
|
2769
|
-
|
|
2816
|
+
MIT License
|
|
2817
|
+
|
|
2818
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2770
2819
|
|
|
2771
2820
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2772
2821
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2775,17 +2824,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2775
2824
|
copies of the Software, and to permit persons to whom the Software is
|
|
2776
2825
|
furnished to do so, subject to the following conditions:
|
|
2777
2826
|
|
|
2778
|
-
The above copyright notice and this permission notice shall be included in
|
|
2779
|
-
|
|
2827
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2828
|
+
copies or substantial portions of the Software.
|
|
2780
2829
|
|
|
2781
2830
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2782
2831
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2783
2832
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2784
2833
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2785
2834
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2786
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2787
|
-
|
|
2788
|
-
|
|
2835
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2836
|
+
SOFTWARE.
|
|
2789
2837
|
|
|
2790
2838
|
````
|
|
2791
2839
|
|
|
@@ -2793,17 +2841,15 @@ THE SOFTWARE.
|
|
|
2793
2841
|
|
|
2794
2842
|
## The following dependencies are licensed under the MIT License:
|
|
2795
2843
|
|
|
2796
|
-
###
|
|
2844
|
+
### NPM Packages:
|
|
2797
2845
|
|
|
2798
|
-
- [
|
|
2846
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2847
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2799
2848
|
|
|
2800
2849
|
````text
|
|
2801
2850
|
MIT License
|
|
2802
2851
|
|
|
2803
|
-
Copyright
|
|
2804
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2805
|
-
Copyright (c) 2017 Frommi
|
|
2806
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2852
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2807
2853
|
|
|
2808
2854
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2809
2855
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2831,10 +2877,10 @@ SOFTWARE.
|
|
|
2831
2877
|
|
|
2832
2878
|
### Rust Crates:
|
|
2833
2879
|
|
|
2834
|
-
- [
|
|
2880
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2835
2881
|
|
|
2836
2882
|
````text
|
|
2837
|
-
Copyright (c)
|
|
2883
|
+
Copyright (c) 2017 http-rs authors
|
|
2838
2884
|
|
|
2839
2885
|
Permission is hereby granted, free of charge, to any
|
|
2840
2886
|
person obtaining a copy of this software and associated
|
|
@@ -2868,34 +2914,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2868
2914
|
|
|
2869
2915
|
### Rust Crates:
|
|
2870
2916
|
|
|
2871
|
-
- [
|
|
2917
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2872
2918
|
|
|
2873
2919
|
````text
|
|
2874
|
-
Copyright
|
|
2920
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2875
2921
|
|
|
2876
|
-
Permission is hereby granted, free of charge, to any
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
the Software, and to permit persons to whom the Software
|
|
2883
|
-
is furnished to do so, subject to the following
|
|
2884
|
-
conditions:
|
|
2922
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2923
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2924
|
+
the Software without restriction, including without limitation the rights to
|
|
2925
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2926
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2927
|
+
subject to the following conditions:
|
|
2885
2928
|
|
|
2886
|
-
The above copyright notice and this permission notice
|
|
2887
|
-
|
|
2888
|
-
of the Software.
|
|
2929
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2930
|
+
copies or substantial portions of the Software.
|
|
2889
2931
|
|
|
2890
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2897
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2898
|
-
DEALINGS IN THE SOFTWARE.
|
|
2932
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2933
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2934
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2935
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2936
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2937
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2899
2938
|
|
|
2900
2939
|
````
|
|
2901
2940
|
|
|
@@ -2905,15 +2944,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2905
2944
|
|
|
2906
2945
|
### Rust Crates:
|
|
2907
2946
|
|
|
2908
|
-
- [
|
|
2909
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2910
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2911
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2912
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2913
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2947
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2914
2948
|
|
|
2915
2949
|
````text
|
|
2916
|
-
Copyright (c)
|
|
2950
|
+
Copyright (c) 2017 Robert Grosse
|
|
2917
2951
|
|
|
2918
2952
|
Permission is hereby granted, free of charge, to any
|
|
2919
2953
|
person obtaining a copy of this software and associated
|
|
@@ -2938,7 +2972,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2938
2972
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2939
2973
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2940
2974
|
DEALINGS IN THE SOFTWARE.
|
|
2941
|
-
|
|
2942
2975
|
````
|
|
2943
2976
|
|
|
2944
2977
|
---
|
|
@@ -2947,10 +2980,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2947
2980
|
|
|
2948
2981
|
### Rust Crates:
|
|
2949
2982
|
|
|
2950
|
-
- [
|
|
2983
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2951
2984
|
|
|
2952
2985
|
````text
|
|
2953
|
-
Copyright (c)
|
|
2986
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2954
2987
|
|
|
2955
2988
|
Permission is hereby granted, free of charge, to any
|
|
2956
2989
|
person obtaining a copy of this software and associated
|
|
@@ -2984,10 +3017,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2984
3017
|
|
|
2985
3018
|
### Rust Crates:
|
|
2986
3019
|
|
|
2987
|
-
- [
|
|
3020
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2988
3021
|
|
|
2989
3022
|
````text
|
|
2990
|
-
Copyright (c)
|
|
3023
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2991
3024
|
|
|
2992
3025
|
Permission is hereby granted, free of charge, to any
|
|
2993
3026
|
person obtaining a copy of this software and associated
|
|
@@ -3019,36 +3052,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3019
3052
|
|
|
3020
3053
|
## The following dependencies are licensed under the MIT License:
|
|
3021
3054
|
|
|
3022
|
-
###
|
|
3055
|
+
### NPM Packages:
|
|
3023
3056
|
|
|
3024
|
-
- [
|
|
3057
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3025
3058
|
|
|
3026
3059
|
````text
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
Permission is hereby granted, free of charge, to any
|
|
3030
|
-
person obtaining a copy of this software and associated
|
|
3031
|
-
documentation files (the "Software"), to deal in the
|
|
3032
|
-
Software without restriction, including without
|
|
3033
|
-
limitation the rights to use, copy, modify, merge,
|
|
3034
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3035
|
-
the Software, and to permit persons to whom the Software
|
|
3036
|
-
is furnished to do so, subject to the following
|
|
3037
|
-
conditions:
|
|
3060
|
+
The MIT License (MIT)
|
|
3038
3061
|
|
|
3039
|
-
|
|
3040
|
-
shall be included in all copies or substantial portions
|
|
3041
|
-
of the Software.
|
|
3062
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3042
3063
|
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3064
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3065
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3066
|
+
in the Software without restriction, including without limitation the rights
|
|
3067
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3068
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3069
|
+
furnished to do so, subject to the following conditions:
|
|
3070
|
+
|
|
3071
|
+
The above copyright notice and this permission notice shall be included in
|
|
3072
|
+
all copies or substantial portions of the Software.
|
|
3073
|
+
|
|
3074
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3075
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3076
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3077
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3078
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3079
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3080
|
+
THE SOFTWARE.
|
|
3052
3081
|
|
|
3053
3082
|
````
|
|
3054
3083
|
|
|
@@ -3058,10 +3087,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3058
3087
|
|
|
3059
3088
|
### Rust Crates:
|
|
3060
3089
|
|
|
3061
|
-
- [
|
|
3090
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3062
3091
|
|
|
3063
3092
|
````text
|
|
3064
|
-
Copyright (c)
|
|
3093
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3065
3094
|
|
|
3066
3095
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3067
3096
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3089,10 +3118,10 @@ THE SOFTWARE.
|
|
|
3089
3118
|
|
|
3090
3119
|
### Rust Crates:
|
|
3091
3120
|
|
|
3092
|
-
- [
|
|
3121
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3093
3122
|
|
|
3094
3123
|
````text
|
|
3095
|
-
Copyright (c)
|
|
3124
|
+
Copyright (c) 2016--2023
|
|
3096
3125
|
|
|
3097
3126
|
Permission is hereby granted, free of charge, to any
|
|
3098
3127
|
person obtaining a copy of this software and associated
|
|
@@ -3126,10 +3155,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3126
3155
|
|
|
3127
3156
|
### Rust Crates:
|
|
3128
3157
|
|
|
3129
|
-
- [
|
|
3158
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3130
3159
|
|
|
3131
3160
|
````text
|
|
3132
|
-
Copyright (c)
|
|
3161
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3133
3162
|
|
|
3134
3163
|
Permission is hereby granted, free of charge, to any
|
|
3135
3164
|
person obtaining a copy of this software and associated
|
|
@@ -3161,29 +3190,67 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3161
3190
|
|
|
3162
3191
|
## The following dependencies are licensed under the MIT License:
|
|
3163
3192
|
|
|
3193
|
+
### Rust Crates:
|
|
3194
|
+
|
|
3195
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3196
|
+
|
|
3197
|
+
````text
|
|
3198
|
+
MIT License
|
|
3199
|
+
|
|
3200
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3201
|
+
|
|
3202
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3203
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3204
|
+
in the Software without restriction, including without limitation the rights
|
|
3205
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3206
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3207
|
+
furnished to do so, subject to the following conditions:
|
|
3208
|
+
|
|
3209
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3210
|
+
copies or substantial portions of the Software.
|
|
3211
|
+
|
|
3212
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3213
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3214
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3215
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3216
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3217
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3218
|
+
SOFTWARE.
|
|
3219
|
+
|
|
3220
|
+
````
|
|
3221
|
+
|
|
3222
|
+
---
|
|
3223
|
+
|
|
3224
|
+
## The following dependencies are licensed under the MIT License:
|
|
3225
|
+
|
|
3164
3226
|
### NPM Packages:
|
|
3165
3227
|
|
|
3166
|
-
- [
|
|
3228
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3167
3229
|
|
|
3168
3230
|
````text
|
|
3169
|
-
|
|
3231
|
+
MIT License
|
|
3170
3232
|
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
the Software
|
|
3176
|
-
|
|
3233
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3234
|
+
|
|
3235
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3236
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3237
|
+
in the Software without restriction, including without limitation the rights
|
|
3238
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3239
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3240
|
+
furnished to do so, subject to the following conditions:
|
|
3177
3241
|
|
|
3178
3242
|
The above copyright notice and this permission notice shall be included in all
|
|
3179
3243
|
copies or substantial portions of the Software.
|
|
3180
3244
|
|
|
3181
3245
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3182
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3183
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3184
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3185
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3186
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3246
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3247
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3248
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3249
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3250
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3251
|
+
SOFTWARE.
|
|
3252
|
+
|
|
3253
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3187
3254
|
|
|
3188
3255
|
````
|
|
3189
3256
|
|
|
@@ -3193,10 +3260,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3193
3260
|
|
|
3194
3261
|
### Rust Crates:
|
|
3195
3262
|
|
|
3196
|
-
- [
|
|
3263
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3197
3264
|
|
|
3198
3265
|
````text
|
|
3199
|
-
Copyright (c)
|
|
3266
|
+
Copyright (c) 2015 Steven Allen
|
|
3200
3267
|
|
|
3201
3268
|
Permission is hereby granted, free of charge, to any
|
|
3202
3269
|
person obtaining a copy of this software and associated
|
|
@@ -3230,10 +3297,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3230
3297
|
|
|
3231
3298
|
### Rust Crates:
|
|
3232
3299
|
|
|
3233
|
-
- [
|
|
3300
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3234
3301
|
|
|
3235
3302
|
````text
|
|
3236
|
-
Copyright (c)
|
|
3303
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3237
3304
|
|
|
3238
3305
|
Permission is hereby granted, free of charge, to any
|
|
3239
3306
|
person obtaining a copy of this software and associated
|
|
@@ -3267,34 +3334,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3267
3334
|
|
|
3268
3335
|
### Rust Crates:
|
|
3269
3336
|
|
|
3270
|
-
- [
|
|
3337
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3271
3338
|
|
|
3272
3339
|
````text
|
|
3273
|
-
Copyright (c) 2016
|
|
3340
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3274
3341
|
|
|
3275
|
-
Permission is hereby granted, free of charge, to any
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
the Software, and to permit persons to whom the Software
|
|
3282
|
-
is furnished to do so, subject to the following
|
|
3283
|
-
conditions:
|
|
3342
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3343
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3344
|
+
in the Software without restriction, including without limitation the rights
|
|
3345
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3346
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3347
|
+
furnished to do so, subject to the following conditions:
|
|
3284
3348
|
|
|
3285
|
-
The above copyright notice and this permission notice
|
|
3286
|
-
|
|
3287
|
-
|
|
3349
|
+
The above copyright notice and this permission notice shall be included in
|
|
3350
|
+
all copies or substantial portions of the Software.
|
|
3351
|
+
|
|
3352
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3353
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3354
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3355
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3356
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3357
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3358
|
+
THE SOFTWARE.
|
|
3288
3359
|
|
|
3289
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3290
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3291
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3292
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3293
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3294
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3295
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3296
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3297
|
-
DEALINGS IN THE SOFTWARE.
|
|
3298
3360
|
|
|
3299
3361
|
````
|
|
3300
3362
|
|
|
@@ -3304,16 +3366,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3304
3366
|
|
|
3305
3367
|
### Rust Crates:
|
|
3306
3368
|
|
|
3307
|
-
- [
|
|
3308
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3309
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3310
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3311
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3312
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3369
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3313
3370
|
|
|
3314
3371
|
````text
|
|
3315
|
-
Copyright 2018
|
|
3316
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3372
|
+
Copyright (c) 2018 Carl Lerche
|
|
3317
3373
|
|
|
3318
3374
|
Permission is hereby granted, free of charge, to any
|
|
3319
3375
|
person obtaining a copy of this software and associated
|
|
@@ -3345,36 +3401,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3345
3401
|
|
|
3346
3402
|
## The following dependencies are licensed under the MIT License:
|
|
3347
3403
|
|
|
3348
|
-
###
|
|
3404
|
+
### NPM Packages:
|
|
3349
3405
|
|
|
3350
|
-
- [
|
|
3406
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3351
3407
|
|
|
3352
3408
|
````text
|
|
3353
|
-
|
|
3409
|
+
MIT License
|
|
3354
3410
|
|
|
3355
|
-
|
|
3356
|
-
person obtaining a copy of this software and associated
|
|
3357
|
-
documentation files (the "Software"), to deal in the
|
|
3358
|
-
Software without restriction, including without
|
|
3359
|
-
limitation the rights to use, copy, modify, merge,
|
|
3360
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3361
|
-
the Software, and to permit persons to whom the Software
|
|
3362
|
-
is furnished to do so, subject to the following
|
|
3363
|
-
conditions:
|
|
3411
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3364
3412
|
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3413
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3414
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3415
|
+
in the Software without restriction, including without limitation the rights
|
|
3416
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3417
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3418
|
+
furnished to do so, subject to the following conditions:
|
|
3368
3419
|
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
IN
|
|
3377
|
-
|
|
3420
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3421
|
+
copies or substantial portions of the Software.
|
|
3422
|
+
|
|
3423
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3424
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3425
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3426
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3427
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3428
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3429
|
+
SOFTWARE.
|
|
3378
3430
|
|
|
3379
3431
|
````
|
|
3380
3432
|
|
|
@@ -3384,37 +3436,62 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3384
3436
|
|
|
3385
3437
|
### Rust Crates:
|
|
3386
3438
|
|
|
3387
|
-
- [
|
|
3388
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3439
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3389
3440
|
|
|
3390
3441
|
````text
|
|
3391
|
-
Copyright (c)
|
|
3392
|
-
Copyright (c)
|
|
3393
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3442
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3443
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3394
3444
|
|
|
3395
|
-
Permission is hereby granted, free of charge, to any
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
the Software, and to permit persons to whom the Software
|
|
3402
|
-
is furnished to do so, subject to the following
|
|
3403
|
-
conditions:
|
|
3445
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3446
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3447
|
+
in the Software without restriction, including without limitation the rights
|
|
3448
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3449
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3450
|
+
furnished to do so, subject to the following conditions:
|
|
3404
3451
|
|
|
3405
|
-
The above copyright notice and this permission notice
|
|
3406
|
-
|
|
3407
|
-
of the Software.
|
|
3452
|
+
The above copyright notice and this permission notice shall be included in
|
|
3453
|
+
all copies or substantial portions of the Software.
|
|
3408
3454
|
|
|
3409
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3455
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3456
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3457
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3458
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3459
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3460
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3461
|
+
THE SOFTWARE.
|
|
3462
|
+
|
|
3463
|
+
````
|
|
3464
|
+
|
|
3465
|
+
---
|
|
3466
|
+
|
|
3467
|
+
## The following dependencies are licensed under the MIT License:
|
|
3468
|
+
|
|
3469
|
+
### Rust Crates:
|
|
3470
|
+
|
|
3471
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
3472
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3473
|
+
|
|
3474
|
+
````text
|
|
3475
|
+
The MIT License (MIT)
|
|
3476
|
+
|
|
3477
|
+
Copyright (c) 2015 Steven Fackler
|
|
3478
|
+
|
|
3479
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3480
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3481
|
+
the Software without restriction, including without limitation the rights to
|
|
3482
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3483
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3484
|
+
subject to the following conditions:
|
|
3485
|
+
|
|
3486
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3487
|
+
copies or substantial portions of the Software.
|
|
3488
|
+
|
|
3489
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3490
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3491
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3492
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3493
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3494
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3418
3495
|
|
|
3419
3496
|
````
|
|
3420
3497
|
|
|
@@ -3424,10 +3501,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3424
3501
|
|
|
3425
3502
|
### Rust Crates:
|
|
3426
3503
|
|
|
3427
|
-
- [
|
|
3504
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3428
3505
|
|
|
3429
3506
|
````text
|
|
3430
|
-
Copyright (c)
|
|
3507
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3431
3508
|
|
|
3432
3509
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3433
3510
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3436,16 +3513,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3436
3513
|
copies of the Software, and to permit persons to whom the Software is
|
|
3437
3514
|
furnished to do so, subject to the following conditions:
|
|
3438
3515
|
|
|
3439
|
-
The above copyright notice and this permission notice shall be included in
|
|
3440
|
-
copies or substantial portions of the Software.
|
|
3516
|
+
The above copyright notice and this permission notice shall be included in
|
|
3517
|
+
all copies or substantial portions of the Software.
|
|
3441
3518
|
|
|
3442
3519
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3443
3520
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3444
3521
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3445
3522
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3446
3523
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3447
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3448
|
-
SOFTWARE.
|
|
3524
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3525
|
+
THE SOFTWARE.
|
|
3526
|
+
|
|
3449
3527
|
|
|
3450
3528
|
````
|
|
3451
3529
|
|
|
@@ -3455,14 +3533,10 @@ SOFTWARE.
|
|
|
3455
3533
|
|
|
3456
3534
|
### Rust Crates:
|
|
3457
3535
|
|
|
3458
|
-
- [
|
|
3536
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3459
3537
|
|
|
3460
3538
|
````text
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
Copyright (c) 2015 Danny Guo
|
|
3464
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3465
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3539
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3466
3540
|
|
|
3467
3541
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3468
3542
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3471,16 +3545,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3471
3545
|
copies of the Software, and to permit persons to whom the Software is
|
|
3472
3546
|
furnished to do so, subject to the following conditions:
|
|
3473
3547
|
|
|
3474
|
-
The above copyright notice and this permission notice shall be included in
|
|
3475
|
-
copies or substantial portions of the Software.
|
|
3548
|
+
The above copyright notice and this permission notice shall be included in
|
|
3549
|
+
all copies or substantial portions of the Software.
|
|
3476
3550
|
|
|
3477
3551
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3478
3552
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3479
3553
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3480
3554
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3481
3555
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3482
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3483
|
-
SOFTWARE.
|
|
3556
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3557
|
+
THE SOFTWARE.
|
|
3484
3558
|
|
|
3485
3559
|
````
|
|
3486
3560
|
|
|
@@ -3490,66 +3564,30 @@ SOFTWARE.
|
|
|
3490
3564
|
|
|
3491
3565
|
### Rust Crates:
|
|
3492
3566
|
|
|
3493
|
-
- [
|
|
3567
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3494
3568
|
|
|
3495
3569
|
````text
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3499
|
-
|
|
3500
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3501
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3502
|
-
in the Software without restriction, including without limitation the rights
|
|
3503
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3504
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3505
|
-
furnished to do so, subject to the following conditions:
|
|
3506
|
-
|
|
3507
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3508
|
-
copies or substantial portions of the Software.
|
|
3509
|
-
|
|
3510
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3511
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3512
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3513
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3514
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3515
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3516
|
-
SOFTWARE.
|
|
3517
|
-
````
|
|
3518
|
-
|
|
3519
|
-
---
|
|
3520
|
-
|
|
3521
|
-
## The following dependencies are licensed under the MIT License:
|
|
3522
|
-
|
|
3523
|
-
### Rust Crates:
|
|
3524
|
-
|
|
3525
|
-
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3570
|
+
MIT License
|
|
3526
3571
|
|
|
3527
|
-
|
|
3528
|
-
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3572
|
+
Copyright (c) 2025 Callum Oakley
|
|
3529
3573
|
|
|
3530
|
-
Permission is hereby granted, free of charge, to any
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
the Software, and to permit persons to whom the Software
|
|
3537
|
-
is furnished to do so, subject to the following
|
|
3538
|
-
conditions:
|
|
3574
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3575
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3576
|
+
in the Software without restriction, including without limitation the rights
|
|
3577
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3578
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3579
|
+
furnished to do so, subject to the following conditions:
|
|
3539
3580
|
|
|
3540
|
-
The above copyright notice and this permission notice
|
|
3541
|
-
|
|
3542
|
-
of the Software.
|
|
3581
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3582
|
+
copies or substantial portions of the Software.
|
|
3543
3583
|
|
|
3544
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3552
|
-
DEALINGS IN THE SOFTWARE.
|
|
3584
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3585
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3586
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3587
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3588
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3589
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3590
|
+
SOFTWARE.
|
|
3553
3591
|
|
|
3554
3592
|
````
|
|
3555
3593
|
|
|
@@ -3559,11 +3597,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3559
3597
|
|
|
3560
3598
|
### Rust Crates:
|
|
3561
3599
|
|
|
3562
|
-
- [
|
|
3600
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3601
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3602
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3603
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3604
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3605
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3606
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3607
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3608
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3563
3609
|
|
|
3564
3610
|
````text
|
|
3565
|
-
Copyright (c)
|
|
3566
|
-
Copyright (c)
|
|
3611
|
+
Copyright (c) 2016 Alex Crichton
|
|
3612
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3567
3613
|
|
|
3568
3614
|
Permission is hereby granted, free of charge, to any
|
|
3569
3615
|
person obtaining a copy of this software and associated
|
|
@@ -3597,10 +3643,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3597
3643
|
|
|
3598
3644
|
### Rust Crates:
|
|
3599
3645
|
|
|
3600
|
-
- [
|
|
3646
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3601
3647
|
|
|
3602
3648
|
````text
|
|
3603
|
-
Copyright (c)
|
|
3649
|
+
Copyright (c) The Rust Project Developers
|
|
3604
3650
|
|
|
3605
3651
|
Permission is hereby granted, free of charge, to any
|
|
3606
3652
|
person obtaining a copy of this software and associated
|
|
@@ -3634,17 +3680,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3634
3680
|
|
|
3635
3681
|
### Rust Crates:
|
|
3636
3682
|
|
|
3637
|
-
- [
|
|
3683
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3684
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3685
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3686
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3638
3687
|
|
|
3639
3688
|
````text
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
Includes parts of http date with the following copyright:
|
|
3643
|
-
Copyright (c) 2016 Pyfisch
|
|
3644
|
-
|
|
3645
|
-
Includes portions of musl libc with the following copyright:
|
|
3646
|
-
Copyright © 2005-2013 Rich Felker
|
|
3689
|
+
The MIT License (MIT)
|
|
3647
3690
|
|
|
3691
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3648
3692
|
|
|
3649
3693
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3650
3694
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3653,16 +3697,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3653
3697
|
copies of the Software, and to permit persons to whom the Software is
|
|
3654
3698
|
furnished to do so, subject to the following conditions:
|
|
3655
3699
|
|
|
3656
|
-
The above copyright notice and this permission notice shall be included in
|
|
3657
|
-
copies or substantial portions of the Software.
|
|
3700
|
+
The above copyright notice and this permission notice shall be included in
|
|
3701
|
+
all copies or substantial portions of the Software.
|
|
3658
3702
|
|
|
3659
3703
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3660
3704
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3661
3705
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3662
3706
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3663
3707
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3664
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3665
|
-
SOFTWARE.
|
|
3708
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3709
|
+
THE SOFTWARE.
|
|
3666
3710
|
|
|
3667
3711
|
````
|
|
3668
3712
|
|
|
@@ -3672,10 +3716,11 @@ SOFTWARE.
|
|
|
3672
3716
|
|
|
3673
3717
|
### Rust Crates:
|
|
3674
3718
|
|
|
3675
|
-
- [
|
|
3719
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3676
3720
|
|
|
3677
3721
|
````text
|
|
3678
|
-
|
|
3722
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3723
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3679
3724
|
|
|
3680
3725
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3681
3726
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3703,47 +3748,10 @@ SOFTWARE.
|
|
|
3703
3748
|
|
|
3704
3749
|
### Rust Crates:
|
|
3705
3750
|
|
|
3706
|
-
- [
|
|
3707
|
-
|
|
3708
|
-
````text
|
|
3709
|
-
Copyright (c) 2010 The Rust Project Developers
|
|
3710
|
-
|
|
3711
|
-
Permission is hereby granted, free of charge, to any
|
|
3712
|
-
person obtaining a copy of this software and associated
|
|
3713
|
-
documentation files (the "Software"), to deal in the
|
|
3714
|
-
Software without restriction, including without
|
|
3715
|
-
limitation the rights to use, copy, modify, merge,
|
|
3716
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3717
|
-
the Software, and to permit persons to whom the Software
|
|
3718
|
-
is furnished to do so, subject to the following
|
|
3719
|
-
conditions:
|
|
3720
|
-
|
|
3721
|
-
The above copyright notice and this permission notice
|
|
3722
|
-
shall be included in all copies or substantial portions
|
|
3723
|
-
of the Software.
|
|
3724
|
-
|
|
3725
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3726
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3727
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3728
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3729
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3730
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3731
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3732
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3733
|
-
DEALINGS IN THE SOFTWARE.
|
|
3734
|
-
|
|
3735
|
-
````
|
|
3736
|
-
|
|
3737
|
-
---
|
|
3738
|
-
|
|
3739
|
-
## The following dependencies are licensed under the MIT License:
|
|
3740
|
-
|
|
3741
|
-
### Rust Crates:
|
|
3742
|
-
|
|
3743
|
-
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3751
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3744
3752
|
|
|
3745
3753
|
````text
|
|
3746
|
-
Copyright (c)
|
|
3754
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3747
3755
|
|
|
3748
3756
|
Permission is hereby granted, free of charge, to any
|
|
3749
3757
|
person obtaining a copy of this software and associated
|
|
@@ -3777,61 +3785,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3777
3785
|
|
|
3778
3786
|
### Rust Crates:
|
|
3779
3787
|
|
|
3780
|
-
- [
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3788
|
-
|
|
3789
|
-
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.
|
|
3790
|
-
|
|
3791
|
-
````
|
|
3792
|
-
|
|
3793
|
-
---
|
|
3794
|
-
|
|
3795
|
-
## The following dependencies are licensed under the MIT License:
|
|
3796
|
-
|
|
3797
|
-
### Rust Crates:
|
|
3798
|
-
|
|
3799
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3800
|
-
|
|
3801
|
-
````text
|
|
3802
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3803
|
-
Copyright (c) 2016 Jason Housley
|
|
3804
|
-
|
|
3805
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3806
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3807
|
-
in the Software without restriction, including without limitation the rights
|
|
3808
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3809
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3810
|
-
furnished to do so, subject to the following conditions:
|
|
3811
|
-
|
|
3812
|
-
The above copyright notice and this permission notice shall be included in
|
|
3813
|
-
all copies or substantial portions of the Software.
|
|
3814
|
-
|
|
3815
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3816
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3817
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3818
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3819
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3820
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3821
|
-
THE SOFTWARE.
|
|
3822
|
-
|
|
3823
|
-
````
|
|
3824
|
-
|
|
3825
|
-
---
|
|
3826
|
-
|
|
3827
|
-
## The following dependencies are licensed under the MIT License:
|
|
3828
|
-
|
|
3829
|
-
### Rust Crates:
|
|
3830
|
-
|
|
3831
|
-
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3788
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3789
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3790
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3791
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3792
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3793
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3832
3794
|
|
|
3833
3795
|
````text
|
|
3834
|
-
Copyright (c)
|
|
3796
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3835
3797
|
|
|
3836
3798
|
Permission is hereby granted, free of charge, to any
|
|
3837
3799
|
person obtaining a copy of this software and associated
|
|
@@ -3865,12 +3827,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3865
3827
|
|
|
3866
3828
|
### Rust Crates:
|
|
3867
3829
|
|
|
3868
|
-
- [
|
|
3869
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3870
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3830
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3871
3831
|
|
|
3872
3832
|
````text
|
|
3873
|
-
Copyright (c)
|
|
3833
|
+
Copyright (c) 2019 Carl Lerche
|
|
3874
3834
|
|
|
3875
3835
|
Permission is hereby granted, free of charge, to any
|
|
3876
3836
|
person obtaining a copy of this software and associated
|
|
@@ -3904,80 +3864,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3904
3864
|
|
|
3905
3865
|
### Rust Crates:
|
|
3906
3866
|
|
|
3907
|
-
- [
|
|
3908
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3909
|
-
|
|
3910
|
-
````text
|
|
3911
|
-
MIT License
|
|
3912
|
-
|
|
3913
|
-
Copyright (c) 2019 Graham Esau
|
|
3914
|
-
|
|
3915
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3916
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3917
|
-
in the Software without restriction, including without limitation the rights
|
|
3918
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3919
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3920
|
-
furnished to do so, subject to the following conditions:
|
|
3921
|
-
|
|
3922
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3923
|
-
copies or substantial portions of the Software.
|
|
3924
|
-
|
|
3925
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3926
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3927
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3928
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3929
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3930
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3931
|
-
SOFTWARE.
|
|
3932
|
-
|
|
3933
|
-
````
|
|
3934
|
-
|
|
3935
|
-
---
|
|
3936
|
-
|
|
3937
|
-
## The following dependencies are licensed under the MIT License:
|
|
3938
|
-
|
|
3939
|
-
### Rust Crates:
|
|
3940
|
-
|
|
3941
|
-
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3942
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3943
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3944
|
-
|
|
3945
|
-
````text
|
|
3946
|
-
MIT License
|
|
3947
|
-
|
|
3948
|
-
Copyright (c) 2017 Ted Driggs
|
|
3949
|
-
|
|
3950
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3951
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3952
|
-
in the Software without restriction, including without limitation the rights
|
|
3953
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3954
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3955
|
-
furnished to do so, subject to the following conditions:
|
|
3956
|
-
|
|
3957
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3958
|
-
copies or substantial portions of the Software.
|
|
3959
|
-
|
|
3960
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3961
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3962
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3963
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3964
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3965
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3966
|
-
SOFTWARE.
|
|
3967
|
-
|
|
3968
|
-
````
|
|
3969
|
-
|
|
3970
|
-
---
|
|
3971
|
-
|
|
3972
|
-
## The following dependencies are licensed under the MIT License:
|
|
3973
|
-
|
|
3974
|
-
### NPM Packages:
|
|
3975
|
-
|
|
3976
|
-
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
3867
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3977
3868
|
|
|
3978
3869
|
````text
|
|
3979
|
-
|
|
3980
|
-
|
|
3870
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3871
|
+
Copyright (c) 2016 Alex Crichton
|
|
3981
3872
|
|
|
3982
3873
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3983
3874
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3997,36 +3888,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3997
3888
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3998
3889
|
THE SOFTWARE.
|
|
3999
3890
|
|
|
4000
|
-
````
|
|
4001
|
-
|
|
4002
|
-
---
|
|
4003
|
-
|
|
4004
|
-
## The following dependencies are licensed under the MIT License:
|
|
4005
|
-
|
|
4006
|
-
### Rust Crates:
|
|
4007
|
-
|
|
4008
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
4009
|
-
|
|
4010
|
-
````text
|
|
4011
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
4012
|
-
|
|
4013
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4014
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4015
|
-
in the Software without restriction, including without limitation the rights
|
|
4016
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4017
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4018
|
-
furnished to do so, subject to the following conditions:
|
|
4019
|
-
|
|
4020
|
-
The above copyright notice and this permission notice shall be included in
|
|
4021
|
-
all copies or substantial portions of the Software.
|
|
4022
|
-
|
|
4023
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4024
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4025
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4026
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4027
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4028
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4029
|
-
THE SOFTWARE.
|
|
4030
3891
|
|
|
4031
3892
|
````
|
|
4032
3893
|
|
|
@@ -4036,10 +3897,10 @@ THE SOFTWARE.
|
|
|
4036
3897
|
|
|
4037
3898
|
### Rust Crates:
|
|
4038
3899
|
|
|
4039
|
-
- [
|
|
3900
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
4040
3901
|
|
|
4041
3902
|
````text
|
|
4042
|
-
Copyright 2019-
|
|
3903
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
4043
3904
|
|
|
4044
3905
|
Permission is hereby granted, free of charge, to any
|
|
4045
3906
|
person obtaining a copy of this software and associated
|
|
@@ -4073,10 +3934,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4073
3934
|
|
|
4074
3935
|
### Rust Crates:
|
|
4075
3936
|
|
|
4076
|
-
- [
|
|
3937
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
4077
3938
|
|
|
4078
3939
|
````text
|
|
4079
|
-
Copyright (c)
|
|
3940
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
4080
3941
|
|
|
4081
3942
|
Permission is hereby granted, free of charge, to any
|
|
4082
3943
|
person obtaining a copy of this software and associated
|
|
@@ -4110,10 +3971,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4110
3971
|
|
|
4111
3972
|
### Rust Crates:
|
|
4112
3973
|
|
|
4113
|
-
- [
|
|
3974
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
4114
3975
|
|
|
4115
3976
|
````text
|
|
4116
|
-
Copyright (c) 2018
|
|
3977
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3978
|
+
|
|
3979
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3980
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3981
|
+
in the Software without restriction, including without limitation the rights
|
|
3982
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3983
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3984
|
+
furnished to do so, subject to the following conditions:
|
|
3985
|
+
|
|
3986
|
+
The above copyright notice and this permission notice shall be included in
|
|
3987
|
+
all copies or substantial portions of the Software.
|
|
3988
|
+
|
|
3989
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3990
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3991
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3992
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3993
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3994
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3995
|
+
THE SOFTWARE.
|
|
3996
|
+
|
|
3997
|
+
|
|
3998
|
+
````
|
|
3999
|
+
|
|
4000
|
+
---
|
|
4001
|
+
|
|
4002
|
+
## The following dependencies are licensed under the MIT License:
|
|
4003
|
+
|
|
4004
|
+
### Rust Crates:
|
|
4005
|
+
|
|
4006
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
4007
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
4008
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
4009
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
4010
|
+
|
|
4011
|
+
````text
|
|
4012
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
4117
4013
|
|
|
4118
4014
|
Permission is hereby granted, free of charge, to any
|
|
4119
4015
|
person obtaining a copy of this software and associated
|
|
@@ -4147,11 +4043,9 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4147
4043
|
|
|
4148
4044
|
### Rust Crates:
|
|
4149
4045
|
|
|
4150
|
-
- [
|
|
4046
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
4151
4047
|
|
|
4152
4048
|
````text
|
|
4153
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
4154
|
-
|
|
4155
4049
|
Permission is hereby granted, free of charge, to any
|
|
4156
4050
|
person obtaining a copy of this software and associated
|
|
4157
4051
|
documentation files (the "Software"), to deal in the
|
|
@@ -4175,26 +4069,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4175
4069
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4176
4070
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4177
4071
|
DEALINGS IN THE SOFTWARE.
|
|
4178
|
-
|
|
4179
|
-
````
|
|
4180
|
-
|
|
4181
|
-
---
|
|
4182
|
-
|
|
4183
|
-
## The following dependencies are licensed under the MIT License:
|
|
4184
|
-
|
|
4185
|
-
### Rust Crates:
|
|
4186
|
-
|
|
4187
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
4188
|
-
|
|
4189
|
-
````text
|
|
4190
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
4191
|
-
|
|
4192
|
-
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:
|
|
4193
|
-
|
|
4194
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4195
|
-
|
|
4196
|
-
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.
|
|
4197
|
-
|
|
4198
4072
|
````
|
|
4199
4073
|
|
|
4200
4074
|
---
|
|
@@ -4203,12 +4077,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
4203
4077
|
|
|
4204
4078
|
### Rust Crates:
|
|
4205
4079
|
|
|
4206
|
-
- [
|
|
4080
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
4207
4081
|
|
|
4208
4082
|
````text
|
|
4209
4083
|
MIT License
|
|
4210
4084
|
|
|
4211
|
-
Copyright (c)
|
|
4085
|
+
Copyright (c) 2025 rutrum
|
|
4212
4086
|
|
|
4213
4087
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4214
4088
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4227,7 +4101,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
4227
4101
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4228
4102
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4229
4103
|
SOFTWARE.
|
|
4230
|
-
|
|
4231
4104
|
````
|
|
4232
4105
|
|
|
4233
4106
|
---
|
|
@@ -4236,11 +4109,14 @@ SOFTWARE.
|
|
|
4236
4109
|
|
|
4237
4110
|
### Rust Crates:
|
|
4238
4111
|
|
|
4239
|
-
- [
|
|
4112
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
4113
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4114
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4240
4115
|
|
|
4241
4116
|
````text
|
|
4242
|
-
|
|
4243
|
-
|
|
4117
|
+
MIT License
|
|
4118
|
+
|
|
4119
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
4244
4120
|
|
|
4245
4121
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4246
4122
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4268,11 +4144,10 @@ SOFTWARE.
|
|
|
4268
4144
|
|
|
4269
4145
|
### Rust Crates:
|
|
4270
4146
|
|
|
4271
|
-
- [
|
|
4272
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
4147
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
4273
4148
|
|
|
4274
4149
|
````text
|
|
4275
|
-
Copyright (c)
|
|
4150
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
4276
4151
|
|
|
4277
4152
|
Permission is hereby granted, free of charge, to any
|
|
4278
4153
|
person obtaining a copy of this software and associated
|
|
@@ -4306,15 +4181,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4306
4181
|
|
|
4307
4182
|
### Rust Crates:
|
|
4308
4183
|
|
|
4309
|
-
- [
|
|
4310
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
4311
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
4312
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
4184
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
4313
4185
|
|
|
4314
4186
|
````text
|
|
4315
4187
|
The MIT License (MIT)
|
|
4316
4188
|
|
|
4317
|
-
Copyright (c)
|
|
4189
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
4318
4190
|
|
|
4319
4191
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4320
4192
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4323,16 +4195,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4323
4195
|
copies of the Software, and to permit persons to whom the Software is
|
|
4324
4196
|
furnished to do so, subject to the following conditions:
|
|
4325
4197
|
|
|
4326
|
-
The above copyright notice and this permission notice shall be included in
|
|
4327
|
-
|
|
4198
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4199
|
+
copies or substantial portions of the Software.
|
|
4328
4200
|
|
|
4329
4201
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4330
4202
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4331
4203
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4332
4204
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4333
4205
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4334
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4335
|
-
|
|
4206
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4207
|
+
SOFTWARE.
|
|
4336
4208
|
|
|
4337
4209
|
````
|
|
4338
4210
|
|
|
@@ -4342,10 +4214,29 @@ THE SOFTWARE.
|
|
|
4342
4214
|
|
|
4343
4215
|
### Rust Crates:
|
|
4344
4216
|
|
|
4345
|
-
- [
|
|
4217
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
4218
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
4219
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
4220
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
4346
4221
|
|
|
4347
4222
|
````text
|
|
4348
|
-
|
|
4223
|
+
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:
|
|
4224
|
+
|
|
4225
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4226
|
+
|
|
4227
|
+
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.
|
|
4228
|
+
````
|
|
4229
|
+
|
|
4230
|
+
---
|
|
4231
|
+
|
|
4232
|
+
## The following dependencies are licensed under the MIT License:
|
|
4233
|
+
|
|
4234
|
+
### NPM Packages:
|
|
4235
|
+
|
|
4236
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4237
|
+
|
|
4238
|
+
````text
|
|
4239
|
+
This software is released under the MIT license:
|
|
4349
4240
|
|
|
4350
4241
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4351
4242
|
this software and associated documentation files (the "Software"), to deal in
|
|
@@ -4359,9 +4250,9 @@ copies or substantial portions of the Software.
|
|
|
4359
4250
|
|
|
4360
4251
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4361
4252
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4362
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
4363
|
-
|
|
4364
|
-
|
|
4253
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4254
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4255
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4365
4256
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4366
4257
|
|
|
4367
4258
|
````
|
|
@@ -4753,6 +4644,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4753
4644
|
|
|
4754
4645
|
---
|
|
4755
4646
|
|
|
4647
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4648
|
+
|
|
4649
|
+
### NPM Packages:
|
|
4650
|
+
|
|
4651
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
|
|
4652
|
+
|
|
4653
|
+
````text
|
|
4654
|
+
Please refer to the package README for license details.
|
|
4655
|
+
````
|
|
4656
|
+
|
|
4657
|
+
---
|
|
4658
|
+
|
|
4756
4659
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4757
4660
|
|
|
4758
4661
|
### Rust Crates:
|