@@ -816,6 +816,230 @@ PERFORMANCE OF THIS SOFTWARE.
816816 limitations under the License.
817817
818818
819+ ------
820+ ** wasi; version 0.11.1+wasi-snapshot-preview1 -- https://crates.io/crates/wasi
821+
822+ Apache License
823+ Version 2.0, January 2004
824+ http://www.apache.org/licenses/
825+
826+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
827+
828+ 1. Definitions.
829+
830+ "License" shall mean the terms and conditions for use, reproduction,
831+ and distribution as defined by Sections 1 through 9 of this document.
832+
833+ "Licensor" shall mean the copyright owner or entity authorized by
834+ the copyright owner that is granting the License.
835+
836+ "Legal Entity" shall mean the union of the acting entity and all
837+ other entities that control, are controlled by, or are under common
838+ control with that entity. For the purposes of this definition,
839+ "control" means (i) the power, direct or indirect, to cause the
840+ direction or management of such entity, whether by contract or
841+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
842+ outstanding shares, or (iii) beneficial ownership of such entity.
843+
844+ "You" (or "Your") shall mean an individual or Legal Entity
845+ exercising permissions granted by this License.
846+
847+ "Source" form shall mean the preferred form for making modifications,
848+ including but not limited to software source code, documentation
849+ source, and configuration files.
850+
851+ "Object" form shall mean any form resulting from mechanical
852+ transformation or translation of a Source form, including but
853+ not limited to compiled object code, generated documentation,
854+ and conversions to other media types.
855+
856+ "Work" shall mean the work of authorship, whether in Source or
857+ Object form, made available under the License, as indicated by a
858+ copyright notice that is included in or attached to the work
859+ (an example is provided in the Appendix below).
860+
861+ "Derivative Works" shall mean any work, whether in Source or Object
862+ form, that is based on (or derived from) the Work and for which the
863+ editorial revisions, annotations, elaborations, or other modifications
864+ represent, as a whole, an original work of authorship. For the purposes
865+ of this License, Derivative Works shall not include works that remain
866+ separable from, or merely link (or bind by name) to the interfaces of,
867+ the Work and Derivative Works thereof.
868+
869+ "Contribution" shall mean any work of authorship, including
870+ the original version of the Work and any modifications or additions
871+ to that Work or Derivative Works thereof, that is intentionally
872+ submitted to Licensor for inclusion in the Work by the copyright owner
873+ or by an individual or Legal Entity authorized to submit on behalf of
874+ the copyright owner. For the purposes of this definition, "submitted"
875+ means any form of electronic, verbal, or written communication sent
876+ to the Licensor or its representatives, including but not limited to
877+ communication on electronic mailing lists, source code control systems,
878+ and issue tracking systems that are managed by, or on behalf of, the
879+ Licensor for the purpose of discussing and improving the Work, but
880+ excluding communication that is conspicuously marked or otherwise
881+ designated in writing by the copyright owner as "Not a Contribution."
882+
883+ "Contributor" shall mean Licensor and any individual or Legal Entity
884+ on behalf of whom a Contribution has been received by Licensor and
885+ subsequently incorporated within the Work.
886+
887+ 2. Grant of Copyright License. Subject to the terms and conditions of
888+ this License, each Contributor hereby grants to You a perpetual,
889+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
890+ copyright license to reproduce, prepare Derivative Works of,
891+ publicly display, publicly perform, sublicense, and distribute the
892+ Work and such Derivative Works in Source or Object form.
893+
894+ 3. Grant of Patent License. Subject to the terms and conditions of
895+ this License, each Contributor hereby grants to You a perpetual,
896+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
897+ (except as stated in this section) patent license to make, have made,
898+ use, offer to sell, sell, import, and otherwise transfer the Work,
899+ where such license applies only to those patent claims licensable
900+ by such Contributor that are necessarily infringed by their
901+ Contribution(s) alone or by combination of their Contribution(s)
902+ with the Work to which such Contribution(s) was submitted. If You
903+ institute patent litigation against any entity (including a
904+ cross-claim or counterclaim in a lawsuit) alleging that the Work
905+ or a Contribution incorporated within the Work constitutes direct
906+ or contributory patent infringement, then any patent licenses
907+ granted to You under this License for that Work shall terminate
908+ as of the date such litigation is filed.
909+
910+ 4. Redistribution. You may reproduce and distribute copies of the
911+ Work or Derivative Works thereof in any medium, with or without
912+ modifications, and in Source or Object form, provided that You
913+ meet the following conditions:
914+
915+ (a) You must give any other recipients of the Work or
916+ Derivative Works a copy of this License; and
917+
918+ (b) You must cause any modified files to carry prominent notices
919+ stating that You changed the files; and
920+
921+ (c) You must retain, in the Source form of any Derivative Works
922+ that You distribute, all copyright, patent, trademark, and
923+ attribution notices from the Source form of the Work,
924+ excluding those notices that do not pertain to any part of
925+ the Derivative Works; and
926+
927+ (d) If the Work includes a "NOTICE" text file as part of its
928+ distribution, then any Derivative Works that You distribute must
929+ include a readable copy of the attribution notices contained
930+ within such NOTICE file, excluding those notices that do not
931+ pertain to any part of the Derivative Works, in at least one
932+ of the following places: within a NOTICE text file distributed
933+ as part of the Derivative Works; within the Source form or
934+ documentation, if provided along with the Derivative Works; or,
935+ within a display generated by the Derivative Works, if and
936+ wherever such third-party notices normally appear. The contents
937+ of the NOTICE file are for informational purposes only and
938+ do not modify the License. You may add Your own attribution
939+ notices within Derivative Works that You distribute, alongside
940+ or as an addendum to the NOTICE text from the Work, provided
941+ that such additional attribution notices cannot be construed
942+ as modifying the License.
943+
944+ You may add Your own copyright statement to Your modifications and
945+ may provide additional or different license terms and conditions
946+ for use, reproduction, or distribution of Your modifications, or
947+ for any such Derivative Works as a whole, provided Your use,
948+ reproduction, and distribution of the Work otherwise complies with
949+ the conditions stated in this License.
950+
951+ 5. Submission of Contributions. Unless You explicitly state otherwise,
952+ any Contribution intentionally submitted for inclusion in the Work
953+ by You to the Licensor shall be under the terms and conditions of
954+ this License, without any additional terms or conditions.
955+ Notwithstanding the above, nothing herein shall supersede or modify
956+ the terms of any separate license agreement you may have executed
957+ with Licensor regarding such Contributions.
958+
959+ 6. Trademarks. This License does not grant permission to use the trade
960+ names, trademarks, service marks, or product names of the Licensor,
961+ except as required for reasonable and customary use in describing the
962+ origin of the Work and reproducing the content of the NOTICE file.
963+
964+ 7. Disclaimer of Warranty. Unless required by applicable law or
965+ agreed to in writing, Licensor provides the Work (and each
966+ Contributor provides its Contributions) on an "AS IS" BASIS,
967+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
968+ implied, including, without limitation, any warranties or conditions
969+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
970+ PARTICULAR PURPOSE. You are solely responsible for determining the
971+ appropriateness of using or redistributing the Work and assume any
972+ risks associated with Your exercise of permissions under this License.
973+
974+ 8. Limitation of Liability. In no event and under no legal theory,
975+ whether in tort (including negligence), contract, or otherwise,
976+ unless required by applicable law (such as deliberate and grossly
977+ negligent acts) or agreed to in writing, shall any Contributor be
978+ liable to You for damages, including any direct, indirect, special,
979+ incidental, or consequential damages of any character arising as a
980+ result of this License or out of the use or inability to use the
981+ Work (including but not limited to damages for loss of goodwill,
982+ work stoppage, computer failure or malfunction, or any and all
983+ other commercial damages or losses), even if such Contributor
984+ has been advised of the possibility of such damages.
985+
986+ 9. Accepting Warranty or Additional Liability. While redistributing
987+ the Work or Derivative Works thereof, You may choose to offer,
988+ and charge a fee for, acceptance of support, warranty, indemnity,
989+ or other liability obligations and/or rights consistent with this
990+ License. However, in accepting such obligations, You may act only
991+ on Your own behalf and on Your sole responsibility, not on behalf
992+ of any other Contributor, and only if You agree to indemnify,
993+ defend, and hold each Contributor harmless for any liability
994+ incurred by, or claims asserted against, such Contributor by reason
995+ of your accepting any such warranty or additional liability.
996+
997+ END OF TERMS AND CONDITIONS
998+
999+ APPENDIX: How to apply the Apache License to your work.
1000+
1001+ To apply the Apache License to your work, attach the following
1002+ boilerplate notice, with the fields enclosed by brackets "[]"
1003+ replaced with your own identifying information. (Don't include
1004+ the brackets!) The text should be enclosed in the appropriate
1005+ comment syntax for the file format. We also recommend that a
1006+ file or class name and description of purpose be included on the
1007+ same "printed page" as the copyright notice for easier
1008+ identification within third-party archives.
1009+
1010+ Copyright [yyyy] [name of copyright owner]
1011+
1012+ Licensed under the Apache License, Version 2.0 (the "License");
1013+ you may not use this file except in compliance with the License.
1014+ You may obtain a copy of the License at
1015+
1016+ http://www.apache.org/licenses/LICENSE-2.0
1017+
1018+ Unless required by applicable law or agreed to in writing, software
1019+ distributed under the License is distributed on an "AS IS" BASIS,
1020+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1021+ See the License for the specific language governing permissions and
1022+ limitations under the License.
1023+
1024+
1025+ --- LLVM Exceptions to the Apache 2.0 License ----
1026+
1027+ As an exception, if, as a result of your compiling your source code, portions
1028+ of this Software are embedded into an Object form of such source code, you
1029+ may redistribute such embedded portions in such Object form without complying
1030+ with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
1031+
1032+ In addition, if you combine or link compiled forms of this Software with
1033+ software that is licensed under the GPLv2 ("Combined Software") and if a
1034+ court of competent jurisdiction determines that the patent provision (Section
1035+ 3), the indemnity provision (Section 9) or other Section of the License
1036+ conflicts with the conditions of the GPLv2, you may retroactively and
1037+ prospectively choose to deem waived or otherwise exclude such Section(s) of
1038+ the License, but only in their entirety and only with respect to the Combined
1039+ Software.
1040+
1041+
1042+
8191043------
8201044** attribute-derive; version 0.10.5 -- https://crates.io/crates/attribute-derive
8211045** interpolator; version 0.5.0 -- https://crates.io/crates/interpolator
@@ -2412,6 +2636,64 @@ See the License for the specific language governing permissions and
24122636limitations under the License.
24132637
24142638
2639+ ------
2640+ ** encoding_rs; version 0.8.35 -- https://crates.io/crates/encoding_rs
2641+ // Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
2642+ //
2643+ // Redistribution and use in source and binary forms, with or without
2644+ // modification, are permitted provided that the following conditions are met:
2645+ //
2646+ // 1. Redistributions of source code must retain the above copyright notice, this
2647+ // list of conditions and the following disclaimer.
2648+ //
2649+ // 2. Redistributions in binary form must reproduce the above copyright notice,
2650+ // this list of conditions and the following disclaimer in the documentation
2651+ // and/or other materials provided with the distribution.
2652+ //
2653+ // 3. Neither the name of the copyright holder nor the names of its
2654+ // contributors may be used to endorse or promote products derived from
2655+ // this software without specific prior written permission.
2656+ //
2657+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2658+ // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2659+ // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2660+ // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2661+ // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2662+ // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2663+ // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2664+ // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2665+ // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2666+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2667+
2668+ /// The PUA code points special-cased in the GB18030 encoder.
2669+ pub(crate) static GB18030_2022_OVERRIDE_PUA: [u16; 18] = [
2670+ 0xE78D, 0xE78E, 0xE78F, 0xE790, 0xE791, 0xE792, 0xE793, 0xE794, 0xE795, 0xE796, 0xE81E, 0xE826,
2671+ 0xE82B, 0xE82C, 0xE832, 0xE843, 0xE854, 0xE864,
2672+ ];
2673+
2674+ /// The bytes corresponding to the PUA code points special-cased in the GB18030 encoder.
2675+ pub(crate) static GB18030_2022_OVERRIDE_BYTES: [[u8; 2]; 18] = [
2676+ [0xA6, 0xD9],
2677+ [0xA6, 0xDA],
2678+ [0xA6, 0xDB],
2679+ [0xA6, 0xDC],
2680+ [0xA6, 0xDD],
2681+ [0xA6, 0xDE],
2682+ [0xA6, 0xDF],
2683+ [0xA6, 0xEC],
2684+ [0xA6, 0xED],
2685+ [0xA6, 0xF3],
2686+ [0xFE, 0x59],
2687+ [0xFE, 0x61],
2688+ [0xFE, 0x66],
2689+ [0xFE, 0x67],
2690+ [0xFE, 0x6D],
2691+ [0xFE, 0x7E],
2692+ [0xFE, 0x90],
2693+ [0xFE, 0xA0],
2694+ ];
2695+
2696+
24152697------
24162698** encoding_rs; version 0.8.35 -- https://crates.io/crates/encoding_rs
24172699Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
0 commit comments