tokenizers 0.2.3-aarch64-linux → 0.3.0-aarch64-linux
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Cargo.lock +32 -73
- data/LICENSE-THIRD-PARTY.txt +214 -858
- data/README.md +4 -0
- data/lib/tokenizers/2.7/tokenizers.so +0 -0
- data/lib/tokenizers/3.0/tokenizers.so +0 -0
- data/lib/tokenizers/3.1/tokenizers.so +0 -0
- data/lib/tokenizers/3.2/tokenizers.so +0 -0
- data/lib/tokenizers/char_bpe_tokenizer.rb +9 -6
- data/lib/tokenizers/decoders/bpe_decoder.rb +9 -0
- data/lib/tokenizers/decoders/ctc.rb +9 -0
- data/lib/tokenizers/decoders/metaspace.rb +9 -0
- data/lib/tokenizers/decoders/word_piece.rb +9 -0
- data/lib/tokenizers/from_pretrained.rb +1 -1
- data/lib/tokenizers/models/bpe.rb +9 -0
- data/lib/tokenizers/models/unigram.rb +9 -0
- data/lib/tokenizers/models/word_level.rb +13 -0
- data/lib/tokenizers/models/word_piece.rb +9 -0
- data/lib/tokenizers/normalizers/bert_normalizer.rb +9 -0
- data/lib/tokenizers/normalizers/strip.rb +9 -0
- data/lib/tokenizers/pre_tokenizers/byte_level.rb +9 -0
- data/lib/tokenizers/pre_tokenizers/digits.rb +9 -0
- data/lib/tokenizers/pre_tokenizers/metaspace.rb +9 -0
- data/lib/tokenizers/pre_tokenizers/punctuation.rb +9 -0
- data/lib/tokenizers/pre_tokenizers/split.rb +9 -0
- data/lib/tokenizers/processors/byte_level.rb +9 -0
- data/lib/tokenizers/processors/roberta_processing.rb +9 -0
- data/lib/tokenizers/processors/template_processing.rb +9 -0
- data/lib/tokenizers/tokenizer.rb +40 -7
- data/lib/tokenizers/trainers/bpe_trainer.rb +9 -0
- data/lib/tokenizers/trainers/unigram_trainer.rb +26 -0
- data/lib/tokenizers/trainers/word_level_trainer.rb +9 -0
- data/lib/tokenizers/trainers/word_piece_trainer.rb +26 -0
- data/lib/tokenizers/version.rb +1 -1
- data/lib/tokenizers.rb +42 -2
- metadata +24 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -22,7 +22,7 @@ bitflags v1.3.2
|
|
22
22
|
https://github.com/bitflags/bitflags
|
23
23
|
MIT/Apache-2.0
|
24
24
|
|
25
|
-
cc v1.0.
|
25
|
+
cc v1.0.79
|
26
26
|
https://github.com/rust-lang/cc-rs
|
27
27
|
MIT OR Apache-2.0
|
28
28
|
|
@@ -58,15 +58,15 @@ crossbeam-utils v0.8.14
|
|
58
58
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
59
59
|
MIT OR Apache-2.0
|
60
60
|
|
61
|
-
darling v0.14.
|
61
|
+
darling v0.14.3
|
62
62
|
https://github.com/TedDriggs/darling
|
63
63
|
MIT
|
64
64
|
|
65
|
-
darling_core v0.14.
|
65
|
+
darling_core v0.14.3
|
66
66
|
https://github.com/TedDriggs/darling
|
67
67
|
MIT
|
68
68
|
|
69
|
-
darling_macro v0.14.
|
69
|
+
darling_macro v0.14.3
|
70
70
|
https://github.com/TedDriggs/darling
|
71
71
|
MIT
|
72
72
|
|
@@ -82,17 +82,9 @@ derive_builder_macro v0.12.0
|
|
82
82
|
https://github.com/colin-kiegel/rust-derive-builder
|
83
83
|
MIT/Apache-2.0
|
84
84
|
|
85
|
-
|
86
|
-
https://github.com/soc/dirs-rs
|
87
|
-
MIT OR Apache-2.0
|
88
|
-
|
89
|
-
dirs-sys v0.3.7
|
90
|
-
https://github.com/dirs-dev/dirs-sys-rs
|
91
|
-
MIT OR Apache-2.0
|
92
|
-
|
93
|
-
either v1.8.0
|
85
|
+
either v1.8.1
|
94
86
|
https://github.com/bluss/either
|
95
|
-
MIT
|
87
|
+
MIT OR Apache-2.0
|
96
88
|
|
97
89
|
esaxx-rs v0.1.8
|
98
90
|
https://github.com/Narsil/esaxx-rs
|
@@ -158,7 +150,7 @@ macro_rules_attribute-proc_macro v0.1.3
|
|
158
150
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
159
151
|
MIT
|
160
152
|
|
161
|
-
magnus v0.
|
153
|
+
magnus v0.5.0
|
162
154
|
https://github.com/matsadler/magnus
|
163
155
|
MIT
|
164
156
|
|
@@ -178,7 +170,7 @@ minimal-lexical v0.2.1
|
|
178
170
|
https://github.com/Alexhuszagh/minimal-lexical
|
179
171
|
MIT/Apache-2.0
|
180
172
|
|
181
|
-
nom v7.1.
|
173
|
+
nom v7.1.3
|
182
174
|
https://github.com/Geal/nom
|
183
175
|
MIT
|
184
176
|
|
@@ -218,7 +210,7 @@ ppv-lite86 v0.2.17
|
|
218
210
|
https://github.com/cryptocorrosion/cryptocorrosion
|
219
211
|
MIT/Apache-2.0
|
220
212
|
|
221
|
-
proc-macro2 v1.0.
|
213
|
+
proc-macro2 v1.0.51
|
222
214
|
https://github.com/dtolnay/proc-macro2
|
223
215
|
MIT OR Apache-2.0
|
224
216
|
|
@@ -246,19 +238,19 @@ rayon-cond v0.1.0
|
|
246
238
|
https://github.com/cuviper/rayon-cond
|
247
239
|
Apache-2.0/MIT
|
248
240
|
|
249
|
-
rayon-core v1.10.
|
241
|
+
rayon-core v1.10.2
|
250
242
|
https://github.com/rayon-rs/rayon
|
251
243
|
MIT OR Apache-2.0
|
252
244
|
|
253
|
-
rb-sys v0.9.
|
245
|
+
rb-sys v0.9.64
|
254
246
|
https://github.com/oxidize-rb/rb-sys
|
255
247
|
MIT OR Apache-2.0
|
256
248
|
|
257
|
-
rb-sys-build v0.9.
|
249
|
+
rb-sys-build v0.9.64
|
258
250
|
https://github.com/oxidize-rb/rb-sys
|
259
251
|
MIT OR Apache-2.0
|
260
252
|
|
261
|
-
rb-sys-env v0.1.
|
253
|
+
rb-sys-env v0.1.2
|
262
254
|
https://github.com/oxidize-rb/rb-sys
|
263
255
|
MIT OR Apache-2.0
|
264
256
|
|
@@ -290,7 +282,7 @@ serde_derive v1.0.152
|
|
290
282
|
https://serde.rs
|
291
283
|
MIT OR Apache-2.0
|
292
284
|
|
293
|
-
serde_json v1.0.
|
285
|
+
serde_json v1.0.92
|
294
286
|
https://github.com/serde-rs/json
|
295
287
|
MIT OR Apache-2.0
|
296
288
|
|
@@ -338,7 +330,7 @@ unicode-normalization-alignments v0.1.12
|
|
338
330
|
https://github.com/n1t0/unicode-normalization
|
339
331
|
MIT/Apache-2.0
|
340
332
|
|
341
|
-
unicode-segmentation v1.10.
|
333
|
+
unicode-segmentation v1.10.1
|
342
334
|
https://github.com/unicode-rs/unicode-segmentation
|
343
335
|
MIT/Apache-2.0
|
344
336
|
|
@@ -4421,7 +4413,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4421
4413
|
SOFTWARE.
|
4422
4414
|
|
4423
4415
|
================================================================================
|
4424
|
-
|
4416
|
+
either LICENSE-APACHE
|
4425
4417
|
================================================================================
|
4426
4418
|
|
4427
4419
|
Apache License
|
@@ -4599,577 +4591,171 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4599
4591
|
incurred by, or claims asserted against, such Contributor by reason
|
4600
4592
|
of your accepting any such warranty or additional liability.
|
4601
4593
|
|
4594
|
+
END OF TERMS AND CONDITIONS
|
4595
|
+
|
4596
|
+
APPENDIX: How to apply the Apache License to your work.
|
4597
|
+
|
4598
|
+
To apply the Apache License to your work, attach the following
|
4599
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
4600
|
+
replaced with your own identifying information. (Don't include
|
4601
|
+
the brackets!) The text should be enclosed in the appropriate
|
4602
|
+
comment syntax for the file format. We also recommend that a
|
4603
|
+
file or class name and description of purpose be included on the
|
4604
|
+
same "printed page" as the copyright notice for easier
|
4605
|
+
identification within third-party archives.
|
4606
|
+
|
4607
|
+
Copyright [yyyy] [name of copyright owner]
|
4608
|
+
|
4609
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4610
|
+
you may not use this file except in compliance with the License.
|
4611
|
+
You may obtain a copy of the License at
|
4612
|
+
|
4613
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
4614
|
+
|
4615
|
+
Unless required by applicable law or agreed to in writing, software
|
4616
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
4617
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4618
|
+
See the License for the specific language governing permissions and
|
4619
|
+
limitations under the License.
|
4620
|
+
|
4602
4621
|
================================================================================
|
4603
|
-
|
4622
|
+
either LICENSE-MIT
|
4604
4623
|
================================================================================
|
4605
4624
|
|
4606
|
-
Copyright (c)
|
4625
|
+
Copyright (c) 2015
|
4607
4626
|
|
4608
|
-
Permission is hereby granted, free of charge, to any
|
4609
|
-
of this software and associated
|
4610
|
-
|
4611
|
-
|
4612
|
-
|
4613
|
-
|
4627
|
+
Permission is hereby granted, free of charge, to any
|
4628
|
+
person obtaining a copy of this software and associated
|
4629
|
+
documentation files (the "Software"), to deal in the
|
4630
|
+
Software without restriction, including without
|
4631
|
+
limitation the rights to use, copy, modify, merge,
|
4632
|
+
publish, distribute, sublicense, and/or sell copies of
|
4633
|
+
the Software, and to permit persons to whom the Software
|
4634
|
+
is furnished to do so, subject to the following
|
4635
|
+
conditions:
|
4614
4636
|
|
4615
|
-
The above copyright notice and this permission notice
|
4616
|
-
copies or substantial portions
|
4637
|
+
The above copyright notice and this permission notice
|
4638
|
+
shall be included in all copies or substantial portions
|
4639
|
+
of the Software.
|
4617
4640
|
|
4618
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
4619
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
4620
|
-
|
4621
|
-
|
4622
|
-
|
4623
|
-
|
4624
|
-
|
4641
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
4642
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
4643
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
4644
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
4645
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
4646
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
4647
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
4648
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
4649
|
+
DEALINGS IN THE SOFTWARE.
|
4625
4650
|
|
4626
4651
|
================================================================================
|
4627
|
-
|
4652
|
+
esaxx-rs LICENSE
|
4628
4653
|
================================================================================
|
4629
4654
|
|
4630
|
-
|
4631
|
-
|
4632
|
-
|
4655
|
+
Apache License
|
4656
|
+
Version 2.0, January 2004
|
4657
|
+
http://www.apache.org/licenses/
|
4633
4658
|
|
4634
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4659
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4635
4660
|
|
4636
|
-
1. Definitions.
|
4661
|
+
1. Definitions.
|
4637
4662
|
|
4638
|
-
|
4639
|
-
|
4663
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
4664
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
4640
4665
|
|
4641
|
-
|
4642
|
-
|
4666
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
4667
|
+
the copyright owner that is granting the License.
|
4643
4668
|
|
4644
|
-
|
4645
|
-
|
4646
|
-
|
4647
|
-
|
4648
|
-
|
4649
|
-
|
4650
|
-
|
4669
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
4670
|
+
other entities that control, are controlled by, or are under common
|
4671
|
+
control with that entity. For the purposes of this definition,
|
4672
|
+
"control" means (i) the power, direct or indirect, to cause the
|
4673
|
+
direction or management of such entity, whether by contract or
|
4674
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4675
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
4651
4676
|
|
4652
|
-
|
4653
|
-
|
4677
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
4678
|
+
exercising permissions granted by this License.
|
4654
4679
|
|
4655
|
-
|
4656
|
-
|
4657
|
-
|
4680
|
+
"Source" form shall mean the preferred form for making modifications,
|
4681
|
+
including but not limited to software source code, documentation
|
4682
|
+
source, and configuration files.
|
4658
4683
|
|
4659
|
-
|
4660
|
-
|
4661
|
-
|
4662
|
-
|
4684
|
+
"Object" form shall mean any form resulting from mechanical
|
4685
|
+
transformation or translation of a Source form, including but
|
4686
|
+
not limited to compiled object code, generated documentation,
|
4687
|
+
and conversions to other media types.
|
4663
4688
|
|
4664
|
-
|
4665
|
-
|
4666
|
-
|
4667
|
-
|
4689
|
+
"Work" shall mean the work of authorship, whether in Source or
|
4690
|
+
Object form, made available under the License, as indicated by a
|
4691
|
+
copyright notice that is included in or attached to the work
|
4692
|
+
(an example is provided in the Appendix below).
|
4668
4693
|
|
4669
|
-
|
4670
|
-
|
4671
|
-
|
4672
|
-
|
4673
|
-
|
4674
|
-
|
4675
|
-
|
4694
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
4695
|
+
form, that is based on (or derived from) the Work and for which the
|
4696
|
+
editorial revisions, annotations, elaborations, or other modifications
|
4697
|
+
represent, as a whole, an original work of authorship. For the purposes
|
4698
|
+
of this License, Derivative Works shall not include works that remain
|
4699
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
4700
|
+
the Work and Derivative Works thereof.
|
4676
4701
|
|
4677
|
-
|
4678
|
-
|
4679
|
-
|
4680
|
-
|
4681
|
-
|
4682
|
-
|
4683
|
-
|
4684
|
-
|
4685
|
-
|
4686
|
-
|
4687
|
-
|
4688
|
-
|
4689
|
-
|
4702
|
+
"Contribution" shall mean any work of authorship, including
|
4703
|
+
the original version of the Work and any modifications or additions
|
4704
|
+
to that Work or Derivative Works thereof, that is intentionally
|
4705
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
4706
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
4707
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
4708
|
+
means any form of electronic, verbal, or written communication sent
|
4709
|
+
to the Licensor or its representatives, including but not limited to
|
4710
|
+
communication on electronic mailing lists, source code control systems,
|
4711
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
4712
|
+
Licensor for the purpose of discussing and improving the Work, but
|
4713
|
+
excluding communication that is conspicuously marked or otherwise
|
4714
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
4690
4715
|
|
4691
|
-
|
4692
|
-
|
4693
|
-
|
4716
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
4717
|
+
on behalf of whom a Contribution has been received by Licensor and
|
4718
|
+
subsequently incorporated within the Work.
|
4694
4719
|
|
4695
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
4696
|
-
|
4697
|
-
|
4698
|
-
|
4699
|
-
|
4700
|
-
|
4720
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
4721
|
+
this License, each Contributor hereby grants to You a perpetual,
|
4722
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4723
|
+
copyright license to reproduce, prepare Derivative Works of,
|
4724
|
+
publicly display, publicly perform, sublicense, and distribute the
|
4725
|
+
Work and such Derivative Works in Source or Object form.
|
4701
4726
|
|
4702
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
4703
|
-
|
4704
|
-
|
4705
|
-
|
4706
|
-
|
4707
|
-
|
4708
|
-
|
4709
|
-
|
4710
|
-
|
4711
|
-
|
4712
|
-
|
4713
|
-
|
4714
|
-
|
4715
|
-
|
4716
|
-
|
4727
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
4728
|
+
this License, each Contributor hereby grants to You a perpetual,
|
4729
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4730
|
+
(except as stated in this section) patent license to make, have made,
|
4731
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
4732
|
+
where such license applies only to those patent claims licensable
|
4733
|
+
by such Contributor that are necessarily infringed by their
|
4734
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
4735
|
+
with the Work to which such Contribution(s) was submitted. If You
|
4736
|
+
institute patent litigation against any entity (including a
|
4737
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
4738
|
+
or a Contribution incorporated within the Work constitutes direct
|
4739
|
+
or contributory patent infringement, then any patent licenses
|
4740
|
+
granted to You under this License for that Work shall terminate
|
4741
|
+
as of the date such litigation is filed.
|
4717
4742
|
|
4718
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
4719
|
-
|
4720
|
-
|
4721
|
-
|
4743
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
4744
|
+
Work or Derivative Works thereof in any medium, with or without
|
4745
|
+
modifications, and in Source or Object form, provided that You
|
4746
|
+
meet the following conditions:
|
4722
4747
|
|
4723
|
-
|
4724
|
-
|
4748
|
+
(a) You must give any other recipients of the Work or
|
4749
|
+
Derivative Works a copy of this License; and
|
4725
4750
|
|
4726
|
-
|
4727
|
-
|
4751
|
+
(b) You must cause any modified files to carry prominent notices
|
4752
|
+
stating that You changed the files; and
|
4728
4753
|
|
4729
|
-
|
4730
|
-
|
4731
|
-
|
4732
|
-
|
4733
|
-
|
4734
|
-
|
4735
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
4736
|
-
distribution, then any Derivative Works that You distribute must
|
4737
|
-
include a readable copy of the attribution notices contained
|
4738
|
-
within such NOTICE file, excluding those notices that do not
|
4739
|
-
pertain to any part of the Derivative Works, in at least one
|
4740
|
-
of the following places: within a NOTICE text file distributed
|
4741
|
-
as part of the Derivative Works; within the Source form or
|
4742
|
-
documentation, if provided along with the Derivative Works; or,
|
4743
|
-
within a display generated by the Derivative Works, if and
|
4744
|
-
wherever such third-party notices normally appear. The contents
|
4745
|
-
of the NOTICE file are for informational purposes only and
|
4746
|
-
do not modify the License. You may add Your own attribution
|
4747
|
-
notices within Derivative Works that You distribute, alongside
|
4748
|
-
or as an addendum to the NOTICE text from the Work, provided
|
4749
|
-
that such additional attribution notices cannot be construed
|
4750
|
-
as modifying the License.
|
4751
|
-
|
4752
|
-
You may add Your own copyright statement to Your modifications and
|
4753
|
-
may provide additional or different license terms and conditions
|
4754
|
-
for use, reproduction, or distribution of Your modifications, or
|
4755
|
-
for any such Derivative Works as a whole, provided Your use,
|
4756
|
-
reproduction, and distribution of the Work otherwise complies with
|
4757
|
-
the conditions stated in this License.
|
4758
|
-
|
4759
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
4760
|
-
any Contribution intentionally submitted for inclusion in the Work
|
4761
|
-
by You to the Licensor shall be under the terms and conditions of
|
4762
|
-
this License, without any additional terms or conditions.
|
4763
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
4764
|
-
the terms of any separate license agreement you may have executed
|
4765
|
-
with Licensor regarding such Contributions.
|
4766
|
-
|
4767
|
-
6. Trademarks. This License does not grant permission to use the trade
|
4768
|
-
names, trademarks, service marks, or product names of the Licensor,
|
4769
|
-
except as required for reasonable and customary use in describing the
|
4770
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
4771
|
-
|
4772
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
4773
|
-
agreed to in writing, Licensor provides the Work (and each
|
4774
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
4775
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
4776
|
-
implied, including, without limitation, any warranties or conditions
|
4777
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
4778
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
4779
|
-
appropriateness of using or redistributing the Work and assume any
|
4780
|
-
risks associated with Your exercise of permissions under this License.
|
4781
|
-
|
4782
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
4783
|
-
whether in tort (including negligence), contract, or otherwise,
|
4784
|
-
unless required by applicable law (such as deliberate and grossly
|
4785
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
4786
|
-
liable to You for damages, including any direct, indirect, special,
|
4787
|
-
incidental, or consequential damages of any character arising as a
|
4788
|
-
result of this License or out of the use or inability to use the
|
4789
|
-
Work (including but not limited to damages for loss of goodwill,
|
4790
|
-
work stoppage, computer failure or malfunction, or any and all
|
4791
|
-
other commercial damages or losses), even if such Contributor
|
4792
|
-
has been advised of the possibility of such damages.
|
4793
|
-
|
4794
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
4795
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
4796
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
4797
|
-
or other liability obligations and/or rights consistent with this
|
4798
|
-
License. However, in accepting such obligations, You may act only
|
4799
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
4800
|
-
of any other Contributor, and only if You agree to indemnify,
|
4801
|
-
defend, and hold each Contributor harmless for any liability
|
4802
|
-
incurred by, or claims asserted against, such Contributor by reason
|
4803
|
-
of your accepting any such warranty or additional liability.
|
4804
|
-
|
4805
|
-
================================================================================
|
4806
|
-
dirs-sys LICENSE-MIT
|
4807
|
-
================================================================================
|
4808
|
-
|
4809
|
-
Copyright (c) 2018-2019 dirs-rs contributors
|
4810
|
-
|
4811
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4812
|
-
of this software and associated documentation files (the "Software"), to deal
|
4813
|
-
in the Software without restriction, including without limitation the rights
|
4814
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4815
|
-
copies of the Software, and to permit persons to whom the Software is
|
4816
|
-
furnished to do so, subject to the following conditions:
|
4817
|
-
|
4818
|
-
The above copyright notice and this permission notice shall be included in all
|
4819
|
-
copies or substantial portions of the Software.
|
4820
|
-
|
4821
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4822
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4823
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4824
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4825
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4826
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
4827
|
-
SOFTWARE.
|
4828
|
-
|
4829
|
-
================================================================================
|
4830
|
-
either LICENSE-APACHE
|
4831
|
-
================================================================================
|
4832
|
-
|
4833
|
-
Apache License
|
4834
|
-
Version 2.0, January 2004
|
4835
|
-
http://www.apache.org/licenses/
|
4836
|
-
|
4837
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4838
|
-
|
4839
|
-
1. Definitions.
|
4840
|
-
|
4841
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
4842
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
4843
|
-
|
4844
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
4845
|
-
the copyright owner that is granting the License.
|
4846
|
-
|
4847
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
4848
|
-
other entities that control, are controlled by, or are under common
|
4849
|
-
control with that entity. For the purposes of this definition,
|
4850
|
-
"control" means (i) the power, direct or indirect, to cause the
|
4851
|
-
direction or management of such entity, whether by contract or
|
4852
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4853
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
4854
|
-
|
4855
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
4856
|
-
exercising permissions granted by this License.
|
4857
|
-
|
4858
|
-
"Source" form shall mean the preferred form for making modifications,
|
4859
|
-
including but not limited to software source code, documentation
|
4860
|
-
source, and configuration files.
|
4861
|
-
|
4862
|
-
"Object" form shall mean any form resulting from mechanical
|
4863
|
-
transformation or translation of a Source form, including but
|
4864
|
-
not limited to compiled object code, generated documentation,
|
4865
|
-
and conversions to other media types.
|
4866
|
-
|
4867
|
-
"Work" shall mean the work of authorship, whether in Source or
|
4868
|
-
Object form, made available under the License, as indicated by a
|
4869
|
-
copyright notice that is included in or attached to the work
|
4870
|
-
(an example is provided in the Appendix below).
|
4871
|
-
|
4872
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
4873
|
-
form, that is based on (or derived from) the Work and for which the
|
4874
|
-
editorial revisions, annotations, elaborations, or other modifications
|
4875
|
-
represent, as a whole, an original work of authorship. For the purposes
|
4876
|
-
of this License, Derivative Works shall not include works that remain
|
4877
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
4878
|
-
the Work and Derivative Works thereof.
|
4879
|
-
|
4880
|
-
"Contribution" shall mean any work of authorship, including
|
4881
|
-
the original version of the Work and any modifications or additions
|
4882
|
-
to that Work or Derivative Works thereof, that is intentionally
|
4883
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
4884
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
4885
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
4886
|
-
means any form of electronic, verbal, or written communication sent
|
4887
|
-
to the Licensor or its representatives, including but not limited to
|
4888
|
-
communication on electronic mailing lists, source code control systems,
|
4889
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
4890
|
-
Licensor for the purpose of discussing and improving the Work, but
|
4891
|
-
excluding communication that is conspicuously marked or otherwise
|
4892
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
4893
|
-
|
4894
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
4895
|
-
on behalf of whom a Contribution has been received by Licensor and
|
4896
|
-
subsequently incorporated within the Work.
|
4897
|
-
|
4898
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
4899
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4900
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4901
|
-
copyright license to reproduce, prepare Derivative Works of,
|
4902
|
-
publicly display, publicly perform, sublicense, and distribute the
|
4903
|
-
Work and such Derivative Works in Source or Object form.
|
4904
|
-
|
4905
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
4906
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4907
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4908
|
-
(except as stated in this section) patent license to make, have made,
|
4909
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
4910
|
-
where such license applies only to those patent claims licensable
|
4911
|
-
by such Contributor that are necessarily infringed by their
|
4912
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
4913
|
-
with the Work to which such Contribution(s) was submitted. If You
|
4914
|
-
institute patent litigation against any entity (including a
|
4915
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
4916
|
-
or a Contribution incorporated within the Work constitutes direct
|
4917
|
-
or contributory patent infringement, then any patent licenses
|
4918
|
-
granted to You under this License for that Work shall terminate
|
4919
|
-
as of the date such litigation is filed.
|
4920
|
-
|
4921
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
4922
|
-
Work or Derivative Works thereof in any medium, with or without
|
4923
|
-
modifications, and in Source or Object form, provided that You
|
4924
|
-
meet the following conditions:
|
4925
|
-
|
4926
|
-
(a) You must give any other recipients of the Work or
|
4927
|
-
Derivative Works a copy of this License; and
|
4928
|
-
|
4929
|
-
(b) You must cause any modified files to carry prominent notices
|
4930
|
-
stating that You changed the files; and
|
4931
|
-
|
4932
|
-
(c) You must retain, in the Source form of any Derivative Works
|
4933
|
-
that You distribute, all copyright, patent, trademark, and
|
4934
|
-
attribution notices from the Source form of the Work,
|
4935
|
-
excluding those notices that do not pertain to any part of
|
4936
|
-
the Derivative Works; and
|
4937
|
-
|
4938
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
4939
|
-
distribution, then any Derivative Works that You distribute must
|
4940
|
-
include a readable copy of the attribution notices contained
|
4941
|
-
within such NOTICE file, excluding those notices that do not
|
4942
|
-
pertain to any part of the Derivative Works, in at least one
|
4943
|
-
of the following places: within a NOTICE text file distributed
|
4944
|
-
as part of the Derivative Works; within the Source form or
|
4945
|
-
documentation, if provided along with the Derivative Works; or,
|
4946
|
-
within a display generated by the Derivative Works, if and
|
4947
|
-
wherever such third-party notices normally appear. The contents
|
4948
|
-
of the NOTICE file are for informational purposes only and
|
4949
|
-
do not modify the License. You may add Your own attribution
|
4950
|
-
notices within Derivative Works that You distribute, alongside
|
4951
|
-
or as an addendum to the NOTICE text from the Work, provided
|
4952
|
-
that such additional attribution notices cannot be construed
|
4953
|
-
as modifying the License.
|
4954
|
-
|
4955
|
-
You may add Your own copyright statement to Your modifications and
|
4956
|
-
may provide additional or different license terms and conditions
|
4957
|
-
for use, reproduction, or distribution of Your modifications, or
|
4958
|
-
for any such Derivative Works as a whole, provided Your use,
|
4959
|
-
reproduction, and distribution of the Work otherwise complies with
|
4960
|
-
the conditions stated in this License.
|
4961
|
-
|
4962
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
4963
|
-
any Contribution intentionally submitted for inclusion in the Work
|
4964
|
-
by You to the Licensor shall be under the terms and conditions of
|
4965
|
-
this License, without any additional terms or conditions.
|
4966
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
4967
|
-
the terms of any separate license agreement you may have executed
|
4968
|
-
with Licensor regarding such Contributions.
|
4969
|
-
|
4970
|
-
6. Trademarks. This License does not grant permission to use the trade
|
4971
|
-
names, trademarks, service marks, or product names of the Licensor,
|
4972
|
-
except as required for reasonable and customary use in describing the
|
4973
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
4974
|
-
|
4975
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
4976
|
-
agreed to in writing, Licensor provides the Work (and each
|
4977
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
4978
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
4979
|
-
implied, including, without limitation, any warranties or conditions
|
4980
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
4981
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
4982
|
-
appropriateness of using or redistributing the Work and assume any
|
4983
|
-
risks associated with Your exercise of permissions under this License.
|
4984
|
-
|
4985
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
4986
|
-
whether in tort (including negligence), contract, or otherwise,
|
4987
|
-
unless required by applicable law (such as deliberate and grossly
|
4988
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
4989
|
-
liable to You for damages, including any direct, indirect, special,
|
4990
|
-
incidental, or consequential damages of any character arising as a
|
4991
|
-
result of this License or out of the use or inability to use the
|
4992
|
-
Work (including but not limited to damages for loss of goodwill,
|
4993
|
-
work stoppage, computer failure or malfunction, or any and all
|
4994
|
-
other commercial damages or losses), even if such Contributor
|
4995
|
-
has been advised of the possibility of such damages.
|
4996
|
-
|
4997
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
4998
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
4999
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5000
|
-
or other liability obligations and/or rights consistent with this
|
5001
|
-
License. However, in accepting such obligations, You may act only
|
5002
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5003
|
-
of any other Contributor, and only if You agree to indemnify,
|
5004
|
-
defend, and hold each Contributor harmless for any liability
|
5005
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5006
|
-
of your accepting any such warranty or additional liability.
|
5007
|
-
|
5008
|
-
END OF TERMS AND CONDITIONS
|
5009
|
-
|
5010
|
-
APPENDIX: How to apply the Apache License to your work.
|
5011
|
-
|
5012
|
-
To apply the Apache License to your work, attach the following
|
5013
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5014
|
-
replaced with your own identifying information. (Don't include
|
5015
|
-
the brackets!) The text should be enclosed in the appropriate
|
5016
|
-
comment syntax for the file format. We also recommend that a
|
5017
|
-
file or class name and description of purpose be included on the
|
5018
|
-
same "printed page" as the copyright notice for easier
|
5019
|
-
identification within third-party archives.
|
5020
|
-
|
5021
|
-
Copyright [yyyy] [name of copyright owner]
|
5022
|
-
|
5023
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5024
|
-
you may not use this file except in compliance with the License.
|
5025
|
-
You may obtain a copy of the License at
|
5026
|
-
|
5027
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5028
|
-
|
5029
|
-
Unless required by applicable law or agreed to in writing, software
|
5030
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5031
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5032
|
-
See the License for the specific language governing permissions and
|
5033
|
-
limitations under the License.
|
5034
|
-
|
5035
|
-
================================================================================
|
5036
|
-
either LICENSE-MIT
|
5037
|
-
================================================================================
|
5038
|
-
|
5039
|
-
Copyright (c) 2015
|
5040
|
-
|
5041
|
-
Permission is hereby granted, free of charge, to any
|
5042
|
-
person obtaining a copy of this software and associated
|
5043
|
-
documentation files (the "Software"), to deal in the
|
5044
|
-
Software without restriction, including without
|
5045
|
-
limitation the rights to use, copy, modify, merge,
|
5046
|
-
publish, distribute, sublicense, and/or sell copies of
|
5047
|
-
the Software, and to permit persons to whom the Software
|
5048
|
-
is furnished to do so, subject to the following
|
5049
|
-
conditions:
|
5050
|
-
|
5051
|
-
The above copyright notice and this permission notice
|
5052
|
-
shall be included in all copies or substantial portions
|
5053
|
-
of the Software.
|
5054
|
-
|
5055
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5056
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5057
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5058
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5059
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5060
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5061
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5062
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5063
|
-
DEALINGS IN THE SOFTWARE.
|
5064
|
-
|
5065
|
-
================================================================================
|
5066
|
-
esaxx-rs LICENSE
|
5067
|
-
================================================================================
|
5068
|
-
|
5069
|
-
Apache License
|
5070
|
-
Version 2.0, January 2004
|
5071
|
-
http://www.apache.org/licenses/
|
5072
|
-
|
5073
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5074
|
-
|
5075
|
-
1. Definitions.
|
5076
|
-
|
5077
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
5078
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
5079
|
-
|
5080
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
5081
|
-
the copyright owner that is granting the License.
|
5082
|
-
|
5083
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
5084
|
-
other entities that control, are controlled by, or are under common
|
5085
|
-
control with that entity. For the purposes of this definition,
|
5086
|
-
"control" means (i) the power, direct or indirect, to cause the
|
5087
|
-
direction or management of such entity, whether by contract or
|
5088
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5089
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
5090
|
-
|
5091
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
5092
|
-
exercising permissions granted by this License.
|
5093
|
-
|
5094
|
-
"Source" form shall mean the preferred form for making modifications,
|
5095
|
-
including but not limited to software source code, documentation
|
5096
|
-
source, and configuration files.
|
5097
|
-
|
5098
|
-
"Object" form shall mean any form resulting from mechanical
|
5099
|
-
transformation or translation of a Source form, including but
|
5100
|
-
not limited to compiled object code, generated documentation,
|
5101
|
-
and conversions to other media types.
|
5102
|
-
|
5103
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5104
|
-
Object form, made available under the License, as indicated by a
|
5105
|
-
copyright notice that is included in or attached to the work
|
5106
|
-
(an example is provided in the Appendix below).
|
5107
|
-
|
5108
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5109
|
-
form, that is based on (or derived from) the Work and for which the
|
5110
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5111
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5112
|
-
of this License, Derivative Works shall not include works that remain
|
5113
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5114
|
-
the Work and Derivative Works thereof.
|
5115
|
-
|
5116
|
-
"Contribution" shall mean any work of authorship, including
|
5117
|
-
the original version of the Work and any modifications or additions
|
5118
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5119
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5120
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5121
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5122
|
-
means any form of electronic, verbal, or written communication sent
|
5123
|
-
to the Licensor or its representatives, including but not limited to
|
5124
|
-
communication on electronic mailing lists, source code control systems,
|
5125
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5126
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5127
|
-
excluding communication that is conspicuously marked or otherwise
|
5128
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5129
|
-
|
5130
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5131
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5132
|
-
subsequently incorporated within the Work.
|
5133
|
-
|
5134
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5135
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5136
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5137
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5138
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5139
|
-
Work and such Derivative Works in Source or Object form.
|
5140
|
-
|
5141
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5142
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5143
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5144
|
-
(except as stated in this section) patent license to make, have made,
|
5145
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5146
|
-
where such license applies only to those patent claims licensable
|
5147
|
-
by such Contributor that are necessarily infringed by their
|
5148
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5149
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5150
|
-
institute patent litigation against any entity (including a
|
5151
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5152
|
-
or a Contribution incorporated within the Work constitutes direct
|
5153
|
-
or contributory patent infringement, then any patent licenses
|
5154
|
-
granted to You under this License for that Work shall terminate
|
5155
|
-
as of the date such litigation is filed.
|
5156
|
-
|
5157
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5158
|
-
Work or Derivative Works thereof in any medium, with or without
|
5159
|
-
modifications, and in Source or Object form, provided that You
|
5160
|
-
meet the following conditions:
|
5161
|
-
|
5162
|
-
(a) You must give any other recipients of the Work or
|
5163
|
-
Derivative Works a copy of this License; and
|
5164
|
-
|
5165
|
-
(b) You must cause any modified files to carry prominent notices
|
5166
|
-
stating that You changed the files; and
|
5167
|
-
|
5168
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5169
|
-
that You distribute, all copyright, patent, trademark, and
|
5170
|
-
attribution notices from the Source form of the Work,
|
5171
|
-
excluding those notices that do not pertain to any part of
|
5172
|
-
the Derivative Works; and
|
4754
|
+
(c) You must retain, in the Source form of any Derivative Works
|
4755
|
+
that You distribute, all copyright, patent, trademark, and
|
4756
|
+
attribution notices from the Source form of the Work,
|
4757
|
+
excluding those notices that do not pertain to any part of
|
4758
|
+
the Derivative Works; and
|
5173
4759
|
|
5174
4760
|
(d) If the Work includes a "NOTICE" text file as part of its
|
5175
4761
|
distribution, then any Derivative Works that You distribute must
|
@@ -8209,6 +7795,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8209
7795
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8210
7796
|
SOFTWARE.
|
8211
7797
|
|
7798
|
+
================================================================================
|
7799
|
+
magnus magnus-macros/LICENSE
|
7800
|
+
================================================================================
|
7801
|
+
|
7802
|
+
MIT License
|
7803
|
+
|
7804
|
+
Copyright (c) 2022, 2021 Matthew Sadler
|
7805
|
+
|
7806
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7807
|
+
of this software and associated documentation files (the "Software"), to deal
|
7808
|
+
in the Software without restriction, including without limitation the rights
|
7809
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7810
|
+
copies of the Software, and to permit persons to whom the Software is
|
7811
|
+
furnished to do so, subject to the following conditions:
|
7812
|
+
|
7813
|
+
The above copyright notice and this permission notice shall be included in all
|
7814
|
+
copies or substantial portions of the Software.
|
7815
|
+
|
7816
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
7817
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
7818
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
7819
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
7820
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
7821
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
7822
|
+
SOFTWARE.
|
7823
|
+
|
8212
7824
|
================================================================================
|
8213
7825
|
magnus-macros LICENSE
|
8214
7826
|
================================================================================
|
@@ -10337,31 +9949,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10337
9949
|
|
10338
9950
|
END OF TERMS AND CONDITIONS
|
10339
9951
|
|
10340
|
-
APPENDIX: How to apply the Apache License to your work.
|
10341
|
-
|
10342
|
-
To apply the Apache License to your work, attach the following
|
10343
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
10344
|
-
replaced with your own identifying information. (Don't include
|
10345
|
-
the brackets!) The text should be enclosed in the appropriate
|
10346
|
-
comment syntax for the file format. We also recommend that a
|
10347
|
-
file or class name and description of purpose be included on the
|
10348
|
-
same "printed page" as the copyright notice for easier
|
10349
|
-
identification within third-party archives.
|
10350
|
-
|
10351
|
-
Copyright [yyyy] [name of copyright owner]
|
10352
|
-
|
10353
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
10354
|
-
you may not use this file except in compliance with the License.
|
10355
|
-
You may obtain a copy of the License at
|
10356
|
-
|
10357
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
10358
|
-
|
10359
|
-
Unless required by applicable law or agreed to in writing, software
|
10360
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
10361
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10362
|
-
See the License for the specific language governing permissions and
|
10363
|
-
limitations under the License.
|
10364
|
-
|
10365
9952
|
================================================================================
|
10366
9953
|
proc-macro2 LICENSE-MIT
|
10367
9954
|
================================================================================
|
@@ -12446,32 +12033,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
12446
12033
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
12447
12034
|
SOFTWARE.
|
12448
12035
|
|
12449
|
-
================================================================================
|
12450
|
-
rb-sys-env LICENSE-MIT
|
12451
|
-
================================================================================
|
12452
|
-
|
12453
|
-
The MIT License (MIT)
|
12454
|
-
|
12455
|
-
Copyright (c) 2021-2022 Ian Ker-Seymer
|
12456
|
-
|
12457
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
12458
|
-
of this software and associated documentation files (the "Software"), to deal
|
12459
|
-
in the Software without restriction, including without limitation the rights
|
12460
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12461
|
-
copies of the Software, and to permit persons to whom the Software is
|
12462
|
-
furnished to do so, subject to the following conditions:
|
12463
|
-
|
12464
|
-
The above copyright notice and this permission notice shall be included in all
|
12465
|
-
copies or substantial portions of the Software.
|
12466
|
-
|
12467
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
12468
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
12469
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
12470
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
12471
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
12472
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
12473
|
-
SOFTWARE.
|
12474
|
-
|
12475
12036
|
================================================================================
|
12476
12037
|
rb-sys-env LICENSE-APACHE
|
12477
12038
|
================================================================================
|
@@ -12655,17 +12216,43 @@ rb-sys-env LICENSE-APACHE
|
|
12655
12216
|
|
12656
12217
|
Copyright 2021-2022 Ian Ker-Seymer
|
12657
12218
|
|
12658
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
12659
|
-
you may not use this file except in compliance with the License.
|
12660
|
-
You may obtain a copy of the License at
|
12219
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
12220
|
+
you may not use this file except in compliance with the License.
|
12221
|
+
You may obtain a copy of the License at
|
12222
|
+
|
12223
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
12224
|
+
|
12225
|
+
Unless required by applicable law or agreed to in writing, software
|
12226
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
12227
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12228
|
+
See the License for the specific language governing permissions and
|
12229
|
+
limitations under the License.
|
12230
|
+
|
12231
|
+
================================================================================
|
12232
|
+
rb-sys-env LICENSE-MIT
|
12233
|
+
================================================================================
|
12234
|
+
|
12235
|
+
The MIT License (MIT)
|
12236
|
+
|
12237
|
+
Copyright (c) 2021-2022 Ian Ker-Seymer
|
12238
|
+
|
12239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
12240
|
+
of this software and associated documentation files (the "Software"), to deal
|
12241
|
+
in the Software without restriction, including without limitation the rights
|
12242
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12243
|
+
copies of the Software, and to permit persons to whom the Software is
|
12244
|
+
furnished to do so, subject to the following conditions:
|
12661
12245
|
|
12662
|
-
|
12246
|
+
The above copyright notice and this permission notice shall be included in all
|
12247
|
+
copies or substantial portions of the Software.
|
12663
12248
|
|
12664
|
-
|
12665
|
-
|
12666
|
-
|
12667
|
-
|
12668
|
-
|
12249
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
12250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
12251
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
12252
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
12253
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
12254
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
12255
|
+
SOFTWARE.
|
12669
12256
|
|
12670
12257
|
================================================================================
|
12671
12258
|
regex LICENSE-APACHE
|
@@ -14578,31 +14165,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
14578
14165
|
|
14579
14166
|
END OF TERMS AND CONDITIONS
|
14580
14167
|
|
14581
|
-
APPENDIX: How to apply the Apache License to your work.
|
14582
|
-
|
14583
|
-
To apply the Apache License to your work, attach the following
|
14584
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
14585
|
-
replaced with your own identifying information. (Don't include
|
14586
|
-
the brackets!) The text should be enclosed in the appropriate
|
14587
|
-
comment syntax for the file format. We also recommend that a
|
14588
|
-
file or class name and description of purpose be included on the
|
14589
|
-
same "printed page" as the copyright notice for easier
|
14590
|
-
identification within third-party archives.
|
14591
|
-
|
14592
|
-
Copyright [yyyy] [name of copyright owner]
|
14593
|
-
|
14594
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
14595
|
-
you may not use this file except in compliance with the License.
|
14596
|
-
You may obtain a copy of the License at
|
14597
|
-
|
14598
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
14599
|
-
|
14600
|
-
Unless required by applicable law or agreed to in writing, software
|
14601
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14602
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14603
|
-
See the License for the specific language governing permissions and
|
14604
|
-
limitations under the License.
|
14605
|
-
|
14606
14168
|
================================================================================
|
14607
14169
|
serde_json LICENSE-MIT
|
14608
14170
|
================================================================================
|
@@ -16525,212 +16087,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
16525
16087
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16526
16088
|
DEALINGS IN THE SOFTWARE.
|
16527
16089
|
|
16528
|
-
================================================================================
|
16529
|
-
tokenizers LICENSE
|
16530
|
-
================================================================================
|
16531
|
-
|
16532
|
-
Apache License
|
16533
|
-
Version 2.0, January 2004
|
16534
|
-
http://www.apache.org/licenses/
|
16535
|
-
|
16536
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16537
|
-
|
16538
|
-
1. Definitions.
|
16539
|
-
|
16540
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
16541
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
16542
|
-
|
16543
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
16544
|
-
the copyright owner that is granting the License.
|
16545
|
-
|
16546
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
16547
|
-
other entities that control, are controlled by, or are under common
|
16548
|
-
control with that entity. For the purposes of this definition,
|
16549
|
-
"control" means (i) the power, direct or indirect, to cause the
|
16550
|
-
direction or management of such entity, whether by contract or
|
16551
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16552
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
16553
|
-
|
16554
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
16555
|
-
exercising permissions granted by this License.
|
16556
|
-
|
16557
|
-
"Source" form shall mean the preferred form for making modifications,
|
16558
|
-
including but not limited to software source code, documentation
|
16559
|
-
source, and configuration files.
|
16560
|
-
|
16561
|
-
"Object" form shall mean any form resulting from mechanical
|
16562
|
-
transformation or translation of a Source form, including but
|
16563
|
-
not limited to compiled object code, generated documentation,
|
16564
|
-
and conversions to other media types.
|
16565
|
-
|
16566
|
-
"Work" shall mean the work of authorship, whether in Source or
|
16567
|
-
Object form, made available under the License, as indicated by a
|
16568
|
-
copyright notice that is included in or attached to the work
|
16569
|
-
(an example is provided in the Appendix below).
|
16570
|
-
|
16571
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
16572
|
-
form, that is based on (or derived from) the Work and for which the
|
16573
|
-
editorial revisions, annotations, elaborations, or other modifications
|
16574
|
-
represent, as a whole, an original work of authorship. For the purposes
|
16575
|
-
of this License, Derivative Works shall not include works that remain
|
16576
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
16577
|
-
the Work and Derivative Works thereof.
|
16578
|
-
|
16579
|
-
"Contribution" shall mean any work of authorship, including
|
16580
|
-
the original version of the Work and any modifications or additions
|
16581
|
-
to that Work or Derivative Works thereof, that is intentionally
|
16582
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
16583
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
16584
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
16585
|
-
means any form of electronic, verbal, or written communication sent
|
16586
|
-
to the Licensor or its representatives, including but not limited to
|
16587
|
-
communication on electronic mailing lists, source code control systems,
|
16588
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
16589
|
-
Licensor for the purpose of discussing and improving the Work, but
|
16590
|
-
excluding communication that is conspicuously marked or otherwise
|
16591
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
16592
|
-
|
16593
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16594
|
-
on behalf of whom a Contribution has been received by Licensor and
|
16595
|
-
subsequently incorporated within the Work.
|
16596
|
-
|
16597
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
16598
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16599
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16600
|
-
copyright license to reproduce, prepare Derivative Works of,
|
16601
|
-
publicly display, publicly perform, sublicense, and distribute the
|
16602
|
-
Work and such Derivative Works in Source or Object form.
|
16603
|
-
|
16604
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
16605
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16606
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16607
|
-
(except as stated in this section) patent license to make, have made,
|
16608
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16609
|
-
where such license applies only to those patent claims licensable
|
16610
|
-
by such Contributor that are necessarily infringed by their
|
16611
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
16612
|
-
with the Work to which such Contribution(s) was submitted. If You
|
16613
|
-
institute patent litigation against any entity (including a
|
16614
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16615
|
-
or a Contribution incorporated within the Work constitutes direct
|
16616
|
-
or contributory patent infringement, then any patent licenses
|
16617
|
-
granted to You under this License for that Work shall terminate
|
16618
|
-
as of the date such litigation is filed.
|
16619
|
-
|
16620
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
16621
|
-
Work or Derivative Works thereof in any medium, with or without
|
16622
|
-
modifications, and in Source or Object form, provided that You
|
16623
|
-
meet the following conditions:
|
16624
|
-
|
16625
|
-
(a) You must give any other recipients of the Work or
|
16626
|
-
Derivative Works a copy of this License; and
|
16627
|
-
|
16628
|
-
(b) You must cause any modified files to carry prominent notices
|
16629
|
-
stating that You changed the files; and
|
16630
|
-
|
16631
|
-
(c) You must retain, in the Source form of any Derivative Works
|
16632
|
-
that You distribute, all copyright, patent, trademark, and
|
16633
|
-
attribution notices from the Source form of the Work,
|
16634
|
-
excluding those notices that do not pertain to any part of
|
16635
|
-
the Derivative Works; and
|
16636
|
-
|
16637
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
16638
|
-
distribution, then any Derivative Works that You distribute must
|
16639
|
-
include a readable copy of the attribution notices contained
|
16640
|
-
within such NOTICE file, excluding those notices that do not
|
16641
|
-
pertain to any part of the Derivative Works, in at least one
|
16642
|
-
of the following places: within a NOTICE text file distributed
|
16643
|
-
as part of the Derivative Works; within the Source form or
|
16644
|
-
documentation, if provided along with the Derivative Works; or,
|
16645
|
-
within a display generated by the Derivative Works, if and
|
16646
|
-
wherever such third-party notices normally appear. The contents
|
16647
|
-
of the NOTICE file are for informational purposes only and
|
16648
|
-
do not modify the License. You may add Your own attribution
|
16649
|
-
notices within Derivative Works that You distribute, alongside
|
16650
|
-
or as an addendum to the NOTICE text from the Work, provided
|
16651
|
-
that such additional attribution notices cannot be construed
|
16652
|
-
as modifying the License.
|
16653
|
-
|
16654
|
-
You may add Your own copyright statement to Your modifications and
|
16655
|
-
may provide additional or different license terms and conditions
|
16656
|
-
for use, reproduction, or distribution of Your modifications, or
|
16657
|
-
for any such Derivative Works as a whole, provided Your use,
|
16658
|
-
reproduction, and distribution of the Work otherwise complies with
|
16659
|
-
the conditions stated in this License.
|
16660
|
-
|
16661
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16662
|
-
any Contribution intentionally submitted for inclusion in the Work
|
16663
|
-
by You to the Licensor shall be under the terms and conditions of
|
16664
|
-
this License, without any additional terms or conditions.
|
16665
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
16666
|
-
the terms of any separate license agreement you may have executed
|
16667
|
-
with Licensor regarding such Contributions.
|
16668
|
-
|
16669
|
-
6. Trademarks. This License does not grant permission to use the trade
|
16670
|
-
names, trademarks, service marks, or product names of the Licensor,
|
16671
|
-
except as required for reasonable and customary use in describing the
|
16672
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
16673
|
-
|
16674
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
16675
|
-
agreed to in writing, Licensor provides the Work (and each
|
16676
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16677
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16678
|
-
implied, including, without limitation, any warranties or conditions
|
16679
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16680
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16681
|
-
appropriateness of using or redistributing the Work and assume any
|
16682
|
-
risks associated with Your exercise of permissions under this License.
|
16683
|
-
|
16684
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
16685
|
-
whether in tort (including negligence), contract, or otherwise,
|
16686
|
-
unless required by applicable law (such as deliberate and grossly
|
16687
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
16688
|
-
liable to You for damages, including any direct, indirect, special,
|
16689
|
-
incidental, or consequential damages of any character arising as a
|
16690
|
-
result of this License or out of the use or inability to use the
|
16691
|
-
Work (including but not limited to damages for loss of goodwill,
|
16692
|
-
work stoppage, computer failure or malfunction, or any and all
|
16693
|
-
other commercial damages or losses), even if such Contributor
|
16694
|
-
has been advised of the possibility of such damages.
|
16695
|
-
|
16696
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
16697
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
16698
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
16699
|
-
or other liability obligations and/or rights consistent with this
|
16700
|
-
License. However, in accepting such obligations, You may act only
|
16701
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
16702
|
-
of any other Contributor, and only if You agree to indemnify,
|
16703
|
-
defend, and hold each Contributor harmless for any liability
|
16704
|
-
incurred by, or claims asserted against, such Contributor by reason
|
16705
|
-
of your accepting any such warranty or additional liability.
|
16706
|
-
|
16707
|
-
END OF TERMS AND CONDITIONS
|
16708
|
-
|
16709
|
-
APPENDIX: How to apply the Apache License to your work.
|
16710
|
-
|
16711
|
-
To apply the Apache License to your work, attach the following
|
16712
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
16713
|
-
replaced with your own identifying information. (Don't include
|
16714
|
-
the brackets!) The text should be enclosed in the appropriate
|
16715
|
-
comment syntax for the file format. We also recommend that a
|
16716
|
-
file or class name and description of purpose be included on the
|
16717
|
-
same "printed page" as the copyright notice for easier
|
16718
|
-
identification within third-party archives.
|
16719
|
-
|
16720
|
-
Copyright [yyyy] [name of copyright owner]
|
16721
|
-
|
16722
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
16723
|
-
you may not use this file except in compliance with the License.
|
16724
|
-
You may obtain a copy of the License at
|
16725
|
-
|
16726
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
16727
|
-
|
16728
|
-
Unless required by applicable law or agreed to in writing, software
|
16729
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16730
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16731
|
-
See the License for the specific language governing permissions and
|
16732
|
-
limitations under the License.
|
16733
|
-
|
16734
16090
|
================================================================================
|
16735
16091
|
unicode-ident LICENSE-APACHE
|
16736
16092
|
================================================================================
|