@deveco-codegenie/mcp-darwin-x64 0.2.3 → 0.2.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 +1100 -1198
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,45 +1,21 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 208
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 197 *(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: 176
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
|
-
- BSD-3-Clause:
|
|
15
|
-
- ISC: 2
|
|
14
|
+
- BSD-3-Clause: 1
|
|
16
15
|
- MPL-2.0: 1
|
|
16
|
+
- UNKNOWN: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
-
|
|
23
|
-
### Rust Crates:
|
|
24
|
-
|
|
25
|
-
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
26
|
-
|
|
27
|
-
````text
|
|
28
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
29
|
-
|
|
30
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
-
any purpose with or without fee is hereby granted.
|
|
32
|
-
|
|
33
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
-
|
|
41
|
-
````
|
|
42
|
-
|
|
43
19
|
---
|
|
44
20
|
|
|
45
21
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -72,6 +48,30 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
48
|
|
|
73
49
|
### Rust Crates:
|
|
74
50
|
|
|
51
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
52
|
+
|
|
53
|
+
````text
|
|
54
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
55
|
+
|
|
56
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
57
|
+
any purpose with or without fee is hereby granted.
|
|
58
|
+
|
|
59
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
60
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
61
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
62
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
63
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
64
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
65
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
66
|
+
|
|
67
|
+
````
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
72
|
+
|
|
73
|
+
### Rust Crates:
|
|
74
|
+
|
|
75
75
|
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
76
76
|
|
|
77
77
|
````text
|
|
@@ -185,7 +185,9 @@ limitations under the License.
|
|
|
185
185
|
|
|
186
186
|
### Rust Crates:
|
|
187
187
|
|
|
188
|
-
- [
|
|
188
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
189
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
190
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
189
191
|
|
|
190
192
|
````text
|
|
191
193
|
Apache License
|
|
@@ -376,7 +378,7 @@ limitations under the License.
|
|
|
376
378
|
same "printed page" as the copyright notice for easier
|
|
377
379
|
identification within third-party archives.
|
|
378
380
|
|
|
379
|
-
Copyright
|
|
381
|
+
Copyright [yyyy] [name of copyright owner]
|
|
380
382
|
|
|
381
383
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
382
384
|
you may not use this file except in compliance with the License.
|
|
@@ -398,9 +400,7 @@ limitations under the License.
|
|
|
398
400
|
|
|
399
401
|
### Rust Crates:
|
|
400
402
|
|
|
401
|
-
- [
|
|
402
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
403
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
403
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
404
404
|
|
|
405
405
|
````text
|
|
406
406
|
Apache License
|
|
@@ -591,7 +591,7 @@ limitations under the License.
|
|
|
591
591
|
same "printed page" as the copyright notice for easier
|
|
592
592
|
identification within third-party archives.
|
|
593
593
|
|
|
594
|
-
Copyright
|
|
594
|
+
Copyright 2011 Google Inc.
|
|
595
595
|
|
|
596
596
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
597
|
you may not use this file except in compliance with the License.
|
|
@@ -613,15 +613,13 @@ limitations under the License.
|
|
|
613
613
|
|
|
614
614
|
### NPM Packages:
|
|
615
615
|
|
|
616
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
616
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
617
617
|
|
|
618
618
|
````text
|
|
619
619
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
620
|
-
Copyright (c) 2021-present The Fastify team
|
|
620
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
621
621
|
All rights reserved.
|
|
622
622
|
|
|
623
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
624
|
-
|
|
625
623
|
Redistribution and use in source and binary forms, with or without
|
|
626
624
|
modification, are permitted provided that the following conditions are met:
|
|
627
625
|
* Redistributions of source code must retain the above copyright
|
|
@@ -652,91 +650,16 @@ The complete list of contributors can be found at:
|
|
|
652
650
|
|
|
653
651
|
---
|
|
654
652
|
|
|
655
|
-
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
656
|
-
|
|
657
|
-
### NPM Packages:
|
|
658
|
-
|
|
659
|
-
- [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
|
|
660
|
-
|
|
661
|
-
````text
|
|
662
|
-
Copyright (c) 2014, Eugene Ware
|
|
663
|
-
All rights reserved.
|
|
664
|
-
|
|
665
|
-
Redistribution and use in source and binary forms, with or without
|
|
666
|
-
modification, are permitted provided that the following conditions are met:
|
|
667
|
-
|
|
668
|
-
1. Redistributions of source code must retain the above copyright
|
|
669
|
-
notice, this list of conditions and the following disclaimer.
|
|
670
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
671
|
-
notice, this list of conditions and the following disclaimer in the
|
|
672
|
-
documentation and/or other materials provided with the distribution.
|
|
673
|
-
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
674
|
-
may be used to endorse or promote products derived from this software
|
|
675
|
-
without specific prior written permission.
|
|
676
|
-
|
|
677
|
-
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
678
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
679
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
680
|
-
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
681
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
682
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
683
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
684
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
685
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
686
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
687
|
-
|
|
688
|
-
````
|
|
689
|
-
|
|
690
|
-
---
|
|
691
|
-
|
|
692
|
-
## The following dependencies are licensed under the ISC License:
|
|
693
|
-
|
|
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
|
-
### NPM Packages:
|
|
722
|
-
|
|
723
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
724
|
-
|
|
725
|
-
````text
|
|
726
|
-
Please refer to the package README for license details.
|
|
727
|
-
````
|
|
728
|
-
|
|
729
|
-
---
|
|
730
|
-
|
|
731
653
|
## The following dependencies are licensed under the MIT License:
|
|
732
654
|
|
|
733
655
|
### Rust Crates:
|
|
734
656
|
|
|
735
|
-
- [
|
|
736
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
657
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
737
658
|
|
|
738
659
|
````text
|
|
739
|
-
|
|
660
|
+
MIT License
|
|
661
|
+
|
|
662
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
740
663
|
|
|
741
664
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
742
665
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -764,30 +687,34 @@ SOFTWARE.
|
|
|
764
687
|
|
|
765
688
|
### Rust Crates:
|
|
766
689
|
|
|
767
|
-
- [
|
|
690
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
768
691
|
|
|
769
692
|
````text
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
693
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
773
694
|
|
|
774
|
-
Permission is hereby granted, free of charge, to any
|
|
775
|
-
of this software and associated
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
695
|
+
Permission is hereby granted, free of charge, to any
|
|
696
|
+
person obtaining a copy of this software and associated
|
|
697
|
+
documentation files (the "Software"), to deal in the
|
|
698
|
+
Software without restriction, including without
|
|
699
|
+
limitation the rights to use, copy, modify, merge,
|
|
700
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
701
|
+
the Software, and to permit persons to whom the Software
|
|
702
|
+
is furnished to do so, subject to the following
|
|
703
|
+
conditions:
|
|
780
704
|
|
|
781
|
-
The above copyright notice and this permission notice
|
|
782
|
-
copies or substantial portions
|
|
705
|
+
The above copyright notice and this permission notice
|
|
706
|
+
shall be included in all copies or substantial portions
|
|
707
|
+
of the Software.
|
|
783
708
|
|
|
784
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
785
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
709
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
710
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
711
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
712
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
713
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
714
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
715
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
716
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
717
|
+
DEALINGS IN THE SOFTWARE.
|
|
791
718
|
|
|
792
719
|
````
|
|
793
720
|
|
|
@@ -795,33 +722,36 @@ SOFTWARE.
|
|
|
795
722
|
|
|
796
723
|
## The following dependencies are licensed under the MIT License:
|
|
797
724
|
|
|
798
|
-
###
|
|
725
|
+
### Rust Crates:
|
|
799
726
|
|
|
800
|
-
- [
|
|
727
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
801
728
|
|
|
802
729
|
````text
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
806
|
-
|
|
807
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
808
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
809
|
-
in the Software without restriction, including without limitation the rights
|
|
810
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
811
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
812
|
-
furnished to do so, subject to the following conditions:
|
|
730
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
813
731
|
|
|
814
|
-
|
|
815
|
-
|
|
732
|
+
Permission is hereby granted, free of charge, to any
|
|
733
|
+
person obtaining a copy of this software and associated
|
|
734
|
+
documentation files (the "Software"), to deal in the
|
|
735
|
+
Software without restriction, including without
|
|
736
|
+
limitation the rights to use, copy, modify, merge,
|
|
737
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
738
|
+
the Software, and to permit persons to whom the Software
|
|
739
|
+
is furnished to do so, subject to the following
|
|
740
|
+
conditions:
|
|
816
741
|
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
821
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
822
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
823
|
-
SOFTWARE.
|
|
742
|
+
The above copyright notice and this permission notice
|
|
743
|
+
shall be included in all copies or substantial portions
|
|
744
|
+
of the Software.
|
|
824
745
|
|
|
746
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
747
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
748
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
749
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
750
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
751
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
752
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
753
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
754
|
+
DEALINGS IN THE SOFTWARE.
|
|
825
755
|
|
|
826
756
|
````
|
|
827
757
|
|
|
@@ -831,10 +761,10 @@ SOFTWARE.
|
|
|
831
761
|
|
|
832
762
|
### Rust Crates:
|
|
833
763
|
|
|
834
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.
|
|
764
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
835
765
|
|
|
836
766
|
````text
|
|
837
|
-
Copyright (c) 2018-
|
|
767
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
838
768
|
Copyright (c) 2014 The Rust Project Developers
|
|
839
769
|
|
|
840
770
|
Permission is hereby granted, free of charge, to any
|
|
@@ -867,33 +797,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
867
797
|
|
|
868
798
|
## The following dependencies are licensed under the MIT License:
|
|
869
799
|
|
|
870
|
-
###
|
|
800
|
+
### Rust Crates:
|
|
871
801
|
|
|
872
|
-
- [
|
|
873
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
802
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
874
803
|
|
|
875
804
|
````text
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
805
|
+
Copyright (c) 2017 http-rs authors
|
|
879
806
|
|
|
880
|
-
Permission is hereby granted, free of charge, to any
|
|
881
|
-
of this software and associated
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
807
|
+
Permission is hereby granted, free of charge, to any
|
|
808
|
+
person obtaining a copy of this software and associated
|
|
809
|
+
documentation files (the "Software"), to deal in the
|
|
810
|
+
Software without restriction, including without
|
|
811
|
+
limitation the rights to use, copy, modify, merge,
|
|
812
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
813
|
+
the Software, and to permit persons to whom the Software
|
|
814
|
+
is furnished to do so, subject to the following
|
|
815
|
+
conditions:
|
|
886
816
|
|
|
887
|
-
The above copyright notice and this permission notice
|
|
888
|
-
copies or substantial portions
|
|
817
|
+
The above copyright notice and this permission notice
|
|
818
|
+
shall be included in all copies or substantial portions
|
|
819
|
+
of the Software.
|
|
889
820
|
|
|
890
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
891
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
821
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
822
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
823
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
824
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
825
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
826
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
827
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
828
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
829
|
+
DEALINGS IN THE SOFTWARE.
|
|
897
830
|
|
|
898
831
|
````
|
|
899
832
|
|
|
@@ -901,32 +834,37 @@ SOFTWARE.
|
|
|
901
834
|
|
|
902
835
|
## The following dependencies are licensed under the MIT License:
|
|
903
836
|
|
|
904
|
-
###
|
|
837
|
+
### Rust Crates:
|
|
905
838
|
|
|
906
|
-
- [
|
|
839
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
840
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
907
841
|
|
|
908
842
|
````text
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
843
|
+
Copyright (c) 2014 Alex Crichton
|
|
912
844
|
|
|
913
|
-
Permission is hereby granted, free of charge, to any
|
|
914
|
-
of this software and associated
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
845
|
+
Permission is hereby granted, free of charge, to any
|
|
846
|
+
person obtaining a copy of this software and associated
|
|
847
|
+
documentation files (the "Software"), to deal in the
|
|
848
|
+
Software without restriction, including without
|
|
849
|
+
limitation the rights to use, copy, modify, merge,
|
|
850
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
851
|
+
the Software, and to permit persons to whom the Software
|
|
852
|
+
is furnished to do so, subject to the following
|
|
853
|
+
conditions:
|
|
919
854
|
|
|
920
|
-
The above copyright notice and this permission notice
|
|
921
|
-
copies or substantial portions
|
|
855
|
+
The above copyright notice and this permission notice
|
|
856
|
+
shall be included in all copies or substantial portions
|
|
857
|
+
of the Software.
|
|
922
858
|
|
|
923
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
924
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
859
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
860
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
861
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
862
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
863
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
864
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
865
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
866
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
867
|
+
DEALINGS IN THE SOFTWARE.
|
|
930
868
|
|
|
931
869
|
````
|
|
932
870
|
|
|
@@ -936,10 +874,10 @@ SOFTWARE.
|
|
|
936
874
|
|
|
937
875
|
### Rust Crates:
|
|
938
876
|
|
|
939
|
-
- [
|
|
877
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
940
878
|
|
|
941
879
|
````text
|
|
942
|
-
Copyright (c)
|
|
880
|
+
Copyright (c) 2018 Carl Lerche
|
|
943
881
|
|
|
944
882
|
Permission is hereby granted, free of charge, to any
|
|
945
883
|
person obtaining a copy of this software and associated
|
|
@@ -973,10 +911,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
973
911
|
|
|
974
912
|
### Rust Crates:
|
|
975
913
|
|
|
976
|
-
- [
|
|
914
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
977
915
|
|
|
978
916
|
````text
|
|
979
|
-
Copyright (c)
|
|
917
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
980
918
|
|
|
981
919
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
982
920
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -996,7 +934,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
996
934
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
997
935
|
THE SOFTWARE.
|
|
998
936
|
|
|
999
|
-
|
|
1000
937
|
````
|
|
1001
938
|
|
|
1002
939
|
---
|
|
@@ -1005,10 +942,10 @@ THE SOFTWARE.
|
|
|
1005
942
|
|
|
1006
943
|
### Rust Crates:
|
|
1007
944
|
|
|
1008
|
-
- [
|
|
945
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1009
946
|
|
|
1010
947
|
````text
|
|
1011
|
-
|
|
948
|
+
MIT License
|
|
1012
949
|
|
|
1013
950
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1014
951
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1036,67 +973,29 @@ SOFTWARE.
|
|
|
1036
973
|
|
|
1037
974
|
### Rust Crates:
|
|
1038
975
|
|
|
1039
|
-
- [
|
|
1040
|
-
|
|
1041
|
-
````text
|
|
1042
|
-
Copyright (c) The rust-url developers
|
|
1043
|
-
|
|
1044
|
-
Permission is hereby granted, free of charge, to any
|
|
1045
|
-
person obtaining a copy of this software and associated
|
|
1046
|
-
documentation files (the "Software"), to deal in the
|
|
1047
|
-
Software without restriction, including without
|
|
1048
|
-
limitation the rights to use, copy, modify, merge,
|
|
1049
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1050
|
-
the Software, and to permit persons to whom the Software
|
|
1051
|
-
is furnished to do so, subject to the following
|
|
1052
|
-
conditions:
|
|
1053
|
-
|
|
1054
|
-
The above copyright notice and this permission notice
|
|
1055
|
-
shall be included in all copies or substantial portions
|
|
1056
|
-
of the Software.
|
|
1057
|
-
|
|
1058
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1059
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1060
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1061
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1062
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1063
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1064
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1065
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1066
|
-
DEALINGS IN THE SOFTWARE.
|
|
1067
|
-
|
|
1068
|
-
````
|
|
1069
|
-
|
|
1070
|
-
---
|
|
1071
|
-
|
|
1072
|
-
## The following dependencies are licensed under the MIT License:
|
|
1073
|
-
|
|
1074
|
-
### Rust Crates:
|
|
1075
|
-
|
|
1076
|
-
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1077
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
976
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
977
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1078
978
|
|
|
1079
979
|
````text
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
Copyright (c) 2015 Steven Fackler
|
|
980
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1083
981
|
|
|
1084
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1085
|
-
this software and associated documentation files (the "Software"), to deal
|
|
1086
|
-
the Software without restriction, including without limitation the rights
|
|
1087
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1088
|
-
the Software, and to permit persons to whom the Software is
|
|
1089
|
-
subject to the following conditions:
|
|
982
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
983
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
984
|
+
in the Software without restriction, including without limitation the rights
|
|
985
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
986
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
987
|
+
furnished to do so, subject to the following conditions:
|
|
1090
988
|
|
|
1091
989
|
The above copyright notice and this permission notice shall be included in all
|
|
1092
990
|
copies or substantial portions of the Software.
|
|
1093
991
|
|
|
1094
992
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1095
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1096
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1097
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1098
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1099
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
993
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
994
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
995
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
996
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
997
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
998
|
+
SOFTWARE.
|
|
1100
999
|
|
|
1101
1000
|
````
|
|
1102
1001
|
|
|
@@ -1106,34 +1005,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1106
1005
|
|
|
1107
1006
|
### Rust Crates:
|
|
1108
1007
|
|
|
1109
|
-
- [
|
|
1008
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1110
1009
|
|
|
1111
1010
|
````text
|
|
1112
|
-
Copyright (c)
|
|
1011
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1113
1012
|
|
|
1114
|
-
Permission is hereby granted, free of charge, to any
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
the Software, and to permit persons to whom the Software
|
|
1121
|
-
is furnished to do so, subject to the following
|
|
1122
|
-
conditions:
|
|
1013
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1014
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1015
|
+
in the Software without restriction, including without limitation the rights
|
|
1016
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1017
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1018
|
+
furnished to do so, subject to the following conditions:
|
|
1123
1019
|
|
|
1124
|
-
The above copyright notice and this permission notice
|
|
1125
|
-
|
|
1126
|
-
|
|
1020
|
+
The above copyright notice and this permission notice shall be included in
|
|
1021
|
+
all copies or substantial portions of the Software.
|
|
1022
|
+
|
|
1023
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1024
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1025
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1026
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1027
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1028
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1029
|
+
THE SOFTWARE.
|
|
1127
1030
|
|
|
1128
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1129
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1130
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1131
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1132
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1133
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1134
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1135
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1136
|
-
DEALINGS IN THE SOFTWARE.
|
|
1137
1031
|
|
|
1138
1032
|
````
|
|
1139
1033
|
|
|
@@ -1143,17 +1037,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1143
1037
|
|
|
1144
1038
|
### Rust Crates:
|
|
1145
1039
|
|
|
1146
|
-
- [
|
|
1040
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1147
1041
|
|
|
1148
1042
|
````text
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1043
|
+
The MIT License (MIT)
|
|
1044
|
+
|
|
1045
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1046
|
+
|
|
1047
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1048
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1049
|
+
in the Software without restriction, including without limitation the rights
|
|
1050
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1051
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1052
|
+
furnished to do so, subject to the following conditions:
|
|
1053
|
+
|
|
1054
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1055
|
+
copies or substantial portions of the Software.
|
|
1056
|
+
|
|
1057
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1058
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1059
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1060
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1061
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1062
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1063
|
+
SOFTWARE.
|
|
1157
1064
|
````
|
|
1158
1065
|
|
|
1159
1066
|
---
|
|
@@ -1162,11 +1069,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1162
1069
|
|
|
1163
1070
|
### Rust Crates:
|
|
1164
1071
|
|
|
1165
|
-
- [
|
|
1072
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1166
1073
|
|
|
1167
1074
|
````text
|
|
1168
|
-
|
|
1169
|
-
|
|
1075
|
+
MIT License
|
|
1076
|
+
|
|
1077
|
+
Copyright (c) 2025 Callum Oakley
|
|
1170
1078
|
|
|
1171
1079
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1172
1080
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1175,53 +1083,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1175
1083
|
copies of the Software, and to permit persons to whom the Software is
|
|
1176
1084
|
furnished to do so, subject to the following conditions:
|
|
1177
1085
|
|
|
1178
|
-
The above copyright notice and this permission notice shall be included in
|
|
1179
|
-
|
|
1086
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1087
|
+
copies or substantial portions of the Software.
|
|
1180
1088
|
|
|
1181
1089
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1182
1090
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1183
1091
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1184
1092
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1185
1093
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1186
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
````
|
|
1190
|
-
|
|
1191
|
-
---
|
|
1192
|
-
|
|
1193
|
-
## The following dependencies are licensed under the MIT License:
|
|
1194
|
-
|
|
1195
|
-
### Rust Crates:
|
|
1196
|
-
|
|
1197
|
-
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1198
|
-
|
|
1199
|
-
````text
|
|
1200
|
-
Copyright (c) 2016 Amanieu d'Antras
|
|
1201
|
-
|
|
1202
|
-
Permission is hereby granted, free of charge, to any
|
|
1203
|
-
person obtaining a copy of this software and associated
|
|
1204
|
-
documentation files (the "Software"), to deal in the
|
|
1205
|
-
Software without restriction, including without
|
|
1206
|
-
limitation the rights to use, copy, modify, merge,
|
|
1207
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1208
|
-
the Software, and to permit persons to whom the Software
|
|
1209
|
-
is furnished to do so, subject to the following
|
|
1210
|
-
conditions:
|
|
1211
|
-
|
|
1212
|
-
The above copyright notice and this permission notice
|
|
1213
|
-
shall be included in all copies or substantial portions
|
|
1214
|
-
of the Software.
|
|
1215
|
-
|
|
1216
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1217
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1218
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1219
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1220
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1221
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1222
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1223
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1224
|
-
DEALINGS IN THE SOFTWARE.
|
|
1094
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1095
|
+
SOFTWARE.
|
|
1225
1096
|
|
|
1226
1097
|
````
|
|
1227
1098
|
|
|
@@ -1262,10 +1133,10 @@ THE SOFTWARE.
|
|
|
1262
1133
|
|
|
1263
1134
|
### Rust Crates:
|
|
1264
1135
|
|
|
1265
|
-
- [
|
|
1136
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1266
1137
|
|
|
1267
1138
|
````text
|
|
1268
|
-
Copyright (c)
|
|
1139
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1269
1140
|
|
|
1270
1141
|
Permission is hereby granted, free of charge, to any
|
|
1271
1142
|
person obtaining a copy of this software and associated
|
|
@@ -1299,10 +1170,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1299
1170
|
|
|
1300
1171
|
### Rust Crates:
|
|
1301
1172
|
|
|
1302
|
-
- [
|
|
1173
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1174
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1303
1175
|
|
|
1304
1176
|
````text
|
|
1305
|
-
Copyright (c)
|
|
1177
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1178
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1179
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1306
1180
|
|
|
1307
1181
|
Permission is hereby granted, free of charge, to any
|
|
1308
1182
|
person obtaining a copy of this software and associated
|
|
@@ -1336,11 +1210,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1336
1210
|
|
|
1337
1211
|
### Rust Crates:
|
|
1338
1212
|
|
|
1339
|
-
- [
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1213
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1214
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1215
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1216
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1217
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1218
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1219
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1220
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1221
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1222
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1223
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1224
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1225
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1226
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1227
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1228
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1229
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1230
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1231
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1232
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1233
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1234
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1235
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1236
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1237
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1238
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1239
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1240
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1241
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1242
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1343
1243
|
|
|
1244
|
+
````text
|
|
1344
1245
|
Permission is hereby granted, free of charge, to any
|
|
1345
1246
|
person obtaining a copy of this software and associated
|
|
1346
1247
|
documentation files (the "Software"), to deal in the
|
|
@@ -1364,6 +1265,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1364
1265
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1365
1266
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1366
1267
|
DEALINGS IN THE SOFTWARE.
|
|
1268
|
+
|
|
1367
1269
|
````
|
|
1368
1270
|
|
|
1369
1271
|
---
|
|
@@ -1372,14 +1274,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1372
1274
|
|
|
1373
1275
|
### Rust Crates:
|
|
1374
1276
|
|
|
1375
|
-
- [
|
|
1376
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1377
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1277
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1378
1278
|
|
|
1379
1279
|
````text
|
|
1380
|
-
MIT License
|
|
1280
|
+
The MIT License (MIT)
|
|
1281
|
+
|
|
1282
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1283
|
+
|
|
1284
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1285
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1286
|
+
in the Software without restriction, including without limitation the rights
|
|
1287
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1288
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1289
|
+
furnished to do so, subject to the following conditions:
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
The above copyright notice and this permission notice shall be included in
|
|
1293
|
+
all copies or substantial portions of the Software.
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1297
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1298
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1299
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1300
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1301
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1302
|
+
THE SOFTWARE.
|
|
1381
1303
|
|
|
1382
|
-
|
|
1304
|
+
````
|
|
1305
|
+
|
|
1306
|
+
---
|
|
1307
|
+
|
|
1308
|
+
## The following dependencies are licensed under the MIT License:
|
|
1309
|
+
|
|
1310
|
+
### Rust Crates:
|
|
1311
|
+
|
|
1312
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1313
|
+
|
|
1314
|
+
````text
|
|
1315
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1383
1316
|
|
|
1384
1317
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1385
1318
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1407,12 +1340,10 @@ SOFTWARE.
|
|
|
1407
1340
|
|
|
1408
1341
|
### Rust Crates:
|
|
1409
1342
|
|
|
1410
|
-
- [
|
|
1411
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1412
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1343
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1413
1344
|
|
|
1414
1345
|
````text
|
|
1415
|
-
Copyright (c)
|
|
1346
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1416
1347
|
|
|
1417
1348
|
Permission is hereby granted, free of charge, to any
|
|
1418
1349
|
person obtaining a copy of this software and associated
|
|
@@ -1446,34 +1377,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1446
1377
|
|
|
1447
1378
|
### Rust Crates:
|
|
1448
1379
|
|
|
1449
|
-
- [
|
|
1380
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1450
1381
|
|
|
1451
1382
|
````text
|
|
1452
|
-
|
|
1383
|
+
The MIT License (MIT)
|
|
1453
1384
|
|
|
1454
|
-
|
|
1455
|
-
person obtaining a copy of this software and associated
|
|
1456
|
-
documentation files (the "Software"), to deal in the
|
|
1457
|
-
Software without restriction, including without
|
|
1458
|
-
limitation the rights to use, copy, modify, merge,
|
|
1459
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1460
|
-
the Software, and to permit persons to whom the Software
|
|
1461
|
-
is furnished to do so, subject to the following
|
|
1462
|
-
conditions:
|
|
1385
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1463
1386
|
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1387
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1388
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1389
|
+
in the Software without restriction, including without limitation the rights
|
|
1390
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1391
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1392
|
+
furnished to do so, subject to the following conditions:
|
|
1467
1393
|
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
IN
|
|
1476
|
-
|
|
1394
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1395
|
+
copies or substantial portions of the Software.
|
|
1396
|
+
|
|
1397
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1398
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1399
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1400
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1401
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1402
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1403
|
+
SOFTWARE.
|
|
1477
1404
|
|
|
1478
1405
|
````
|
|
1479
1406
|
|
|
@@ -1483,13 +1410,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1483
1410
|
|
|
1484
1411
|
### Rust Crates:
|
|
1485
1412
|
|
|
1486
|
-
- [
|
|
1487
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1413
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1488
1414
|
|
|
1489
1415
|
````text
|
|
1490
|
-
Copyright (c)
|
|
1491
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1492
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1416
|
+
Copyright (c) 2019 Carl Lerche
|
|
1493
1417
|
|
|
1494
1418
|
Permission is hereby granted, free of charge, to any
|
|
1495
1419
|
person obtaining a copy of this software and associated
|
|
@@ -1523,14 +1447,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1523
1447
|
|
|
1524
1448
|
### Rust Crates:
|
|
1525
1449
|
|
|
1526
|
-
- [
|
|
1450
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1527
1451
|
|
|
1528
1452
|
````text
|
|
1529
1453
|
The MIT License (MIT)
|
|
1530
1454
|
|
|
1531
|
-
Copyright (c) 2015
|
|
1532
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1533
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1455
|
+
Copyright (c) 2015 Alice Maz
|
|
1534
1456
|
|
|
1535
1457
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1536
1458
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1539,16 +1461,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1539
1461
|
copies of the Software, and to permit persons to whom the Software is
|
|
1540
1462
|
furnished to do so, subject to the following conditions:
|
|
1541
1463
|
|
|
1542
|
-
The above copyright notice and this permission notice shall be included in
|
|
1543
|
-
copies or substantial portions of the Software.
|
|
1464
|
+
The above copyright notice and this permission notice shall be included in
|
|
1465
|
+
all copies or substantial portions of the Software.
|
|
1544
1466
|
|
|
1545
1467
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1546
1468
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1547
1469
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1548
1470
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1549
1471
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1550
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1551
|
-
SOFTWARE.
|
|
1472
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1473
|
+
THE SOFTWARE.
|
|
1552
1474
|
|
|
1553
1475
|
````
|
|
1554
1476
|
|
|
@@ -1558,10 +1480,10 @@ SOFTWARE.
|
|
|
1558
1480
|
|
|
1559
1481
|
### Rust Crates:
|
|
1560
1482
|
|
|
1561
|
-
- [
|
|
1483
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1562
1484
|
|
|
1563
1485
|
````text
|
|
1564
|
-
Copyright (c)
|
|
1486
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1565
1487
|
|
|
1566
1488
|
Permission is hereby granted, free of charge, to any
|
|
1567
1489
|
person obtaining a copy of this software and associated
|
|
@@ -1595,18 +1517,50 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1595
1517
|
|
|
1596
1518
|
### Rust Crates:
|
|
1597
1519
|
|
|
1598
|
-
- [
|
|
1520
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1599
1521
|
|
|
1600
1522
|
````text
|
|
1601
|
-
Copyright
|
|
1523
|
+
Copyright 2023 The Fuchsia Authors
|
|
1602
1524
|
|
|
1603
|
-
|
|
1604
|
-
|
|
1525
|
+
Permission is hereby granted, free of charge, to any
|
|
1526
|
+
person obtaining a copy of this software and associated
|
|
1527
|
+
documentation files (the "Software"), to deal in the
|
|
1528
|
+
Software without restriction, including without
|
|
1529
|
+
limitation the rights to use, copy, modify, merge,
|
|
1530
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1531
|
+
the Software, and to permit persons to whom the Software
|
|
1532
|
+
is furnished to do so, subject to the following
|
|
1533
|
+
conditions:
|
|
1605
1534
|
|
|
1606
|
-
|
|
1607
|
-
|
|
1535
|
+
The above copyright notice and this permission notice
|
|
1536
|
+
shall be included in all copies or substantial portions
|
|
1537
|
+
of the Software.
|
|
1538
|
+
|
|
1539
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1540
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1541
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1542
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1543
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1544
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1545
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1546
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1547
|
+
DEALINGS IN THE SOFTWARE.
|
|
1608
1548
|
|
|
1609
1549
|
|
|
1550
|
+
````
|
|
1551
|
+
|
|
1552
|
+
---
|
|
1553
|
+
|
|
1554
|
+
## The following dependencies are licensed under the MIT License:
|
|
1555
|
+
|
|
1556
|
+
### Rust Crates:
|
|
1557
|
+
|
|
1558
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1559
|
+
|
|
1560
|
+
````text
|
|
1561
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1562
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1563
|
+
|
|
1610
1564
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1611
1565
|
of this software and associated documentation files (the "Software"), to deal
|
|
1612
1566
|
in the Software without restriction, including without limitation the rights
|
|
@@ -1633,19 +1587,34 @@ SOFTWARE.
|
|
|
1633
1587
|
|
|
1634
1588
|
### Rust Crates:
|
|
1635
1589
|
|
|
1636
|
-
- [
|
|
1637
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1590
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1638
1591
|
|
|
1639
1592
|
````text
|
|
1640
|
-
The
|
|
1641
|
-
|
|
1642
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1593
|
+
Copyright (c) The rust-url developers
|
|
1643
1594
|
|
|
1644
|
-
Permission is hereby granted, free of charge, to any
|
|
1595
|
+
Permission is hereby granted, free of charge, to any
|
|
1596
|
+
person obtaining a copy of this software and associated
|
|
1597
|
+
documentation files (the "Software"), to deal in the
|
|
1598
|
+
Software without restriction, including without
|
|
1599
|
+
limitation the rights to use, copy, modify, merge,
|
|
1600
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1601
|
+
the Software, and to permit persons to whom the Software
|
|
1602
|
+
is furnished to do so, subject to the following
|
|
1603
|
+
conditions:
|
|
1645
1604
|
|
|
1646
|
-
The above copyright notice and this permission notice
|
|
1605
|
+
The above copyright notice and this permission notice
|
|
1606
|
+
shall be included in all copies or substantial portions
|
|
1607
|
+
of the Software.
|
|
1647
1608
|
|
|
1648
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1609
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1610
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1611
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1612
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1613
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1614
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1615
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1616
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1617
|
+
DEALINGS IN THE SOFTWARE.
|
|
1649
1618
|
|
|
1650
1619
|
````
|
|
1651
1620
|
|
|
@@ -1655,10 +1624,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1655
1624
|
|
|
1656
1625
|
### Rust Crates:
|
|
1657
1626
|
|
|
1658
|
-
- [
|
|
1627
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1659
1628
|
|
|
1660
1629
|
````text
|
|
1661
|
-
Copyright (c)
|
|
1630
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1662
1631
|
|
|
1663
1632
|
Permission is hereby granted, free of charge, to any
|
|
1664
1633
|
person obtaining a copy of this software and associated
|
|
@@ -1690,13 +1659,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1690
1659
|
|
|
1691
1660
|
## The following dependencies are licensed under the MIT License:
|
|
1692
1661
|
|
|
1693
|
-
###
|
|
1662
|
+
### NPM Packages:
|
|
1694
1663
|
|
|
1695
|
-
- [
|
|
1664
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1696
1665
|
|
|
1697
1666
|
````text
|
|
1698
|
-
|
|
1699
|
-
|
|
1667
|
+
MIT License
|
|
1668
|
+
|
|
1669
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1700
1670
|
|
|
1701
1671
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1702
1672
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1724,32 +1694,35 @@ SOFTWARE.
|
|
|
1724
1694
|
|
|
1725
1695
|
### Rust Crates:
|
|
1726
1696
|
|
|
1727
|
-
- [
|
|
1728
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1729
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1697
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1730
1698
|
|
|
1731
1699
|
````text
|
|
1732
|
-
|
|
1700
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1701
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1733
1702
|
|
|
1734
|
-
|
|
1703
|
+
Permission is hereby granted, free of charge, to any
|
|
1704
|
+
person obtaining a copy of this software and associated
|
|
1705
|
+
documentation files (the "Software"), to deal in the
|
|
1706
|
+
Software without restriction, including without
|
|
1707
|
+
limitation the rights to use, copy, modify, merge,
|
|
1708
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1709
|
+
the Software, and to permit persons to whom the Software
|
|
1710
|
+
is furnished to do so, subject to the following
|
|
1711
|
+
conditions:
|
|
1735
1712
|
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1740
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1741
|
-
furnished to do so, subject to the following conditions:
|
|
1742
|
-
|
|
1743
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1744
|
-
copies or substantial portions of the Software.
|
|
1713
|
+
The above copyright notice and this permission notice
|
|
1714
|
+
shall be included in all copies or substantial portions
|
|
1715
|
+
of the Software.
|
|
1745
1716
|
|
|
1746
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1747
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1717
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1718
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1719
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1720
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1721
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1722
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1723
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1724
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1725
|
+
DEALINGS IN THE SOFTWARE.
|
|
1753
1726
|
|
|
1754
1727
|
````
|
|
1755
1728
|
|
|
@@ -1759,10 +1732,10 @@ SOFTWARE.
|
|
|
1759
1732
|
|
|
1760
1733
|
### Rust Crates:
|
|
1761
1734
|
|
|
1762
|
-
- [
|
|
1735
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1763
1736
|
|
|
1764
1737
|
````text
|
|
1765
|
-
Copyright (c)
|
|
1738
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1766
1739
|
|
|
1767
1740
|
Permission is hereby granted, free of charge, to any
|
|
1768
1741
|
person obtaining a copy of this software and associated
|
|
@@ -1796,15 +1769,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1796
1769
|
|
|
1797
1770
|
### Rust Crates:
|
|
1798
1771
|
|
|
1799
|
-
- [
|
|
1800
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1801
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1802
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1803
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1804
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1772
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1805
1773
|
|
|
1806
1774
|
````text
|
|
1807
|
-
Copyright
|
|
1775
|
+
Copyright Mozilla Foundation
|
|
1808
1776
|
|
|
1809
1777
|
Permission is hereby granted, free of charge, to any
|
|
1810
1778
|
person obtaining a copy of this software and associated
|
|
@@ -1838,10 +1806,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1838
1806
|
|
|
1839
1807
|
### Rust Crates:
|
|
1840
1808
|
|
|
1841
|
-
- [
|
|
1809
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1842
1810
|
|
|
1843
1811
|
````text
|
|
1844
|
-
|
|
1812
|
+
MIT License
|
|
1813
|
+
|
|
1814
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1845
1815
|
|
|
1846
1816
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1847
1817
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1850,16 +1820,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1850
1820
|
copies of the Software, and to permit persons to whom the Software is
|
|
1851
1821
|
furnished to do so, subject to the following conditions:
|
|
1852
1822
|
|
|
1853
|
-
The above copyright notice and this permission notice shall be included in
|
|
1854
|
-
|
|
1823
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1824
|
+
copies or substantial portions of the Software.
|
|
1855
1825
|
|
|
1856
1826
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1857
1827
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1858
1828
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1859
1829
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1860
1830
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1861
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1862
|
-
|
|
1831
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1832
|
+
SOFTWARE.
|
|
1863
1833
|
|
|
1864
1834
|
````
|
|
1865
1835
|
|
|
@@ -1869,10 +1839,13 @@ THE SOFTWARE.
|
|
|
1869
1839
|
|
|
1870
1840
|
### Rust Crates:
|
|
1871
1841
|
|
|
1872
|
-
- [
|
|
1842
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1873
1843
|
|
|
1874
1844
|
````text
|
|
1875
|
-
|
|
1845
|
+
MIT License
|
|
1846
|
+
|
|
1847
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1848
|
+
Copyright (c) Tokio Contributors
|
|
1876
1849
|
|
|
1877
1850
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1878
1851
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1881,17 +1854,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1881
1854
|
copies of the Software, and to permit persons to whom the Software is
|
|
1882
1855
|
furnished to do so, subject to the following conditions:
|
|
1883
1856
|
|
|
1884
|
-
The above copyright notice and this permission notice shall be included in
|
|
1885
|
-
|
|
1857
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1858
|
+
copies or substantial portions of the Software.
|
|
1886
1859
|
|
|
1887
1860
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1888
1861
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1889
1862
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1890
1863
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1891
1864
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1892
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1893
|
-
|
|
1894
|
-
|
|
1865
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1866
|
+
SOFTWARE.
|
|
1895
1867
|
|
|
1896
1868
|
````
|
|
1897
1869
|
|
|
@@ -1901,10 +1873,10 @@ THE SOFTWARE.
|
|
|
1901
1873
|
|
|
1902
1874
|
### Rust Crates:
|
|
1903
1875
|
|
|
1904
|
-
- [
|
|
1876
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1905
1877
|
|
|
1906
1878
|
````text
|
|
1907
|
-
Copyright (c)
|
|
1879
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1908
1880
|
|
|
1909
1881
|
Permission is hereby granted, free of charge, to any
|
|
1910
1882
|
person obtaining a copy of this software and associated
|
|
@@ -1938,43 +1910,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1938
1910
|
|
|
1939
1911
|
### Rust Crates:
|
|
1940
1912
|
|
|
1941
|
-
- [
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
in the Software without restriction, including without limitation the rights
|
|
1951
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1952
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1953
|
-
furnished to do so, subject to the following conditions:
|
|
1954
|
-
|
|
1955
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1956
|
-
copies or substantial portions of the Software.
|
|
1957
|
-
|
|
1958
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1959
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1960
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1961
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1962
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1963
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1964
|
-
SOFTWARE.
|
|
1965
|
-
|
|
1966
|
-
````
|
|
1967
|
-
|
|
1968
|
-
---
|
|
1969
|
-
|
|
1970
|
-
## The following dependencies are licensed under the MIT License:
|
|
1971
|
-
|
|
1972
|
-
### Rust Crates:
|
|
1973
|
-
|
|
1974
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1913
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1914
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1915
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1916
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1917
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1918
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1919
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1920
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1921
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1975
1922
|
|
|
1976
1923
|
````text
|
|
1977
|
-
Copyright (c)
|
|
1924
|
+
Copyright (c) 2016 Alex Crichton
|
|
1925
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1978
1926
|
|
|
1979
1927
|
Permission is hereby granted, free of charge, to any
|
|
1980
1928
|
person obtaining a copy of this software and associated
|
|
@@ -2008,10 +1956,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2008
1956
|
|
|
2009
1957
|
### Rust Crates:
|
|
2010
1958
|
|
|
2011
|
-
- [
|
|
1959
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2012
1960
|
|
|
2013
1961
|
````text
|
|
2014
|
-
Copyright
|
|
1962
|
+
Copyright (c) The Rust Project Developers
|
|
2015
1963
|
|
|
2016
1964
|
Permission is hereby granted, free of charge, to any
|
|
2017
1965
|
person obtaining a copy of this software and associated
|
|
@@ -2037,21 +1985,18 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
2037
1985
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2038
1986
|
DEALINGS IN THE SOFTWARE.
|
|
2039
1987
|
|
|
2040
|
-
|
|
2041
1988
|
````
|
|
2042
1989
|
|
|
2043
1990
|
---
|
|
2044
1991
|
|
|
2045
1992
|
## The following dependencies are licensed under the MIT License:
|
|
2046
1993
|
|
|
2047
|
-
###
|
|
1994
|
+
### Rust Crates:
|
|
2048
1995
|
|
|
2049
|
-
- [
|
|
1996
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2050
1997
|
|
|
2051
1998
|
````text
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1999
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2055
2000
|
|
|
2056
2001
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2057
2002
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2060,18 +2005,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2060
2005
|
copies of the Software, and to permit persons to whom the Software is
|
|
2061
2006
|
furnished to do so, subject to the following conditions:
|
|
2062
2007
|
|
|
2063
|
-
The above copyright notice and this permission notice shall be included in
|
|
2064
|
-
copies or substantial portions of the Software.
|
|
2008
|
+
The above copyright notice and this permission notice shall be included in
|
|
2009
|
+
all copies or substantial portions of the Software.
|
|
2065
2010
|
|
|
2066
2011
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2067
2012
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2068
2013
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2069
2014
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2070
2015
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2071
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2072
|
-
SOFTWARE.
|
|
2073
|
-
|
|
2074
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2016
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2017
|
+
THE SOFTWARE.
|
|
2075
2018
|
|
|
2076
2019
|
````
|
|
2077
2020
|
|
|
@@ -2081,10 +2024,11 @@ SOFTWARE.
|
|
|
2081
2024
|
|
|
2082
2025
|
### Rust Crates:
|
|
2083
2026
|
|
|
2084
|
-
- [
|
|
2027
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2085
2028
|
|
|
2086
2029
|
````text
|
|
2087
|
-
Copyright (c)
|
|
2030
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2031
|
+
Copyright (c) 2016 Alex Crichton
|
|
2088
2032
|
|
|
2089
2033
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2090
2034
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2104,6 +2048,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2104
2048
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2105
2049
|
THE SOFTWARE.
|
|
2106
2050
|
|
|
2051
|
+
|
|
2107
2052
|
````
|
|
2108
2053
|
|
|
2109
2054
|
---
|
|
@@ -2112,10 +2057,11 @@ THE SOFTWARE.
|
|
|
2112
2057
|
|
|
2113
2058
|
### Rust Crates:
|
|
2114
2059
|
|
|
2115
|
-
- [
|
|
2060
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2116
2061
|
|
|
2117
2062
|
````text
|
|
2118
|
-
Copyright (c)
|
|
2063
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2064
|
+
Copyright (c) 2016 Jason Housley
|
|
2119
2065
|
|
|
2120
2066
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2121
2067
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2143,47 +2089,10 @@ THE SOFTWARE.
|
|
|
2143
2089
|
|
|
2144
2090
|
### Rust Crates:
|
|
2145
2091
|
|
|
2146
|
-
- [
|
|
2147
|
-
|
|
2148
|
-
````text
|
|
2149
|
-
Copyright (c) 2010 The Rust Project Developers
|
|
2150
|
-
|
|
2151
|
-
Permission is hereby granted, free of charge, to any
|
|
2152
|
-
person obtaining a copy of this software and associated
|
|
2153
|
-
documentation files (the "Software"), to deal in the
|
|
2154
|
-
Software without restriction, including without
|
|
2155
|
-
limitation the rights to use, copy, modify, merge,
|
|
2156
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2157
|
-
the Software, and to permit persons to whom the Software
|
|
2158
|
-
is furnished to do so, subject to the following
|
|
2159
|
-
conditions:
|
|
2160
|
-
|
|
2161
|
-
The above copyright notice and this permission notice
|
|
2162
|
-
shall be included in all copies or substantial portions
|
|
2163
|
-
of the Software.
|
|
2164
|
-
|
|
2165
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2166
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2167
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2168
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2169
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2170
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2171
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2172
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2173
|
-
DEALINGS IN THE SOFTWARE.
|
|
2174
|
-
|
|
2175
|
-
````
|
|
2176
|
-
|
|
2177
|
-
---
|
|
2178
|
-
|
|
2179
|
-
## The following dependencies are licensed under the MIT License:
|
|
2180
|
-
|
|
2181
|
-
### Rust Crates:
|
|
2182
|
-
|
|
2183
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2092
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2184
2093
|
|
|
2185
2094
|
````text
|
|
2186
|
-
Copyright (c) 2016--
|
|
2095
|
+
Copyright (c) 2016--2017
|
|
2187
2096
|
|
|
2188
2097
|
Permission is hereby granted, free of charge, to any
|
|
2189
2098
|
person obtaining a copy of this software and associated
|
|
@@ -2217,44 +2126,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2217
2126
|
|
|
2218
2127
|
### Rust Crates:
|
|
2219
2128
|
|
|
2220
|
-
- [
|
|
2221
|
-
|
|
2222
|
-
````text
|
|
2223
|
-
MIT License
|
|
2224
|
-
|
|
2225
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2226
|
-
|
|
2227
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2228
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2229
|
-
in the Software without restriction, including without limitation the rights
|
|
2230
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2231
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2232
|
-
furnished to do so, subject to the following conditions:
|
|
2233
|
-
|
|
2234
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2235
|
-
copies or substantial portions of the Software.
|
|
2236
|
-
|
|
2237
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2238
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2239
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2240
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2241
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2242
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2243
|
-
SOFTWARE.
|
|
2244
|
-
|
|
2245
|
-
````
|
|
2246
|
-
|
|
2247
|
-
---
|
|
2248
|
-
|
|
2249
|
-
## The following dependencies are licensed under the MIT License:
|
|
2250
|
-
|
|
2251
|
-
### Rust Crates:
|
|
2252
|
-
|
|
2253
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2129
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2254
2130
|
|
|
2255
2131
|
````text
|
|
2256
|
-
Copyright (c) 2017
|
|
2257
|
-
Copyright (c) 2016 Jason Housley
|
|
2132
|
+
Copyright (c) 2017 Sean McArthur
|
|
2258
2133
|
|
|
2259
2134
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2260
2135
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2274,6 +2149,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2274
2149
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2275
2150
|
THE SOFTWARE.
|
|
2276
2151
|
|
|
2152
|
+
|
|
2277
2153
|
````
|
|
2278
2154
|
|
|
2279
2155
|
---
|
|
@@ -2282,12 +2158,12 @@ THE SOFTWARE.
|
|
|
2282
2158
|
|
|
2283
2159
|
### Rust Crates:
|
|
2284
2160
|
|
|
2285
|
-
- [
|
|
2161
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2286
2162
|
|
|
2287
2163
|
````text
|
|
2288
2164
|
The MIT License (MIT)
|
|
2289
2165
|
|
|
2290
|
-
Copyright (c)
|
|
2166
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2291
2167
|
|
|
2292
2168
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2293
2169
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2296,19 +2172,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2296
2172
|
copies of the Software, and to permit persons to whom the Software is
|
|
2297
2173
|
furnished to do so, subject to the following conditions:
|
|
2298
2174
|
|
|
2299
|
-
The above copyright notice and this permission notice shall be included in
|
|
2300
|
-
copies or substantial portions of the Software.
|
|
2175
|
+
The above copyright notice and this permission notice shall be included in
|
|
2176
|
+
all copies or substantial portions of the Software.
|
|
2301
2177
|
|
|
2302
2178
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2303
2179
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2304
2180
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2305
2181
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2306
2182
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2307
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2308
|
-
SOFTWARE.
|
|
2183
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2184
|
+
THE SOFTWARE.
|
|
2309
2185
|
|
|
2310
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2311
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2312
2186
|
````
|
|
2313
2187
|
|
|
2314
2188
|
---
|
|
@@ -2317,11 +2191,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2317
2191
|
|
|
2318
2192
|
### Rust Crates:
|
|
2319
2193
|
|
|
2320
|
-
- [
|
|
2321
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2194
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2322
2195
|
|
|
2323
2196
|
````text
|
|
2324
|
-
Copyright (c)
|
|
2197
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2325
2198
|
|
|
2326
2199
|
Permission is hereby granted, free of charge, to any
|
|
2327
2200
|
person obtaining a copy of this software and associated
|
|
@@ -2355,38 +2228,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2355
2228
|
|
|
2356
2229
|
### Rust Crates:
|
|
2357
2230
|
|
|
2358
|
-
- [
|
|
2359
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2360
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2361
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2362
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2363
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2364
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2365
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2366
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2367
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2368
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2369
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2370
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2371
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2372
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2373
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2374
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2375
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2376
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2377
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2378
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2379
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2380
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2381
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2382
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2383
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2384
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2385
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2386
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2387
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2231
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2388
2232
|
|
|
2389
2233
|
````text
|
|
2234
|
+
Copyright (c) 2015 Steven Allen
|
|
2235
|
+
|
|
2390
2236
|
Permission is hereby granted, free of charge, to any
|
|
2391
2237
|
person obtaining a copy of this software and associated
|
|
2392
2238
|
documentation files (the "Software"), to deal in the
|
|
@@ -2419,10 +2265,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2419
2265
|
|
|
2420
2266
|
### Rust Crates:
|
|
2421
2267
|
|
|
2422
|
-
- [
|
|
2268
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2423
2269
|
|
|
2424
2270
|
````text
|
|
2425
|
-
Copyright (c)
|
|
2271
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2426
2272
|
|
|
2427
2273
|
Permission is hereby granted, free of charge, to any
|
|
2428
2274
|
person obtaining a copy of this software and associated
|
|
@@ -2456,10 +2302,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2456
2302
|
|
|
2457
2303
|
### Rust Crates:
|
|
2458
2304
|
|
|
2459
|
-
- [
|
|
2305
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2460
2306
|
|
|
2461
2307
|
````text
|
|
2462
|
-
Copyright (c)
|
|
2308
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2309
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2463
2310
|
|
|
2464
2311
|
Permission is hereby granted, free of charge, to any
|
|
2465
2312
|
person obtaining a copy of this software and associated
|
|
@@ -2493,11 +2340,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2493
2340
|
|
|
2494
2341
|
### Rust Crates:
|
|
2495
2342
|
|
|
2496
|
-
- [
|
|
2343
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2497
2344
|
|
|
2498
2345
|
````text
|
|
2499
2346
|
MIT License
|
|
2500
2347
|
|
|
2348
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2349
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2350
|
+
Copyright (c) 2017 Frommi
|
|
2351
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2352
|
+
|
|
2501
2353
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2502
2354
|
of this software and associated documentation files (the "Software"), to deal
|
|
2503
2355
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2524,16 +2376,10 @@ SOFTWARE.
|
|
|
2524
2376
|
|
|
2525
2377
|
### Rust Crates:
|
|
2526
2378
|
|
|
2527
|
-
- [
|
|
2528
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2529
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2530
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2531
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2532
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2379
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2533
2380
|
|
|
2534
2381
|
````text
|
|
2535
|
-
Copyright
|
|
2536
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2382
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2537
2383
|
|
|
2538
2384
|
Permission is hereby granted, free of charge, to any
|
|
2539
2385
|
person obtaining a copy of this software and associated
|
|
@@ -2567,10 +2413,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2567
2413
|
|
|
2568
2414
|
### Rust Crates:
|
|
2569
2415
|
|
|
2570
|
-
- [
|
|
2416
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2571
2417
|
|
|
2572
2418
|
````text
|
|
2573
|
-
Copyright (c) 2017
|
|
2419
|
+
Copyright (c) 2017 Robert Grosse
|
|
2574
2420
|
|
|
2575
2421
|
Permission is hereby granted, free of charge, to any
|
|
2576
2422
|
person obtaining a copy of this software and associated
|
|
@@ -2595,7 +2441,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2595
2441
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2596
2442
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2597
2443
|
DEALINGS IN THE SOFTWARE.
|
|
2598
|
-
|
|
2599
2444
|
````
|
|
2600
2445
|
|
|
2601
2446
|
---
|
|
@@ -2604,10 +2449,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2604
2449
|
|
|
2605
2450
|
### Rust Crates:
|
|
2606
2451
|
|
|
2607
|
-
- [
|
|
2452
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2453
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2454
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2455
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2608
2456
|
|
|
2609
2457
|
````text
|
|
2610
|
-
Copyright (c)
|
|
2458
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2611
2459
|
|
|
2612
2460
|
Permission is hereby granted, free of charge, to any
|
|
2613
2461
|
person obtaining a copy of this software and associated
|
|
@@ -2639,33 +2487,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2639
2487
|
|
|
2640
2488
|
## The following dependencies are licensed under the MIT License:
|
|
2641
2489
|
|
|
2642
|
-
###
|
|
2490
|
+
### Rust Crates:
|
|
2643
2491
|
|
|
2644
|
-
- [
|
|
2645
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2492
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2646
2493
|
|
|
2647
2494
|
````text
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
Copyright (c) Microsoft Corporation.
|
|
2495
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
2651
2496
|
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2497
|
+
Permission is hereby granted, free of charge, to any
|
|
2498
|
+
person obtaining a copy of this software and associated
|
|
2499
|
+
documentation files (the "Software"), to deal in the
|
|
2500
|
+
Software without restriction, including without
|
|
2501
|
+
limitation the rights to use, copy, modify, merge,
|
|
2502
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2503
|
+
the Software, and to permit persons to whom the Software
|
|
2504
|
+
is furnished to do so, subject to the following
|
|
2505
|
+
conditions:
|
|
2658
2506
|
|
|
2659
|
-
|
|
2660
|
-
|
|
2507
|
+
The above copyright notice and this permission notice
|
|
2508
|
+
shall be included in all copies or substantial portions
|
|
2509
|
+
of the Software.
|
|
2661
2510
|
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2511
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2512
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2513
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2514
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2515
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2516
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2517
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2518
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2519
|
+
DEALINGS IN THE SOFTWARE.
|
|
2669
2520
|
|
|
2670
2521
|
````
|
|
2671
2522
|
|
|
@@ -2675,10 +2526,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2675
2526
|
|
|
2676
2527
|
### Rust Crates:
|
|
2677
2528
|
|
|
2678
|
-
- [
|
|
2529
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2679
2530
|
|
|
2680
2531
|
````text
|
|
2681
|
-
Copyright (c)
|
|
2532
|
+
Copyright (c) 2016--2023
|
|
2682
2533
|
|
|
2683
2534
|
Permission is hereby granted, free of charge, to any
|
|
2684
2535
|
person obtaining a copy of this software and associated
|
|
@@ -2712,33 +2563,73 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2712
2563
|
|
|
2713
2564
|
### Rust Crates:
|
|
2714
2565
|
|
|
2715
|
-
- [
|
|
2566
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2567
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2568
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2716
2569
|
|
|
2717
2570
|
````text
|
|
2718
|
-
|
|
2571
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2719
2572
|
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2573
|
+
Permission is hereby granted, free of charge, to any
|
|
2574
|
+
person obtaining a copy of this software and associated
|
|
2575
|
+
documentation files (the "Software"), to deal in the
|
|
2576
|
+
Software without restriction, including without
|
|
2577
|
+
limitation the rights to use, copy, modify, merge,
|
|
2578
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2579
|
+
the Software, and to permit persons to whom the Software
|
|
2580
|
+
is furnished to do so, subject to the following
|
|
2581
|
+
conditions:
|
|
2724
2582
|
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2729
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2730
|
-
furnished to do so, subject to the following conditions:
|
|
2583
|
+
The above copyright notice and this permission notice
|
|
2584
|
+
shall be included in all copies or substantial portions
|
|
2585
|
+
of the Software.
|
|
2731
2586
|
|
|
2732
|
-
|
|
2733
|
-
|
|
2587
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2588
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2589
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2590
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2591
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2592
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2593
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2594
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2595
|
+
DEALINGS IN THE SOFTWARE.
|
|
2734
2596
|
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2597
|
+
````
|
|
2598
|
+
|
|
2599
|
+
---
|
|
2600
|
+
|
|
2601
|
+
## The following dependencies are licensed under the MIT License:
|
|
2602
|
+
|
|
2603
|
+
### Rust Crates:
|
|
2604
|
+
|
|
2605
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2606
|
+
|
|
2607
|
+
````text
|
|
2608
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2609
|
+
|
|
2610
|
+
Permission is hereby granted, free of charge, to any
|
|
2611
|
+
person obtaining a copy of this software and associated
|
|
2612
|
+
documentation files (the "Software"), to deal in the
|
|
2613
|
+
Software without restriction, including without
|
|
2614
|
+
limitation the rights to use, copy, modify, merge,
|
|
2615
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2616
|
+
the Software, and to permit persons to whom the Software
|
|
2617
|
+
is furnished to do so, subject to the following
|
|
2618
|
+
conditions:
|
|
2619
|
+
|
|
2620
|
+
The above copyright notice and this permission notice
|
|
2621
|
+
shall be included in all copies or substantial portions
|
|
2622
|
+
of the Software.
|
|
2623
|
+
|
|
2624
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2625
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2626
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2627
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2628
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2629
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2630
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2631
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2632
|
+
DEALINGS IN THE SOFTWARE.
|
|
2742
2633
|
|
|
2743
2634
|
````
|
|
2744
2635
|
|
|
@@ -2748,28 +2639,30 @@ SOFTWARE.
|
|
|
2748
2639
|
|
|
2749
2640
|
### Rust Crates:
|
|
2750
2641
|
|
|
2751
|
-
- [
|
|
2642
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2643
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2752
2644
|
|
|
2753
2645
|
````text
|
|
2754
|
-
|
|
2646
|
+
The MIT License (MIT)
|
|
2755
2647
|
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2648
|
+
Copyright (c) 2015 Steven Fackler
|
|
2649
|
+
|
|
2650
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2651
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2652
|
+
the Software without restriction, including without limitation the rights to
|
|
2653
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2654
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2655
|
+
subject to the following conditions:
|
|
2762
2656
|
|
|
2763
2657
|
The above copyright notice and this permission notice shall be included in all
|
|
2764
2658
|
copies or substantial portions of the Software.
|
|
2765
2659
|
|
|
2766
2660
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2767
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
SOFTWARE.
|
|
2661
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2662
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2663
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2664
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2665
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2773
2666
|
|
|
2774
2667
|
````
|
|
2775
2668
|
|
|
@@ -2779,13 +2672,12 @@ SOFTWARE.
|
|
|
2779
2672
|
|
|
2780
2673
|
### Rust Crates:
|
|
2781
2674
|
|
|
2782
|
-
- [
|
|
2675
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2783
2676
|
|
|
2784
2677
|
````text
|
|
2785
|
-
|
|
2678
|
+
MIT License
|
|
2786
2679
|
|
|
2787
|
-
Copyright (c)
|
|
2788
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2680
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2789
2681
|
|
|
2790
2682
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2791
2683
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2813,12 +2705,13 @@ SOFTWARE.
|
|
|
2813
2705
|
|
|
2814
2706
|
### Rust Crates:
|
|
2815
2707
|
|
|
2816
|
-
- [
|
|
2708
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2817
2709
|
|
|
2818
2710
|
````text
|
|
2819
|
-
MIT License
|
|
2711
|
+
The MIT License (MIT)
|
|
2820
2712
|
|
|
2821
|
-
Copyright (c)
|
|
2713
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2714
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2822
2715
|
|
|
2823
2716
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2824
2717
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2846,10 +2739,15 @@ SOFTWARE.
|
|
|
2846
2739
|
|
|
2847
2740
|
### Rust Crates:
|
|
2848
2741
|
|
|
2849
|
-
- [
|
|
2742
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2743
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2744
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2745
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2746
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2747
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2850
2748
|
|
|
2851
2749
|
````text
|
|
2852
|
-
Copyright (c)
|
|
2750
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2853
2751
|
|
|
2854
2752
|
Permission is hereby granted, free of charge, to any
|
|
2855
2753
|
person obtaining a copy of this software and associated
|
|
@@ -2883,12 +2781,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2883
2781
|
|
|
2884
2782
|
### Rust Crates:
|
|
2885
2783
|
|
|
2886
|
-
- [
|
|
2784
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2887
2785
|
|
|
2888
2786
|
````text
|
|
2889
|
-
MIT License
|
|
2787
|
+
The MIT License (MIT)
|
|
2890
2788
|
|
|
2891
|
-
Copyright (c)
|
|
2789
|
+
Copyright (c) 2015 Danny Guo
|
|
2790
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2791
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2892
2792
|
|
|
2893
2793
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2894
2794
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2916,13 +2816,77 @@ SOFTWARE.
|
|
|
2916
2816
|
|
|
2917
2817
|
### Rust Crates:
|
|
2918
2818
|
|
|
2919
|
-
- [
|
|
2920
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2921
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2922
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2819
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2923
2820
|
|
|
2924
2821
|
````text
|
|
2925
|
-
Copyright (c)
|
|
2822
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2823
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2824
|
+
|
|
2825
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2826
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2827
|
+
in the Software without restriction, including without limitation the rights
|
|
2828
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2829
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2830
|
+
furnished to do so, subject to the following conditions:
|
|
2831
|
+
|
|
2832
|
+
The above copyright notice and this permission notice shall be included in
|
|
2833
|
+
all copies or substantial portions of the Software.
|
|
2834
|
+
|
|
2835
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2836
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2837
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2838
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2839
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2840
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2841
|
+
THE SOFTWARE.
|
|
2842
|
+
|
|
2843
|
+
````
|
|
2844
|
+
|
|
2845
|
+
---
|
|
2846
|
+
|
|
2847
|
+
## The following dependencies are licensed under the MIT License:
|
|
2848
|
+
|
|
2849
|
+
### NPM Packages:
|
|
2850
|
+
|
|
2851
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2852
|
+
|
|
2853
|
+
````text
|
|
2854
|
+
MIT License
|
|
2855
|
+
|
|
2856
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2857
|
+
|
|
2858
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2859
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2860
|
+
in the Software without restriction, including without limitation the rights
|
|
2861
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2862
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2863
|
+
furnished to do so, subject to the following conditions:
|
|
2864
|
+
|
|
2865
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2866
|
+
copies or substantial portions of the Software.
|
|
2867
|
+
|
|
2868
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2869
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2870
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2871
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2872
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2873
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2874
|
+
SOFTWARE.
|
|
2875
|
+
|
|
2876
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2877
|
+
|
|
2878
|
+
````
|
|
2879
|
+
|
|
2880
|
+
---
|
|
2881
|
+
|
|
2882
|
+
## The following dependencies are licensed under the MIT License:
|
|
2883
|
+
|
|
2884
|
+
### Rust Crates:
|
|
2885
|
+
|
|
2886
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2887
|
+
|
|
2888
|
+
````text
|
|
2889
|
+
Copyright (c) 2014 Chris Wong
|
|
2926
2890
|
|
|
2927
2891
|
Permission is hereby granted, free of charge, to any
|
|
2928
2892
|
person obtaining a copy of this software and associated
|
|
@@ -2956,10 +2920,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2956
2920
|
|
|
2957
2921
|
### Rust Crates:
|
|
2958
2922
|
|
|
2959
|
-
- [
|
|
2923
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2960
2924
|
|
|
2961
2925
|
````text
|
|
2962
|
-
Copyright (c)
|
|
2926
|
+
Copyright (c) 2017 Contributors
|
|
2963
2927
|
|
|
2964
2928
|
Permission is hereby granted, free of charge, to any
|
|
2965
2929
|
person obtaining a copy of this software and associated
|
|
@@ -2993,12 +2957,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2993
2957
|
|
|
2994
2958
|
### Rust Crates:
|
|
2995
2959
|
|
|
2996
|
-
- [
|
|
2960
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2961
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2962
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2997
2963
|
|
|
2998
2964
|
````text
|
|
2999
|
-
|
|
2965
|
+
MIT License
|
|
3000
2966
|
|
|
3001
|
-
Copyright (c)
|
|
2967
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3002
2968
|
|
|
3003
2969
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3004
2970
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3007,16 +2973,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3007
2973
|
copies of the Software, and to permit persons to whom the Software is
|
|
3008
2974
|
furnished to do so, subject to the following conditions:
|
|
3009
2975
|
|
|
3010
|
-
The above copyright notice and this permission notice shall be included in
|
|
3011
|
-
|
|
2976
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2977
|
+
copies or substantial portions of the Software.
|
|
3012
2978
|
|
|
3013
2979
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3014
2980
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3015
2981
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3016
2982
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3017
2983
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3018
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3019
|
-
|
|
2984
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2985
|
+
SOFTWARE.
|
|
3020
2986
|
|
|
3021
2987
|
````
|
|
3022
2988
|
|
|
@@ -3026,30 +2992,16 @@ THE SOFTWARE.
|
|
|
3026
2992
|
|
|
3027
2993
|
### Rust Crates:
|
|
3028
2994
|
|
|
3029
|
-
- [
|
|
2995
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3030
2996
|
|
|
3031
2997
|
````text
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
Copyright (c) 2015 Alice Maz
|
|
2998
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3035
2999
|
|
|
3036
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3037
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3038
|
-
in the Software without restriction, including without limitation the rights
|
|
3039
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3040
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3041
|
-
furnished to do so, subject to the following conditions:
|
|
3000
|
+
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:
|
|
3042
3001
|
|
|
3043
|
-
The above copyright notice and this permission notice shall be included in
|
|
3044
|
-
all copies or substantial portions of the Software.
|
|
3002
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3045
3003
|
|
|
3046
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3047
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3048
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3049
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3050
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3051
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3052
|
-
THE SOFTWARE.
|
|
3004
|
+
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.
|
|
3053
3005
|
|
|
3054
3006
|
````
|
|
3055
3007
|
|
|
@@ -3057,43 +3009,14 @@ THE SOFTWARE.
|
|
|
3057
3009
|
|
|
3058
3010
|
## The following dependencies are licensed under the MIT License:
|
|
3059
3011
|
|
|
3060
|
-
###
|
|
3012
|
+
### Rust Crates:
|
|
3061
3013
|
|
|
3062
|
-
- [
|
|
3014
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3063
3015
|
|
|
3064
3016
|
````text
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3068
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3069
|
-
the Software without restriction, including without limitation the rights to
|
|
3070
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3071
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3072
|
-
subject to the following conditions:
|
|
3073
|
-
|
|
3074
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3075
|
-
copies or substantial portions of the Software.
|
|
3076
|
-
|
|
3077
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3078
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3079
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3080
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3081
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3082
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3083
|
-
|
|
3084
|
-
````
|
|
3085
|
-
|
|
3086
|
-
---
|
|
3087
|
-
|
|
3088
|
-
## The following dependencies are licensed under the MIT License:
|
|
3089
|
-
|
|
3090
|
-
### NPM Packages:
|
|
3091
|
-
|
|
3092
|
-
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
3017
|
+
MIT License
|
|
3093
3018
|
|
|
3094
|
-
|
|
3095
|
-
pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
3096
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
3019
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
3097
3020
|
|
|
3098
3021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3099
3022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3102,16 +3025,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3102
3025
|
copies of the Software, and to permit persons to whom the Software is
|
|
3103
3026
|
furnished to do so, subject to the following conditions:
|
|
3104
3027
|
|
|
3105
|
-
The above copyright notice and this permission notice shall be included in
|
|
3106
|
-
|
|
3028
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3029
|
+
copies or substantial portions of the Software.
|
|
3107
3030
|
|
|
3108
3031
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3109
3032
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3110
3033
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3111
3034
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3112
3035
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3113
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3114
|
-
|
|
3036
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3037
|
+
SOFTWARE.
|
|
3115
3038
|
|
|
3116
3039
|
````
|
|
3117
3040
|
|
|
@@ -3121,10 +3044,10 @@ THE SOFTWARE.
|
|
|
3121
3044
|
|
|
3122
3045
|
### Rust Crates:
|
|
3123
3046
|
|
|
3124
|
-
- [
|
|
3047
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3125
3048
|
|
|
3126
3049
|
````text
|
|
3127
|
-
Copyright 2019
|
|
3050
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3128
3051
|
|
|
3129
3052
|
Permission is hereby granted, free of charge, to any
|
|
3130
3053
|
person obtaining a copy of this software and associated
|
|
@@ -3158,72 +3081,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3158
3081
|
|
|
3159
3082
|
### Rust Crates:
|
|
3160
3083
|
|
|
3161
|
-
- [
|
|
3084
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3085
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3162
3086
|
|
|
3163
3087
|
````text
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
Permission is hereby granted, free of charge, to any
|
|
3167
|
-
person obtaining a copy of this software and associated
|
|
3168
|
-
documentation files (the "Software"), to deal in the
|
|
3169
|
-
Software without restriction, including without
|
|
3170
|
-
limitation the rights to use, copy, modify, merge,
|
|
3171
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3172
|
-
the Software, and to permit persons to whom the Software
|
|
3173
|
-
is furnished to do so, subject to the following
|
|
3174
|
-
conditions:
|
|
3175
|
-
|
|
3176
|
-
The above copyright notice and this permission notice
|
|
3177
|
-
shall be included in all copies or substantial portions
|
|
3178
|
-
of the Software.
|
|
3179
|
-
|
|
3180
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3181
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3182
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3183
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3184
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3185
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3186
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3187
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3188
|
-
DEALINGS IN THE SOFTWARE.
|
|
3189
|
-
|
|
3190
|
-
````
|
|
3191
|
-
|
|
3192
|
-
---
|
|
3193
|
-
|
|
3194
|
-
## The following dependencies are licensed under the MIT License:
|
|
3195
|
-
|
|
3196
|
-
### Rust Crates:
|
|
3197
|
-
|
|
3198
|
-
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3199
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3088
|
+
MIT License
|
|
3200
3089
|
|
|
3201
|
-
|
|
3202
|
-
Copyright (c) 2014 Alex Crichton
|
|
3090
|
+
Copyright (c) 2019 Graham Esau
|
|
3203
3091
|
|
|
3204
|
-
Permission is hereby granted, free of charge, to any
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
the Software, and to permit persons to whom the Software
|
|
3211
|
-
is furnished to do so, subject to the following
|
|
3212
|
-
conditions:
|
|
3092
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3093
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3094
|
+
in the Software without restriction, including without limitation the rights
|
|
3095
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3096
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3097
|
+
furnished to do so, subject to the following conditions:
|
|
3213
3098
|
|
|
3214
|
-
The above copyright notice and this permission notice
|
|
3215
|
-
|
|
3216
|
-
of the Software.
|
|
3099
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3100
|
+
copies or substantial portions of the Software.
|
|
3217
3101
|
|
|
3218
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3226
|
-
DEALINGS IN THE SOFTWARE.
|
|
3102
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3103
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3104
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3105
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3106
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3107
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3108
|
+
SOFTWARE.
|
|
3227
3109
|
|
|
3228
3110
|
````
|
|
3229
3111
|
|
|
@@ -3233,15 +3115,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3233
3115
|
|
|
3234
3116
|
### Rust Crates:
|
|
3235
3117
|
|
|
3236
|
-
- [
|
|
3237
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3238
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3239
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3118
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3240
3119
|
|
|
3241
3120
|
````text
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
Copyright (c) 2015 Andrew Gallant
|
|
3121
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3245
3122
|
|
|
3246
3123
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3247
3124
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3261,42 +3138,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3261
3138
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3262
3139
|
THE SOFTWARE.
|
|
3263
3140
|
|
|
3264
|
-
````
|
|
3265
|
-
|
|
3266
|
-
---
|
|
3267
|
-
|
|
3268
|
-
## The following dependencies are licensed under the MIT License:
|
|
3269
|
-
|
|
3270
|
-
### Rust Crates:
|
|
3271
|
-
|
|
3272
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3273
|
-
|
|
3274
|
-
````text
|
|
3275
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3276
|
-
|
|
3277
|
-
Permission is hereby granted, free of charge, to any
|
|
3278
|
-
person obtaining a copy of this software and associated
|
|
3279
|
-
documentation files (the "Software"), to deal in the
|
|
3280
|
-
Software without restriction, including without
|
|
3281
|
-
limitation the rights to use, copy, modify, merge,
|
|
3282
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3283
|
-
the Software, and to permit persons to whom the Software
|
|
3284
|
-
is furnished to do so, subject to the following
|
|
3285
|
-
conditions:
|
|
3286
|
-
|
|
3287
|
-
The above copyright notice and this permission notice
|
|
3288
|
-
shall be included in all copies or substantial portions
|
|
3289
|
-
of the Software.
|
|
3290
|
-
|
|
3291
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3292
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3293
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3294
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3295
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3296
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3297
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3298
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3299
|
-
DEALINGS IN THE SOFTWARE.
|
|
3300
3141
|
|
|
3301
3142
|
````
|
|
3302
3143
|
|
|
@@ -3306,10 +3147,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3306
3147
|
|
|
3307
3148
|
### Rust Crates:
|
|
3308
3149
|
|
|
3309
|
-
- [
|
|
3150
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3310
3151
|
|
|
3311
3152
|
````text
|
|
3312
|
-
Copyright
|
|
3153
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3313
3154
|
|
|
3314
3155
|
Permission is hereby granted, free of charge, to any
|
|
3315
3156
|
person obtaining a copy of this software and associated
|
|
@@ -3343,34 +3184,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3343
3184
|
|
|
3344
3185
|
### Rust Crates:
|
|
3345
3186
|
|
|
3346
|
-
- [
|
|
3187
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3188
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3189
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3347
3190
|
|
|
3348
3191
|
````text
|
|
3349
|
-
|
|
3192
|
+
MIT License
|
|
3350
3193
|
|
|
3351
|
-
|
|
3352
|
-
person obtaining a copy of this software and associated
|
|
3353
|
-
documentation files (the "Software"), to deal in the
|
|
3354
|
-
Software without restriction, including without
|
|
3355
|
-
limitation the rights to use, copy, modify, merge,
|
|
3356
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3357
|
-
the Software, and to permit persons to whom the Software
|
|
3358
|
-
is furnished to do so, subject to the following
|
|
3359
|
-
conditions:
|
|
3194
|
+
Copyright (c) Tokio Contributors
|
|
3360
3195
|
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3196
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3197
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3198
|
+
in the Software without restriction, including without limitation the rights
|
|
3199
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3200
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3201
|
+
furnished to do so, subject to the following conditions:
|
|
3364
3202
|
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
IN
|
|
3373
|
-
|
|
3203
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3204
|
+
copies or substantial portions of the Software.
|
|
3205
|
+
|
|
3206
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3207
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3208
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3209
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3210
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3211
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3212
|
+
SOFTWARE.
|
|
3374
3213
|
|
|
3375
3214
|
````
|
|
3376
3215
|
|
|
@@ -3413,34 +3252,49 @@ THE SOFTWARE.
|
|
|
3413
3252
|
|
|
3414
3253
|
### Rust Crates:
|
|
3415
3254
|
|
|
3416
|
-
- [
|
|
3255
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3256
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3417
3257
|
|
|
3418
3258
|
````text
|
|
3419
|
-
|
|
3259
|
+
The MIT License (MIT)
|
|
3420
3260
|
|
|
3421
|
-
|
|
3422
|
-
person obtaining a copy of this software and associated
|
|
3423
|
-
documentation files (the "Software"), to deal in the
|
|
3424
|
-
Software without restriction, including without
|
|
3425
|
-
limitation the rights to use, copy, modify, merge,
|
|
3426
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3427
|
-
the Software, and to permit persons to whom the Software
|
|
3428
|
-
is furnished to do so, subject to the following
|
|
3429
|
-
conditions:
|
|
3261
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3430
3262
|
|
|
3431
|
-
|
|
3432
|
-
shall be included in all copies or substantial portions
|
|
3433
|
-
of the Software.
|
|
3263
|
+
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:
|
|
3434
3264
|
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3265
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3266
|
+
|
|
3267
|
+
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.
|
|
3268
|
+
|
|
3269
|
+
````
|
|
3270
|
+
|
|
3271
|
+
---
|
|
3272
|
+
|
|
3273
|
+
## The following dependencies are licensed under the MIT License:
|
|
3274
|
+
|
|
3275
|
+
### NPM Packages:
|
|
3276
|
+
|
|
3277
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3278
|
+
|
|
3279
|
+
````text
|
|
3280
|
+
This software is released under the MIT license:
|
|
3281
|
+
|
|
3282
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3283
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3284
|
+
the Software without restriction, including without limitation the rights to
|
|
3285
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3286
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3287
|
+
subject to the following conditions:
|
|
3288
|
+
|
|
3289
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3290
|
+
copies or substantial portions of the Software.
|
|
3291
|
+
|
|
3292
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3293
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3294
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3295
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3296
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3297
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3444
3298
|
|
|
3445
3299
|
````
|
|
3446
3300
|
|
|
@@ -3450,11 +3304,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3450
3304
|
|
|
3451
3305
|
### Rust Crates:
|
|
3452
3306
|
|
|
3453
|
-
- [
|
|
3307
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3454
3308
|
|
|
3455
3309
|
````text
|
|
3456
|
-
Copyright (c)
|
|
3457
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3310
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3458
3311
|
|
|
3459
3312
|
Permission is hereby granted, free of charge, to any
|
|
3460
3313
|
person obtaining a copy of this software and associated
|
|
@@ -3488,32 +3341,60 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3488
3341
|
|
|
3489
3342
|
### Rust Crates:
|
|
3490
3343
|
|
|
3491
|
-
- [
|
|
3344
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3492
3345
|
|
|
3493
3346
|
````text
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
to
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3347
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3348
|
+
|
|
3349
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3350
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3351
|
+
in the Software without restriction, including without limitation the rights
|
|
3352
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3353
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3354
|
+
furnished to do so, subject to the following conditions:
|
|
3355
|
+
|
|
3356
|
+
The above copyright notice and this permission notice shall be included in
|
|
3357
|
+
all copies or substantial portions of the Software.
|
|
3358
|
+
|
|
3359
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3360
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3361
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3362
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3363
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3364
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3365
|
+
THE SOFTWARE.
|
|
3366
|
+
|
|
3367
|
+
````
|
|
3368
|
+
|
|
3369
|
+
---
|
|
3370
|
+
|
|
3371
|
+
## The following dependencies are licensed under the MIT License:
|
|
3372
|
+
|
|
3373
|
+
### Rust Crates:
|
|
3374
|
+
|
|
3375
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3376
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3377
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3378
|
+
|
|
3379
|
+
````text
|
|
3380
|
+
MIT License
|
|
3381
|
+
|
|
3382
|
+
Copyright (c) <year> <copyright holders>
|
|
3383
|
+
|
|
3384
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3385
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3386
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3387
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3388
|
+
following conditions:
|
|
3389
|
+
|
|
3390
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3391
|
+
portions of the Software.
|
|
3392
|
+
|
|
3393
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3394
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3395
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3396
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3397
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3517
3398
|
|
|
3518
3399
|
````
|
|
3519
3400
|
|
|
@@ -3523,10 +3404,10 @@ THE SOFTWARE.
|
|
|
3523
3404
|
|
|
3524
3405
|
### Rust Crates:
|
|
3525
3406
|
|
|
3526
|
-
- [
|
|
3407
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3527
3408
|
|
|
3528
3409
|
````text
|
|
3529
|
-
Copyright (c)
|
|
3410
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3530
3411
|
|
|
3531
3412
|
Permission is hereby granted, free of charge, to any
|
|
3532
3413
|
person obtaining a copy of this software and associated
|
|
@@ -3560,11 +3441,50 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3560
3441
|
|
|
3561
3442
|
### Rust Crates:
|
|
3562
3443
|
|
|
3563
|
-
- [
|
|
3444
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3445
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3446
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3564
3447
|
|
|
3565
3448
|
````text
|
|
3566
|
-
|
|
3567
|
-
|
|
3449
|
+
MIT License
|
|
3450
|
+
|
|
3451
|
+
Copyright (c) 2017 Ted Driggs
|
|
3452
|
+
|
|
3453
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3454
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3455
|
+
in the Software without restriction, including without limitation the rights
|
|
3456
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3457
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3458
|
+
furnished to do so, subject to the following conditions:
|
|
3459
|
+
|
|
3460
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3461
|
+
copies or substantial portions of the Software.
|
|
3462
|
+
|
|
3463
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3464
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3465
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3466
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3467
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3468
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3469
|
+
SOFTWARE.
|
|
3470
|
+
|
|
3471
|
+
````
|
|
3472
|
+
|
|
3473
|
+
---
|
|
3474
|
+
|
|
3475
|
+
## The following dependencies are licensed under the MIT License:
|
|
3476
|
+
|
|
3477
|
+
### Rust Crates:
|
|
3478
|
+
|
|
3479
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
3480
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3481
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3482
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3483
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3484
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3485
|
+
|
|
3486
|
+
````text
|
|
3487
|
+
Copyright (c) 2019 Tokio Contributors
|
|
3568
3488
|
|
|
3569
3489
|
Permission is hereby granted, free of charge, to any
|
|
3570
3490
|
person obtaining a copy of this software and associated
|
|
@@ -3598,12 +3518,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3598
3518
|
|
|
3599
3519
|
### Rust Crates:
|
|
3600
3520
|
|
|
3601
|
-
- [
|
|
3602
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3603
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3521
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3604
3522
|
|
|
3605
3523
|
````text
|
|
3606
|
-
Copyright (c)
|
|
3524
|
+
Copyright (c) 2017 Carl Lerche
|
|
3525
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3526
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3607
3527
|
|
|
3608
3528
|
Permission is hereby granted, free of charge, to any
|
|
3609
3529
|
person obtaining a copy of this software and associated
|
|
@@ -3637,12 +3557,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3637
3557
|
|
|
3638
3558
|
### Rust Crates:
|
|
3639
3559
|
|
|
3640
|
-
- [
|
|
3560
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3561
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3562
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3563
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3641
3564
|
|
|
3642
3565
|
````text
|
|
3643
|
-
MIT License
|
|
3566
|
+
The MIT License (MIT)
|
|
3644
3567
|
|
|
3645
|
-
Copyright (c)
|
|
3568
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3646
3569
|
|
|
3647
3570
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3648
3571
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3651,16 +3574,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3651
3574
|
copies of the Software, and to permit persons to whom the Software is
|
|
3652
3575
|
furnished to do so, subject to the following conditions:
|
|
3653
3576
|
|
|
3654
|
-
The above copyright notice and this permission notice shall be included in
|
|
3655
|
-
copies or substantial portions of the Software.
|
|
3577
|
+
The above copyright notice and this permission notice shall be included in
|
|
3578
|
+
all copies or substantial portions of the Software.
|
|
3656
3579
|
|
|
3657
3580
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3658
3581
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3659
3582
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3660
3583
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3661
3584
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3662
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3663
|
-
SOFTWARE.
|
|
3585
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3586
|
+
THE SOFTWARE.
|
|
3664
3587
|
|
|
3665
3588
|
````
|
|
3666
3589
|
|
|
@@ -3670,10 +3593,10 @@ SOFTWARE.
|
|
|
3670
3593
|
|
|
3671
3594
|
### Rust Crates:
|
|
3672
3595
|
|
|
3673
|
-
- [
|
|
3596
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3674
3597
|
|
|
3675
3598
|
````text
|
|
3676
|
-
Copyright (c) 2016
|
|
3599
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3677
3600
|
|
|
3678
3601
|
Permission is hereby granted, free of charge, to any
|
|
3679
3602
|
person obtaining a copy of this software and associated
|
|
@@ -3705,15 +3628,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3705
3628
|
|
|
3706
3629
|
## The following dependencies are licensed under the MIT License:
|
|
3707
3630
|
|
|
3708
|
-
###
|
|
3631
|
+
### NPM Packages:
|
|
3709
3632
|
|
|
3710
|
-
- [
|
|
3711
|
-
- [
|
|
3633
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3634
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3712
3635
|
|
|
3713
3636
|
````text
|
|
3714
3637
|
MIT License
|
|
3715
3638
|
|
|
3716
|
-
Copyright (c)
|
|
3639
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3717
3640
|
|
|
3718
3641
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3719
3642
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3741,10 +3664,10 @@ SOFTWARE.
|
|
|
3741
3664
|
|
|
3742
3665
|
### Rust Crates:
|
|
3743
3666
|
|
|
3744
|
-
- [
|
|
3667
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3745
3668
|
|
|
3746
3669
|
````text
|
|
3747
|
-
Copyright (c)
|
|
3670
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3748
3671
|
|
|
3749
3672
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3750
3673
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3753,17 +3676,35 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3753
3676
|
copies of the Software, and to permit persons to whom the Software is
|
|
3754
3677
|
furnished to do so, subject to the following conditions:
|
|
3755
3678
|
|
|
3756
|
-
The above copyright notice and this permission notice shall be included in
|
|
3757
|
-
|
|
3679
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3680
|
+
copies or substantial portions of the Software.
|
|
3758
3681
|
|
|
3759
3682
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3760
3683
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3761
3684
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3762
3685
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3763
3686
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3764
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3765
|
-
|
|
3687
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3688
|
+
SOFTWARE.
|
|
3689
|
+
|
|
3690
|
+
````
|
|
3691
|
+
|
|
3692
|
+
---
|
|
3693
|
+
|
|
3694
|
+
## The following dependencies are licensed under the MIT License:
|
|
3695
|
+
|
|
3696
|
+
### Rust Crates:
|
|
3697
|
+
|
|
3698
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3699
|
+
|
|
3700
|
+
````text
|
|
3701
|
+
Copyright 2016 Nika Layzell
|
|
3702
|
+
|
|
3703
|
+
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:
|
|
3766
3704
|
|
|
3705
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3706
|
+
|
|
3707
|
+
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.
|
|
3767
3708
|
|
|
3768
3709
|
````
|
|
3769
3710
|
|
|
@@ -3773,15 +3714,16 @@ THE SOFTWARE.
|
|
|
3773
3714
|
|
|
3774
3715
|
### Rust Crates:
|
|
3775
3716
|
|
|
3776
|
-
- [
|
|
3777
|
-
- [
|
|
3778
|
-
- [
|
|
3779
|
-
- [
|
|
3780
|
-
- [
|
|
3781
|
-
- [
|
|
3717
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3718
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3719
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3720
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3721
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3722
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3782
3723
|
|
|
3783
3724
|
````text
|
|
3784
|
-
Copyright
|
|
3725
|
+
Copyright 2018 Developers of the Rand project
|
|
3726
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3785
3727
|
|
|
3786
3728
|
Permission is hereby granted, free of charge, to any
|
|
3787
3729
|
person obtaining a copy of this software and associated
|
|
@@ -3815,10 +3757,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3815
3757
|
|
|
3816
3758
|
### Rust Crates:
|
|
3817
3759
|
|
|
3818
|
-
- [
|
|
3760
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
3761
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3819
3762
|
|
|
3820
3763
|
````text
|
|
3821
|
-
Copyright (c)
|
|
3764
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
3822
3765
|
|
|
3823
3766
|
Permission is hereby granted, free of charge, to any
|
|
3824
3767
|
person obtaining a copy of this software and associated
|
|
@@ -3852,94 +3795,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3852
3795
|
|
|
3853
3796
|
### Rust Crates:
|
|
3854
3797
|
|
|
3855
|
-
- [
|
|
3856
|
-
|
|
3857
|
-
````text
|
|
3858
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
3859
|
-
Copyright (c) 2016 Alex Crichton
|
|
3860
|
-
|
|
3861
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3862
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3863
|
-
in the Software without restriction, including without limitation the rights
|
|
3864
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3865
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3866
|
-
furnished to do so, subject to the following conditions:
|
|
3867
|
-
|
|
3868
|
-
The above copyright notice and this permission notice shall be included in
|
|
3869
|
-
all copies or substantial portions of the Software.
|
|
3870
|
-
|
|
3871
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3872
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3873
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3874
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3875
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3876
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3877
|
-
THE SOFTWARE.
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
````
|
|
3881
|
-
|
|
3882
|
-
---
|
|
3883
|
-
|
|
3884
|
-
## The following dependencies are licensed under the MIT License:
|
|
3885
|
-
|
|
3886
|
-
### Rust Crates:
|
|
3887
|
-
|
|
3888
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3889
|
-
|
|
3890
|
-
````text
|
|
3891
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
3892
|
-
|
|
3893
|
-
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:
|
|
3894
|
-
|
|
3895
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3896
|
-
|
|
3897
|
-
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.
|
|
3898
|
-
|
|
3899
|
-
````
|
|
3900
|
-
|
|
3901
|
-
---
|
|
3902
|
-
|
|
3903
|
-
## The following dependencies are licensed under the MIT License:
|
|
3904
|
-
|
|
3905
|
-
### Rust Crates:
|
|
3906
|
-
|
|
3907
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3798
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3908
3799
|
|
|
3909
3800
|
````text
|
|
3910
|
-
The
|
|
3911
|
-
|
|
3912
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3913
|
-
|
|
3914
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3915
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3916
|
-
in the Software without restriction, including without limitation the rights
|
|
3917
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3918
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3919
|
-
furnished to do so, subject to the following conditions:
|
|
3920
|
-
|
|
3921
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3922
|
-
copies or substantial portions of the Software.
|
|
3923
|
-
|
|
3924
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3925
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3926
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3927
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3928
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3929
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3930
|
-
SOFTWARE.
|
|
3931
|
-
````
|
|
3932
|
-
|
|
3933
|
-
---
|
|
3934
|
-
|
|
3935
|
-
## The following dependencies are licensed under the MIT License:
|
|
3801
|
+
Copyright (c) 2016 The humantime Developers
|
|
3936
3802
|
|
|
3937
|
-
|
|
3803
|
+
Includes parts of http date with the following copyright:
|
|
3804
|
+
Copyright (c) 2016 Pyfisch
|
|
3938
3805
|
|
|
3939
|
-
|
|
3806
|
+
Includes portions of musl libc with the following copyright:
|
|
3807
|
+
Copyright © 2005-2013 Rich Felker
|
|
3940
3808
|
|
|
3941
|
-
````text
|
|
3942
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
3943
3809
|
|
|
3944
3810
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3945
3811
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3948,17 +3814,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3948
3814
|
copies of the Software, and to permit persons to whom the Software is
|
|
3949
3815
|
furnished to do so, subject to the following conditions:
|
|
3950
3816
|
|
|
3951
|
-
The above copyright notice and this permission notice shall be included in
|
|
3952
|
-
|
|
3817
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3818
|
+
copies or substantial portions of the Software.
|
|
3953
3819
|
|
|
3954
3820
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3955
3821
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3956
3822
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3957
3823
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3958
3824
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3959
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3960
|
-
|
|
3961
|
-
|
|
3825
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3826
|
+
SOFTWARE.
|
|
3962
3827
|
|
|
3963
3828
|
````
|
|
3964
3829
|
|
|
@@ -3968,10 +3833,10 @@ THE SOFTWARE.
|
|
|
3968
3833
|
|
|
3969
3834
|
### Rust Crates:
|
|
3970
3835
|
|
|
3971
|
-
- [
|
|
3836
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3972
3837
|
|
|
3973
3838
|
````text
|
|
3974
|
-
Copyright (c)
|
|
3839
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3975
3840
|
|
|
3976
3841
|
Permission is hereby granted, free of charge, to any
|
|
3977
3842
|
person obtaining a copy of this software and associated
|
|
@@ -4005,32 +3870,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4005
3870
|
|
|
4006
3871
|
### Rust Crates:
|
|
4007
3872
|
|
|
4008
|
-
- [
|
|
4009
|
-
- [
|
|
4010
|
-
- [
|
|
3873
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3874
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3875
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
4011
3876
|
|
|
4012
3877
|
````text
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
Copyright (c) Tokio Contributors
|
|
3878
|
+
Copyright (c) 2019 Tower Contributors
|
|
4016
3879
|
|
|
4017
|
-
Permission is hereby granted, free of charge, to any
|
|
4018
|
-
of this software and associated
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
3880
|
+
Permission is hereby granted, free of charge, to any
|
|
3881
|
+
person obtaining a copy of this software and associated
|
|
3882
|
+
documentation files (the "Software"), to deal in the
|
|
3883
|
+
Software without restriction, including without
|
|
3884
|
+
limitation the rights to use, copy, modify, merge,
|
|
3885
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3886
|
+
the Software, and to permit persons to whom the Software
|
|
3887
|
+
is furnished to do so, subject to the following
|
|
3888
|
+
conditions:
|
|
4023
3889
|
|
|
4024
|
-
The above copyright notice and this permission notice
|
|
4025
|
-
copies or substantial portions
|
|
3890
|
+
The above copyright notice and this permission notice
|
|
3891
|
+
shall be included in all copies or substantial portions
|
|
3892
|
+
of the Software.
|
|
4026
3893
|
|
|
4027
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4028
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
3894
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3895
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3896
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3897
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3898
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3899
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3900
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3901
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3902
|
+
DEALINGS IN THE SOFTWARE.
|
|
4034
3903
|
|
|
4035
3904
|
````
|
|
4036
3905
|
|
|
@@ -4038,15 +3907,14 @@ SOFTWARE.
|
|
|
4038
3907
|
|
|
4039
3908
|
## The following dependencies are licensed under the MIT License:
|
|
4040
3909
|
|
|
4041
|
-
###
|
|
3910
|
+
### NPM Packages:
|
|
4042
3911
|
|
|
4043
|
-
- [
|
|
3912
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
4044
3913
|
|
|
4045
3914
|
````text
|
|
4046
|
-
MIT License
|
|
3915
|
+
The MIT License (MIT)
|
|
4047
3916
|
|
|
4048
|
-
Copyright (c)
|
|
4049
|
-
Copyright (c) Tokio Contributors
|
|
3917
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
4050
3918
|
|
|
4051
3919
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4052
3920
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4066,6 +3934,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4066
3934
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4067
3935
|
SOFTWARE.
|
|
4068
3936
|
|
|
3937
|
+
|
|
4069
3938
|
````
|
|
4070
3939
|
|
|
4071
3940
|
---
|
|
@@ -4074,19 +3943,10 @@ SOFTWARE.
|
|
|
4074
3943
|
|
|
4075
3944
|
### Rust Crates:
|
|
4076
3945
|
|
|
4077
|
-
- [
|
|
4078
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4079
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4080
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4081
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4082
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4083
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4084
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4085
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3946
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
4086
3947
|
|
|
4087
3948
|
````text
|
|
4088
|
-
Copyright (c)
|
|
4089
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3949
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
4090
3950
|
|
|
4091
3951
|
Permission is hereby granted, free of charge, to any
|
|
4092
3952
|
person obtaining a copy of this software and associated
|
|
@@ -4120,29 +3980,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4120
3980
|
|
|
4121
3981
|
### Rust Crates:
|
|
4122
3982
|
|
|
4123
|
-
- [
|
|
4124
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4125
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3983
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
4126
3984
|
|
|
4127
3985
|
````text
|
|
4128
|
-
|
|
3986
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
4129
3987
|
|
|
4130
|
-
|
|
3988
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3989
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3990
|
+
in the Software without restriction, including without limitation the rights
|
|
3991
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3992
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3993
|
+
furnished to do so, subject to the following conditions:
|
|
4131
3994
|
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4135
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
4136
|
-
following conditions:
|
|
3995
|
+
The above copyright notice and this permission notice shall be included in
|
|
3996
|
+
all copies or substantial portions of the Software.
|
|
4137
3997
|
|
|
4138
|
-
|
|
4139
|
-
|
|
3998
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3999
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4000
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4001
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4002
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4003
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4004
|
+
THE SOFTWARE.
|
|
4140
4005
|
|
|
4141
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4142
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
4143
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4144
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4145
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4146
4006
|
|
|
4147
4007
|
````
|
|
4148
4008
|
|
|
@@ -4152,36 +4012,66 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4152
4012
|
|
|
4153
4013
|
### Rust Crates:
|
|
4154
4014
|
|
|
4155
|
-
- [
|
|
4015
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
4156
4016
|
|
|
4157
4017
|
````text
|
|
4158
|
-
|
|
4159
|
-
Copyright (c) 2018 Bastian Köcher
|
|
4160
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
4018
|
+
The MIT License (MIT)
|
|
4161
4019
|
|
|
4162
|
-
|
|
4163
|
-
person obtaining a copy of this software and associated
|
|
4164
|
-
documentation files (the "Software"), to deal in the
|
|
4165
|
-
Software without restriction, including without
|
|
4166
|
-
limitation the rights to use, copy, modify, merge,
|
|
4167
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4168
|
-
the Software, and to permit persons to whom the Software
|
|
4169
|
-
is furnished to do so, subject to the following
|
|
4170
|
-
conditions:
|
|
4020
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
4171
4021
|
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4022
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4023
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4024
|
+
in the Software without restriction, including without limitation the rights
|
|
4025
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4026
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4027
|
+
furnished to do so, subject to the following conditions:
|
|
4175
4028
|
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
IN
|
|
4184
|
-
|
|
4029
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4030
|
+
copies or substantial portions of the Software.
|
|
4031
|
+
|
|
4032
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4033
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4034
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4035
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4036
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4037
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4038
|
+
SOFTWARE.
|
|
4039
|
+
|
|
4040
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4041
|
+
licences; see files named LICENSE.*.txt for details.
|
|
4042
|
+
````
|
|
4043
|
+
|
|
4044
|
+
---
|
|
4045
|
+
|
|
4046
|
+
## The following dependencies are licensed under the MIT License:
|
|
4047
|
+
|
|
4048
|
+
### NPM Packages:
|
|
4049
|
+
|
|
4050
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
4051
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
4052
|
+
|
|
4053
|
+
````text
|
|
4054
|
+
MIT License
|
|
4055
|
+
|
|
4056
|
+
Copyright (c) Microsoft Corporation.
|
|
4057
|
+
|
|
4058
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4059
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4060
|
+
in the Software without restriction, including without limitation the rights
|
|
4061
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4062
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4063
|
+
furnished to do so, subject to the following conditions:
|
|
4064
|
+
|
|
4065
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4066
|
+
copies or substantial portions of the Software.
|
|
4067
|
+
|
|
4068
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4069
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4070
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4071
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4072
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4073
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4074
|
+
SOFTWARE
|
|
4185
4075
|
|
|
4186
4076
|
````
|
|
4187
4077
|
|
|
@@ -4572,18 +4462,47 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4572
4462
|
|
|
4573
4463
|
---
|
|
4574
4464
|
|
|
4465
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4466
|
+
|
|
4467
|
+
### NPM Packages:
|
|
4468
|
+
|
|
4469
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4470
|
+
|
|
4471
|
+
````text
|
|
4472
|
+
Please refer to the package README for license details.
|
|
4473
|
+
````
|
|
4474
|
+
|
|
4475
|
+
---
|
|
4476
|
+
|
|
4575
4477
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4576
4478
|
|
|
4577
4479
|
### Rust Crates:
|
|
4578
4480
|
|
|
4579
|
-
- [
|
|
4481
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4482
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4483
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4484
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4485
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4486
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4487
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4488
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4489
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4490
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4491
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4492
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4493
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4494
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4495
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4496
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4497
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4498
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4580
4499
|
|
|
4581
4500
|
````text
|
|
4582
4501
|
UNICODE LICENSE V3
|
|
4583
4502
|
|
|
4584
4503
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4585
4504
|
|
|
4586
|
-
Copyright ©
|
|
4505
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4587
4506
|
|
|
4588
4507
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4589
4508
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4619,6 +4538,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4619
4538
|
dealings in these Data Files or Software without prior written
|
|
4620
4539
|
authorization of the copyright holder.
|
|
4621
4540
|
|
|
4541
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4542
|
+
|
|
4543
|
+
—
|
|
4544
|
+
|
|
4545
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4546
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4547
|
+
|
|
4622
4548
|
````
|
|
4623
4549
|
|
|
4624
4550
|
---
|
|
@@ -4627,31 +4553,14 @@ authorization of the copyright holder.
|
|
|
4627
4553
|
|
|
4628
4554
|
### Rust Crates:
|
|
4629
4555
|
|
|
4630
|
-
- [
|
|
4631
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4632
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4633
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4634
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4635
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4636
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4637
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4638
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4639
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4640
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4641
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4642
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4643
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4644
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4645
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4646
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4647
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4556
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4648
4557
|
|
|
4649
4558
|
````text
|
|
4650
4559
|
UNICODE LICENSE V3
|
|
4651
4560
|
|
|
4652
4561
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4653
4562
|
|
|
4654
|
-
Copyright ©
|
|
4563
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4655
4564
|
|
|
4656
4565
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4657
4566
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4687,12 +4596,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4687
4596
|
dealings in these Data Files or Software without prior written
|
|
4688
4597
|
authorization of the copyright holder.
|
|
4689
4598
|
|
|
4690
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4691
|
-
|
|
4692
|
-
—
|
|
4693
|
-
|
|
4694
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4695
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4696
|
-
|
|
4697
4599
|
````
|
|
4698
4600
|
|