tokenizers 0.5.5-x64-mingw-ucrt → 0.6.0-x64-mingw-ucrt
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 +5 -0
- data/Cargo.lock +124 -53
- data/LICENSE-THIRD-PARTY.txt +1147 -455
- data/lib/tokenizers/3.2/tokenizers.so +0 -0
- data/lib/tokenizers/3.3/tokenizers.so +0 -0
- data/lib/tokenizers/3.4/tokenizers.so +0 -0
- data/lib/tokenizers/from_pretrained.rb +2 -2
- data/lib/tokenizers/trainers/unigram_trainer.rb +10 -9
- data/lib/tokenizers/trainers/word_piece_trainer.rb +10 -9
- data/lib/tokenizers/version.rb +1 -1
- metadata +3 -4
- data/lib/tokenizers/3.1/tokenizers.so +0 -0
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
Summary
|
3
3
|
================================================================================
|
4
4
|
|
5
|
+
ahash v0.8.12
|
6
|
+
https://github.com/tkaitchuck/ahash
|
7
|
+
MIT OR Apache-2.0
|
8
|
+
|
5
9
|
aho-corasick v1.1.3
|
6
10
|
https://github.com/BurntSushi/aho-corasick
|
7
11
|
Unlicense OR MIT
|
@@ -14,14 +18,14 @@ bindgen v0.69.5
|
|
14
18
|
https://rust-lang.github.io/rust-bindgen/
|
15
19
|
BSD-3-Clause
|
16
20
|
|
17
|
-
bitflags v1.3.2
|
18
|
-
https://github.com/bitflags/bitflags
|
19
|
-
MIT/Apache-2.0
|
20
|
-
|
21
21
|
bitflags v2.9.0
|
22
22
|
https://github.com/bitflags/bitflags
|
23
23
|
MIT OR Apache-2.0
|
24
24
|
|
25
|
+
castaway v0.2.3
|
26
|
+
https://github.com/sagebind/castaway
|
27
|
+
MIT
|
28
|
+
|
25
29
|
cc v1.2.21
|
26
30
|
https://github.com/rust-lang/cc-rs
|
27
31
|
MIT OR Apache-2.0
|
@@ -38,6 +42,10 @@ clang-sys v1.8.1
|
|
38
42
|
https://github.com/KyleMayes/clang-sys
|
39
43
|
Apache-2.0
|
40
44
|
|
45
|
+
compact_str v0.9.0
|
46
|
+
https://github.com/ParkMyCar/compact_str
|
47
|
+
MIT
|
48
|
+
|
41
49
|
console v0.15.11
|
42
50
|
https://github.com/console-rs/console
|
43
51
|
MIT
|
@@ -66,6 +74,10 @@ darling_macro v0.20.11
|
|
66
74
|
https://github.com/TedDriggs/darling
|
67
75
|
MIT
|
68
76
|
|
77
|
+
dary_heap v0.3.7
|
78
|
+
https://github.com/hanmertens/dary_heap
|
79
|
+
MIT OR Apache-2.0
|
80
|
+
|
69
81
|
derive_builder v0.20.2
|
70
82
|
https://github.com/colin-kiegel/rust-derive-builder
|
71
83
|
MIT OR Apache-2.0
|
@@ -94,7 +106,7 @@ fnv v1.0.7
|
|
94
106
|
https://github.com/servo/rust-fnv
|
95
107
|
Apache-2.0 / MIT
|
96
108
|
|
97
|
-
getrandom v0.
|
109
|
+
getrandom v0.3.3
|
98
110
|
https://github.com/rust-random/getrandom
|
99
111
|
MIT OR Apache-2.0
|
100
112
|
|
@@ -110,15 +122,11 @@ indicatif v0.17.11
|
|
110
122
|
https://github.com/console-rs/indicatif
|
111
123
|
MIT
|
112
124
|
|
113
|
-
itertools v0.11.0
|
114
|
-
https://github.com/rust-itertools/itertools
|
115
|
-
MIT OR Apache-2.0
|
116
|
-
|
117
125
|
itertools v0.12.1
|
118
126
|
https://github.com/rust-itertools/itertools
|
119
127
|
MIT OR Apache-2.0
|
120
128
|
|
121
|
-
itertools v0.
|
129
|
+
itertools v0.14.0
|
122
130
|
https://github.com/rust-itertools/itertools
|
123
131
|
MIT OR Apache-2.0
|
124
132
|
|
@@ -154,11 +162,11 @@ macro_rules_attribute-proc_macro v0.2.0
|
|
154
162
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
155
163
|
MIT
|
156
164
|
|
157
|
-
magnus v0.
|
165
|
+
magnus v0.8.0
|
158
166
|
https://github.com/matsadler/magnus
|
159
167
|
MIT
|
160
168
|
|
161
|
-
magnus-macros v0.
|
169
|
+
magnus-macros v0.8.0
|
162
170
|
https://github.com/matsadler/magnus
|
163
171
|
MIT
|
164
172
|
|
@@ -190,12 +198,12 @@ once_cell v1.21.3
|
|
190
198
|
https://github.com/matklad/once_cell
|
191
199
|
MIT OR Apache-2.0
|
192
200
|
|
193
|
-
onig v6.
|
194
|
-
|
201
|
+
onig v6.5.1
|
202
|
+
https://github.com/iwillspeak/rust-onig
|
195
203
|
MIT
|
196
204
|
|
197
|
-
onig_sys v69.
|
198
|
-
|
205
|
+
onig_sys v69.9.1
|
206
|
+
https://github.com/iwillspeak/rust-onig
|
199
207
|
MIT
|
200
208
|
|
201
209
|
paste v1.0.15
|
@@ -222,15 +230,15 @@ quote v1.0.40
|
|
222
230
|
https://github.com/dtolnay/quote
|
223
231
|
MIT OR Apache-2.0
|
224
232
|
|
225
|
-
rand v0.
|
233
|
+
rand v0.9.1
|
226
234
|
https://rust-random.github.io/book
|
227
235
|
MIT OR Apache-2.0
|
228
236
|
|
229
|
-
rand_chacha v0.
|
237
|
+
rand_chacha v0.9.0
|
230
238
|
https://rust-random.github.io/book
|
231
239
|
MIT OR Apache-2.0
|
232
240
|
|
233
|
-
rand_core v0.
|
241
|
+
rand_core v0.9.3
|
234
242
|
https://rust-random.github.io/book
|
235
243
|
MIT OR Apache-2.0
|
236
244
|
|
@@ -238,7 +246,7 @@ rayon v1.10.0
|
|
238
246
|
https://github.com/rayon-rs/rayon
|
239
247
|
MIT OR Apache-2.0
|
240
248
|
|
241
|
-
rayon-cond v0.
|
249
|
+
rayon-cond v0.4.0
|
242
250
|
https://github.com/cuviper/rayon-cond
|
243
251
|
Apache-2.0/MIT
|
244
252
|
|
@@ -246,15 +254,15 @@ rayon-core v1.12.1
|
|
246
254
|
https://github.com/rayon-rs/rayon
|
247
255
|
MIT OR Apache-2.0
|
248
256
|
|
249
|
-
rb-sys v0.9.
|
257
|
+
rb-sys v0.9.117
|
250
258
|
https://github.com/oxidize-rb/rb-sys
|
251
259
|
MIT OR Apache-2.0
|
252
260
|
|
253
|
-
rb-sys-build v0.9.
|
261
|
+
rb-sys-build v0.9.117
|
254
262
|
https://github.com/oxidize-rb/rb-sys
|
255
263
|
MIT OR Apache-2.0
|
256
264
|
|
257
|
-
rb-sys-env v0.
|
265
|
+
rb-sys-env v0.2.2
|
258
266
|
https://github.com/oxidize-rb/rb-sys
|
259
267
|
MIT OR Apache-2.0
|
260
268
|
|
@@ -274,6 +282,10 @@ rustc-hash v1.1.0
|
|
274
282
|
https://github.com/rust-lang-nursery/rustc-hash
|
275
283
|
Apache-2.0/MIT
|
276
284
|
|
285
|
+
rustversion v1.0.21
|
286
|
+
https://github.com/dtolnay/rustversion
|
287
|
+
MIT OR Apache-2.0
|
288
|
+
|
277
289
|
ryu v1.0.20
|
278
290
|
https://github.com/dtolnay/ryu
|
279
291
|
Apache-2.0 OR BSL-1.0
|
@@ -310,6 +322,10 @@ spm_precompiled v0.1.4
|
|
310
322
|
https://github.com/huggingface/spm_precompiled
|
311
323
|
Apache-2.0
|
312
324
|
|
325
|
+
static_assertions v1.1.0
|
326
|
+
https://github.com/nvzqz/static-assertions-rs
|
327
|
+
MIT OR Apache-2.0
|
328
|
+
|
313
329
|
strsim v0.11.1
|
314
330
|
https://github.com/rapidfuzz/strsim-rs
|
315
331
|
MIT
|
@@ -326,7 +342,7 @@ thiserror-impl v2.0.12
|
|
326
342
|
https://github.com/dtolnay/thiserror
|
327
343
|
MIT OR Apache-2.0
|
328
344
|
|
329
|
-
tokenizers v0.
|
345
|
+
tokenizers v0.22.0
|
330
346
|
https://github.com/huggingface/tokenizers
|
331
347
|
Apache-2.0
|
332
348
|
|
@@ -350,6 +366,10 @@ unicode_categories v0.1.1
|
|
350
366
|
https://github.com/swgillespie/unicode-categories
|
351
367
|
MIT OR Apache-2.0
|
352
368
|
|
369
|
+
version_check v0.9.5
|
370
|
+
https://github.com/SergioBenitez/version_check
|
371
|
+
MIT/Apache-2.0
|
372
|
+
|
353
373
|
windows-sys v0.59.0
|
354
374
|
https://github.com/microsoft/windows-rs
|
355
375
|
MIT OR Apache-2.0
|
@@ -367,70 +387,7 @@ https://github.com/google/zerocopy
|
|
367
387
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
368
388
|
|
369
389
|
================================================================================
|
370
|
-
|
371
|
-
================================================================================
|
372
|
-
|
373
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
374
|
-
|
375
|
-
You may use this code under the terms of either license.
|
376
|
-
|
377
|
-
================================================================================
|
378
|
-
aho-corasick LICENSE-MIT
|
379
|
-
================================================================================
|
380
|
-
|
381
|
-
The MIT License (MIT)
|
382
|
-
|
383
|
-
Copyright (c) 2015 Andrew Gallant
|
384
|
-
|
385
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
386
|
-
of this software and associated documentation files (the "Software"), to deal
|
387
|
-
in the Software without restriction, including without limitation the rights
|
388
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
389
|
-
copies of the Software, and to permit persons to whom the Software is
|
390
|
-
furnished to do so, subject to the following conditions:
|
391
|
-
|
392
|
-
The above copyright notice and this permission notice shall be included in
|
393
|
-
all copies or substantial portions of the Software.
|
394
|
-
|
395
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
396
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
397
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
398
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
399
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
400
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
401
|
-
THE SOFTWARE.
|
402
|
-
|
403
|
-
================================================================================
|
404
|
-
aho-corasick UNLICENSE
|
405
|
-
================================================================================
|
406
|
-
|
407
|
-
This is free and unencumbered software released into the public domain.
|
408
|
-
|
409
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
410
|
-
distribute this software, either in source code form or as a compiled
|
411
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
412
|
-
means.
|
413
|
-
|
414
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
415
|
-
of this software dedicate any and all copyright interest in the
|
416
|
-
software to the public domain. We make this dedication for the benefit
|
417
|
-
of the public at large and to the detriment of our heirs and
|
418
|
-
successors. We intend this dedication to be an overt act of
|
419
|
-
relinquishment in perpetuity of all present and future rights to this
|
420
|
-
software under copyright law.
|
421
|
-
|
422
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
423
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
424
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
425
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
426
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
427
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
428
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
429
|
-
|
430
|
-
For more information, please refer to <http://unlicense.org/>
|
431
|
-
|
432
|
-
================================================================================
|
433
|
-
base64 LICENSE-APACHE
|
390
|
+
ahash LICENSE-APACHE
|
434
391
|
================================================================================
|
435
392
|
|
436
393
|
Apache License
|
@@ -636,12 +593,50 @@ See the License for the specific language governing permissions and
|
|
636
593
|
limitations under the License.
|
637
594
|
|
638
595
|
================================================================================
|
639
|
-
|
596
|
+
ahash LICENSE-MIT
|
597
|
+
================================================================================
|
598
|
+
|
599
|
+
Copyright (c) 2018 Tom Kaitchuck
|
600
|
+
|
601
|
+
Permission is hereby granted, free of charge, to any
|
602
|
+
person obtaining a copy of this software and associated
|
603
|
+
documentation files (the "Software"), to deal in the
|
604
|
+
Software without restriction, including without
|
605
|
+
limitation the rights to use, copy, modify, merge,
|
606
|
+
publish, distribute, sublicense, and/or sell copies of
|
607
|
+
the Software, and to permit persons to whom the Software
|
608
|
+
is furnished to do so, subject to the following
|
609
|
+
conditions:
|
610
|
+
|
611
|
+
The above copyright notice and this permission notice
|
612
|
+
shall be included in all copies or substantial portions
|
613
|
+
of the Software.
|
614
|
+
|
615
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
616
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
617
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
618
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
619
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
620
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
621
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
622
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
623
|
+
DEALINGS IN THE SOFTWARE.
|
624
|
+
|
625
|
+
================================================================================
|
626
|
+
aho-corasick COPYING
|
627
|
+
================================================================================
|
628
|
+
|
629
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
630
|
+
|
631
|
+
You may use this code under the terms of either license.
|
632
|
+
|
633
|
+
================================================================================
|
634
|
+
aho-corasick LICENSE-MIT
|
640
635
|
================================================================================
|
641
636
|
|
642
637
|
The MIT License (MIT)
|
643
638
|
|
644
|
-
Copyright (c) 2015
|
639
|
+
Copyright (c) 2015 Andrew Gallant
|
645
640
|
|
646
641
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
647
642
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -662,41 +657,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
662
657
|
THE SOFTWARE.
|
663
658
|
|
664
659
|
================================================================================
|
665
|
-
|
660
|
+
aho-corasick UNLICENSE
|
666
661
|
================================================================================
|
667
662
|
|
668
|
-
|
669
|
-
|
670
|
-
Copyright (c) 2013, Jyun-Yan You
|
671
|
-
All rights reserved.
|
672
|
-
|
673
|
-
Redistribution and use in source and binary forms, with or without
|
674
|
-
modification, are permitted provided that the following conditions are met:
|
663
|
+
This is free and unencumbered software released into the public domain.
|
675
664
|
|
676
|
-
|
677
|
-
|
665
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
666
|
+
distribute this software, either in source code form or as a compiled
|
667
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
668
|
+
means.
|
678
669
|
|
679
|
-
|
680
|
-
|
681
|
-
|
670
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
671
|
+
of this software dedicate any and all copyright interest in the
|
672
|
+
software to the public domain. We make this dedication for the benefit
|
673
|
+
of the public at large and to the detriment of our heirs and
|
674
|
+
successors. We intend this dedication to be an overt act of
|
675
|
+
relinquishment in perpetuity of all present and future rights to this
|
676
|
+
software under copyright law.
|
682
677
|
|
683
|
-
|
684
|
-
|
685
|
-
|
678
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
679
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
680
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
681
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
682
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
683
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
684
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
686
685
|
|
687
|
-
|
688
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
689
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
690
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
691
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
692
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
693
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
694
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
695
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
696
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
686
|
+
For more information, please refer to <http://unlicense.org/>
|
697
687
|
|
698
688
|
================================================================================
|
699
|
-
|
689
|
+
base64 LICENSE-APACHE
|
700
690
|
================================================================================
|
701
691
|
|
702
692
|
Apache License
|
@@ -902,37 +892,67 @@ See the License for the specific language governing permissions and
|
|
902
892
|
limitations under the License.
|
903
893
|
|
904
894
|
================================================================================
|
905
|
-
|
895
|
+
base64 LICENSE-MIT
|
906
896
|
================================================================================
|
907
897
|
|
908
|
-
|
898
|
+
The MIT License (MIT)
|
909
899
|
|
910
|
-
|
911
|
-
person obtaining a copy of this software and associated
|
912
|
-
documentation files (the "Software"), to deal in the
|
913
|
-
Software without restriction, including without
|
914
|
-
limitation the rights to use, copy, modify, merge,
|
915
|
-
publish, distribute, sublicense, and/or sell copies of
|
916
|
-
the Software, and to permit persons to whom the Software
|
917
|
-
is furnished to do so, subject to the following
|
918
|
-
conditions:
|
900
|
+
Copyright (c) 2015 Alice Maz
|
919
901
|
|
920
|
-
|
921
|
-
|
922
|
-
|
902
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
903
|
+
of this software and associated documentation files (the "Software"), to deal
|
904
|
+
in the Software without restriction, including without limitation the rights
|
905
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
906
|
+
copies of the Software, and to permit persons to whom the Software is
|
907
|
+
furnished to do so, subject to the following conditions:
|
923
908
|
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
IN
|
932
|
-
|
909
|
+
The above copyright notice and this permission notice shall be included in
|
910
|
+
all copies or substantial portions of the Software.
|
911
|
+
|
912
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
913
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
914
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
915
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
916
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
917
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
918
|
+
THE SOFTWARE.
|
919
|
+
|
920
|
+
================================================================================
|
921
|
+
bindgen LICENSE
|
922
|
+
================================================================================
|
923
|
+
|
924
|
+
BSD 3-Clause License
|
925
|
+
|
926
|
+
Copyright (c) 2013, Jyun-Yan You
|
927
|
+
All rights reserved.
|
928
|
+
|
929
|
+
Redistribution and use in source and binary forms, with or without
|
930
|
+
modification, are permitted provided that the following conditions are met:
|
931
|
+
|
932
|
+
* Redistributions of source code must retain the above copyright notice, this
|
933
|
+
list of conditions and the following disclaimer.
|
934
|
+
|
935
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
936
|
+
this list of conditions and the following disclaimer in the documentation
|
937
|
+
and/or other materials provided with the distribution.
|
938
|
+
|
939
|
+
* Neither the name of the copyright holder nor the names of its
|
940
|
+
contributors may be used to endorse or promote products derived from
|
941
|
+
this software without specific prior written permission.
|
942
|
+
|
943
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
944
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
945
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
946
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
947
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
948
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
949
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
950
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
951
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
952
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
933
953
|
|
934
954
|
================================================================================
|
935
|
-
bitflags
|
955
|
+
bitflags LICENSE-APACHE
|
936
956
|
================================================================================
|
937
957
|
|
938
958
|
Apache License
|
@@ -1138,7 +1158,7 @@ See the License for the specific language governing permissions and
|
|
1138
1158
|
limitations under the License.
|
1139
1159
|
|
1140
1160
|
================================================================================
|
1141
|
-
bitflags
|
1161
|
+
bitflags LICENSE-MIT
|
1142
1162
|
================================================================================
|
1143
1163
|
|
1144
1164
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -1167,6 +1187,32 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1167
1187
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1168
1188
|
DEALINGS IN THE SOFTWARE.
|
1169
1189
|
|
1190
|
+
================================================================================
|
1191
|
+
castaway LICENSE
|
1192
|
+
================================================================================
|
1193
|
+
|
1194
|
+
MIT License
|
1195
|
+
|
1196
|
+
Copyright (c) 2021 Stephen M. Coakley
|
1197
|
+
|
1198
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1199
|
+
of this software and associated documentation files (the "Software"), to deal
|
1200
|
+
in the Software without restriction, including without limitation the rights
|
1201
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1202
|
+
copies of the Software, and to permit persons to whom the Software is
|
1203
|
+
furnished to do so, subject to the following conditions:
|
1204
|
+
|
1205
|
+
The above copyright notice and this permission notice shall be included in all
|
1206
|
+
copies or substantial portions of the Software.
|
1207
|
+
|
1208
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1209
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1210
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1211
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1212
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1213
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1214
|
+
SOFTWARE.
|
1215
|
+
|
1170
1216
|
================================================================================
|
1171
1217
|
cc LICENSE-APACHE
|
1172
1218
|
================================================================================
|
@@ -2082,6 +2128,32 @@ clang-sys LICENSE.txt
|
|
2082
2128
|
See the License for the specific language governing permissions and
|
2083
2129
|
limitations under the License.
|
2084
2130
|
|
2131
|
+
================================================================================
|
2132
|
+
compact_str LICENSE
|
2133
|
+
================================================================================
|
2134
|
+
|
2135
|
+
MIT License
|
2136
|
+
|
2137
|
+
Copyright (c) 2021 Parker Timmerman
|
2138
|
+
|
2139
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2140
|
+
of this software and associated documentation files (the "Software"), to deal
|
2141
|
+
in the Software without restriction, including without limitation the rights
|
2142
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2143
|
+
copies of the Software, and to permit persons to whom the Software is
|
2144
|
+
furnished to do so, subject to the following conditions:
|
2145
|
+
|
2146
|
+
The above copyright notice and this permission notice shall be included in all
|
2147
|
+
copies or substantial portions of the Software.
|
2148
|
+
|
2149
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2150
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2151
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2152
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2153
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2154
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2155
|
+
SOFTWARE.
|
2156
|
+
|
2085
2157
|
================================================================================
|
2086
2158
|
console LICENSE
|
2087
2159
|
================================================================================
|
@@ -2901,6 +2973,215 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2901
2973
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2902
2974
|
SOFTWARE.
|
2903
2975
|
|
2976
|
+
================================================================================
|
2977
|
+
dary_heap LICENSE-APACHE
|
2978
|
+
================================================================================
|
2979
|
+
|
2980
|
+
Apache License
|
2981
|
+
Version 2.0, January 2004
|
2982
|
+
http://www.apache.org/licenses/
|
2983
|
+
|
2984
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2985
|
+
|
2986
|
+
1. Definitions.
|
2987
|
+
|
2988
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2989
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2990
|
+
|
2991
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2992
|
+
the copyright owner that is granting the License.
|
2993
|
+
|
2994
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2995
|
+
other entities that control, are controlled by, or are under common
|
2996
|
+
control with that entity. For the purposes of this definition,
|
2997
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2998
|
+
direction or management of such entity, whether by contract or
|
2999
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3000
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3001
|
+
|
3002
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3003
|
+
exercising permissions granted by this License.
|
3004
|
+
|
3005
|
+
"Source" form shall mean the preferred form for making modifications,
|
3006
|
+
including but not limited to software source code, documentation
|
3007
|
+
source, and configuration files.
|
3008
|
+
|
3009
|
+
"Object" form shall mean any form resulting from mechanical
|
3010
|
+
transformation or translation of a Source form, including but
|
3011
|
+
not limited to compiled object code, generated documentation,
|
3012
|
+
and conversions to other media types.
|
3013
|
+
|
3014
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3015
|
+
Object form, made available under the License, as indicated by a
|
3016
|
+
copyright notice that is included in or attached to the work
|
3017
|
+
(an example is provided in the Appendix below).
|
3018
|
+
|
3019
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3020
|
+
form, that is based on (or derived from) the Work and for which the
|
3021
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3022
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3023
|
+
of this License, Derivative Works shall not include works that remain
|
3024
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3025
|
+
the Work and Derivative Works thereof.
|
3026
|
+
|
3027
|
+
"Contribution" shall mean any work of authorship, including
|
3028
|
+
the original version of the Work and any modifications or additions
|
3029
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3030
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3031
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3032
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3033
|
+
means any form of electronic, verbal, or written communication sent
|
3034
|
+
to the Licensor or its representatives, including but not limited to
|
3035
|
+
communication on electronic mailing lists, source code control systems,
|
3036
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3037
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3038
|
+
excluding communication that is conspicuously marked or otherwise
|
3039
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3040
|
+
|
3041
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3042
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3043
|
+
subsequently incorporated within the Work.
|
3044
|
+
|
3045
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3046
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3047
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3048
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3049
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3050
|
+
Work and such Derivative Works in Source or Object form.
|
3051
|
+
|
3052
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3053
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3054
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3055
|
+
(except as stated in this section) patent license to make, have made,
|
3056
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3057
|
+
where such license applies only to those patent claims licensable
|
3058
|
+
by such Contributor that are necessarily infringed by their
|
3059
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3060
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3061
|
+
institute patent litigation against any entity (including a
|
3062
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3063
|
+
or a Contribution incorporated within the Work constitutes direct
|
3064
|
+
or contributory patent infringement, then any patent licenses
|
3065
|
+
granted to You under this License for that Work shall terminate
|
3066
|
+
as of the date such litigation is filed.
|
3067
|
+
|
3068
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3069
|
+
Work or Derivative Works thereof in any medium, with or without
|
3070
|
+
modifications, and in Source or Object form, provided that You
|
3071
|
+
meet the following conditions:
|
3072
|
+
|
3073
|
+
(a) You must give any other recipients of the Work or
|
3074
|
+
Derivative Works a copy of this License; and
|
3075
|
+
|
3076
|
+
(b) You must cause any modified files to carry prominent notices
|
3077
|
+
stating that You changed the files; and
|
3078
|
+
|
3079
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3080
|
+
that You distribute, all copyright, patent, trademark, and
|
3081
|
+
attribution notices from the Source form of the Work,
|
3082
|
+
excluding those notices that do not pertain to any part of
|
3083
|
+
the Derivative Works; and
|
3084
|
+
|
3085
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3086
|
+
distribution, then any Derivative Works that You distribute must
|
3087
|
+
include a readable copy of the attribution notices contained
|
3088
|
+
within such NOTICE file, excluding those notices that do not
|
3089
|
+
pertain to any part of the Derivative Works, in at least one
|
3090
|
+
of the following places: within a NOTICE text file distributed
|
3091
|
+
as part of the Derivative Works; within the Source form or
|
3092
|
+
documentation, if provided along with the Derivative Works; or,
|
3093
|
+
within a display generated by the Derivative Works, if and
|
3094
|
+
wherever such third-party notices normally appear. The contents
|
3095
|
+
of the NOTICE file are for informational purposes only and
|
3096
|
+
do not modify the License. You may add Your own attribution
|
3097
|
+
notices within Derivative Works that You distribute, alongside
|
3098
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3099
|
+
that such additional attribution notices cannot be construed
|
3100
|
+
as modifying the License.
|
3101
|
+
|
3102
|
+
You may add Your own copyright statement to Your modifications and
|
3103
|
+
may provide additional or different license terms and conditions
|
3104
|
+
for use, reproduction, or distribution of Your modifications, or
|
3105
|
+
for any such Derivative Works as a whole, provided Your use,
|
3106
|
+
reproduction, and distribution of the Work otherwise complies with
|
3107
|
+
the conditions stated in this License.
|
3108
|
+
|
3109
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3110
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3111
|
+
by You to the Licensor shall be under the terms and conditions of
|
3112
|
+
this License, without any additional terms or conditions.
|
3113
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3114
|
+
the terms of any separate license agreement you may have executed
|
3115
|
+
with Licensor regarding such Contributions.
|
3116
|
+
|
3117
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3118
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3119
|
+
except as required for reasonable and customary use in describing the
|
3120
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3121
|
+
|
3122
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3123
|
+
agreed to in writing, Licensor provides the Work (and each
|
3124
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3125
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3126
|
+
implied, including, without limitation, any warranties or conditions
|
3127
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3128
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3129
|
+
appropriateness of using or redistributing the Work and assume any
|
3130
|
+
risks associated with Your exercise of permissions under this License.
|
3131
|
+
|
3132
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3133
|
+
whether in tort (including negligence), contract, or otherwise,
|
3134
|
+
unless required by applicable law (such as deliberate and grossly
|
3135
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3136
|
+
liable to You for damages, including any direct, indirect, special,
|
3137
|
+
incidental, or consequential damages of any character arising as a
|
3138
|
+
result of this License or out of the use or inability to use the
|
3139
|
+
Work (including but not limited to damages for loss of goodwill,
|
3140
|
+
work stoppage, computer failure or malfunction, or any and all
|
3141
|
+
other commercial damages or losses), even if such Contributor
|
3142
|
+
has been advised of the possibility of such damages.
|
3143
|
+
|
3144
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3145
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3146
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3147
|
+
or other liability obligations and/or rights consistent with this
|
3148
|
+
License. However, in accepting such obligations, You may act only
|
3149
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3150
|
+
of any other Contributor, and only if You agree to indemnify,
|
3151
|
+
defend, and hold each Contributor harmless for any liability
|
3152
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3153
|
+
of your accepting any such warranty or additional liability.
|
3154
|
+
|
3155
|
+
END OF TERMS AND CONDITIONS
|
3156
|
+
|
3157
|
+
================================================================================
|
3158
|
+
dary_heap LICENSE-MIT
|
3159
|
+
================================================================================
|
3160
|
+
|
3161
|
+
Permission is hereby granted, free of charge, to any
|
3162
|
+
person obtaining a copy of this software and associated
|
3163
|
+
documentation files (the "Software"), to deal in the
|
3164
|
+
Software without restriction, including without
|
3165
|
+
limitation the rights to use, copy, modify, merge,
|
3166
|
+
publish, distribute, sublicense, and/or sell copies of
|
3167
|
+
the Software, and to permit persons to whom the Software
|
3168
|
+
is furnished to do so, subject to the following
|
3169
|
+
conditions:
|
3170
|
+
|
3171
|
+
The above copyright notice and this permission notice
|
3172
|
+
shall be included in all copies or substantial portions
|
3173
|
+
of the Software.
|
3174
|
+
|
3175
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3176
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3177
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3178
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3179
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3180
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3181
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3182
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3183
|
+
DEALINGS IN THE SOFTWARE.
|
3184
|
+
|
2904
3185
|
================================================================================
|
2905
3186
|
derive_builder LICENSE-APACHE
|
2906
3187
|
================================================================================
|
@@ -4717,7 +4998,7 @@ limitations under the License.
|
|
4717
4998
|
getrandom LICENSE-MIT
|
4718
4999
|
================================================================================
|
4719
5000
|
|
4720
|
-
Copyright (c) 2018-
|
5001
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
4721
5002
|
Copyright (c) 2014 The Rust Project Developers
|
4722
5003
|
|
4723
5004
|
Permission is hereby granted, free of charge, to any
|
@@ -5022,250 +5303,14 @@ furnished to do so, subject to the following conditions:
|
|
5022
5303
|
The above copyright notice and this permission notice shall be included in all
|
5023
5304
|
copies or substantial portions of the Software.
|
5024
5305
|
|
5025
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5026
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5027
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5028
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5029
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5030
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5031
|
-
SOFTWARE.
|
5032
|
-
|
5033
|
-
|
5034
|
-
================================================================================
|
5035
|
-
itertools v0.11.0 LICENSE-APACHE
|
5036
|
-
================================================================================
|
5037
|
-
|
5038
|
-
Apache License
|
5039
|
-
Version 2.0, January 2004
|
5040
|
-
http://www.apache.org/licenses/
|
5041
|
-
|
5042
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5043
|
-
|
5044
|
-
1. Definitions.
|
5045
|
-
|
5046
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
5047
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
5048
|
-
|
5049
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
5050
|
-
the copyright owner that is granting the License.
|
5051
|
-
|
5052
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
5053
|
-
other entities that control, are controlled by, or are under common
|
5054
|
-
control with that entity. For the purposes of this definition,
|
5055
|
-
"control" means (i) the power, direct or indirect, to cause the
|
5056
|
-
direction or management of such entity, whether by contract or
|
5057
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5058
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
5059
|
-
|
5060
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
5061
|
-
exercising permissions granted by this License.
|
5062
|
-
|
5063
|
-
"Source" form shall mean the preferred form for making modifications,
|
5064
|
-
including but not limited to software source code, documentation
|
5065
|
-
source, and configuration files.
|
5066
|
-
|
5067
|
-
"Object" form shall mean any form resulting from mechanical
|
5068
|
-
transformation or translation of a Source form, including but
|
5069
|
-
not limited to compiled object code, generated documentation,
|
5070
|
-
and conversions to other media types.
|
5071
|
-
|
5072
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5073
|
-
Object form, made available under the License, as indicated by a
|
5074
|
-
copyright notice that is included in or attached to the work
|
5075
|
-
(an example is provided in the Appendix below).
|
5076
|
-
|
5077
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5078
|
-
form, that is based on (or derived from) the Work and for which the
|
5079
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5080
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5081
|
-
of this License, Derivative Works shall not include works that remain
|
5082
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5083
|
-
the Work and Derivative Works thereof.
|
5084
|
-
|
5085
|
-
"Contribution" shall mean any work of authorship, including
|
5086
|
-
the original version of the Work and any modifications or additions
|
5087
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5088
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5089
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5090
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5091
|
-
means any form of electronic, verbal, or written communication sent
|
5092
|
-
to the Licensor or its representatives, including but not limited to
|
5093
|
-
communication on electronic mailing lists, source code control systems,
|
5094
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5095
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5096
|
-
excluding communication that is conspicuously marked or otherwise
|
5097
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5098
|
-
|
5099
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5100
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5101
|
-
subsequently incorporated within the Work.
|
5102
|
-
|
5103
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5104
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5105
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5106
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5107
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5108
|
-
Work and such Derivative Works in Source or Object form.
|
5109
|
-
|
5110
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5111
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5112
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5113
|
-
(except as stated in this section) patent license to make, have made,
|
5114
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5115
|
-
where such license applies only to those patent claims licensable
|
5116
|
-
by such Contributor that are necessarily infringed by their
|
5117
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5118
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5119
|
-
institute patent litigation against any entity (including a
|
5120
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5121
|
-
or a Contribution incorporated within the Work constitutes direct
|
5122
|
-
or contributory patent infringement, then any patent licenses
|
5123
|
-
granted to You under this License for that Work shall terminate
|
5124
|
-
as of the date such litigation is filed.
|
5125
|
-
|
5126
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5127
|
-
Work or Derivative Works thereof in any medium, with or without
|
5128
|
-
modifications, and in Source or Object form, provided that You
|
5129
|
-
meet the following conditions:
|
5130
|
-
|
5131
|
-
(a) You must give any other recipients of the Work or
|
5132
|
-
Derivative Works a copy of this License; and
|
5133
|
-
|
5134
|
-
(b) You must cause any modified files to carry prominent notices
|
5135
|
-
stating that You changed the files; and
|
5136
|
-
|
5137
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5138
|
-
that You distribute, all copyright, patent, trademark, and
|
5139
|
-
attribution notices from the Source form of the Work,
|
5140
|
-
excluding those notices that do not pertain to any part of
|
5141
|
-
the Derivative Works; and
|
5142
|
-
|
5143
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5144
|
-
distribution, then any Derivative Works that You distribute must
|
5145
|
-
include a readable copy of the attribution notices contained
|
5146
|
-
within such NOTICE file, excluding those notices that do not
|
5147
|
-
pertain to any part of the Derivative Works, in at least one
|
5148
|
-
of the following places: within a NOTICE text file distributed
|
5149
|
-
as part of the Derivative Works; within the Source form or
|
5150
|
-
documentation, if provided along with the Derivative Works; or,
|
5151
|
-
within a display generated by the Derivative Works, if and
|
5152
|
-
wherever such third-party notices normally appear. The contents
|
5153
|
-
of the NOTICE file are for informational purposes only and
|
5154
|
-
do not modify the License. You may add Your own attribution
|
5155
|
-
notices within Derivative Works that You distribute, alongside
|
5156
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5157
|
-
that such additional attribution notices cannot be construed
|
5158
|
-
as modifying the License.
|
5159
|
-
|
5160
|
-
You may add Your own copyright statement to Your modifications and
|
5161
|
-
may provide additional or different license terms and conditions
|
5162
|
-
for use, reproduction, or distribution of Your modifications, or
|
5163
|
-
for any such Derivative Works as a whole, provided Your use,
|
5164
|
-
reproduction, and distribution of the Work otherwise complies with
|
5165
|
-
the conditions stated in this License.
|
5166
|
-
|
5167
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5168
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5169
|
-
by You to the Licensor shall be under the terms and conditions of
|
5170
|
-
this License, without any additional terms or conditions.
|
5171
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5172
|
-
the terms of any separate license agreement you may have executed
|
5173
|
-
with Licensor regarding such Contributions.
|
5174
|
-
|
5175
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5176
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5177
|
-
except as required for reasonable and customary use in describing the
|
5178
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5179
|
-
|
5180
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5181
|
-
agreed to in writing, Licensor provides the Work (and each
|
5182
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5183
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5184
|
-
implied, including, without limitation, any warranties or conditions
|
5185
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5186
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5187
|
-
appropriateness of using or redistributing the Work and assume any
|
5188
|
-
risks associated with Your exercise of permissions under this License.
|
5189
|
-
|
5190
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5191
|
-
whether in tort (including negligence), contract, or otherwise,
|
5192
|
-
unless required by applicable law (such as deliberate and grossly
|
5193
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5194
|
-
liable to You for damages, including any direct, indirect, special,
|
5195
|
-
incidental, or consequential damages of any character arising as a
|
5196
|
-
result of this License or out of the use or inability to use the
|
5197
|
-
Work (including but not limited to damages for loss of goodwill,
|
5198
|
-
work stoppage, computer failure or malfunction, or any and all
|
5199
|
-
other commercial damages or losses), even if such Contributor
|
5200
|
-
has been advised of the possibility of such damages.
|
5201
|
-
|
5202
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5203
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5204
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5205
|
-
or other liability obligations and/or rights consistent with this
|
5206
|
-
License. However, in accepting such obligations, You may act only
|
5207
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5208
|
-
of any other Contributor, and only if You agree to indemnify,
|
5209
|
-
defend, and hold each Contributor harmless for any liability
|
5210
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5211
|
-
of your accepting any such warranty or additional liability.
|
5212
|
-
|
5213
|
-
END OF TERMS AND CONDITIONS
|
5214
|
-
|
5215
|
-
APPENDIX: How to apply the Apache License to your work.
|
5216
|
-
|
5217
|
-
To apply the Apache License to your work, attach the following
|
5218
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5219
|
-
replaced with your own identifying information. (Don't include
|
5220
|
-
the brackets!) The text should be enclosed in the appropriate
|
5221
|
-
comment syntax for the file format. We also recommend that a
|
5222
|
-
file or class name and description of purpose be included on the
|
5223
|
-
same "printed page" as the copyright notice for easier
|
5224
|
-
identification within third-party archives.
|
5225
|
-
|
5226
|
-
Copyright [yyyy] [name of copyright owner]
|
5227
|
-
|
5228
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5229
|
-
you may not use this file except in compliance with the License.
|
5230
|
-
You may obtain a copy of the License at
|
5231
|
-
|
5232
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5233
|
-
|
5234
|
-
Unless required by applicable law or agreed to in writing, software
|
5235
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5236
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5237
|
-
See the License for the specific language governing permissions and
|
5238
|
-
limitations under the License.
|
5239
|
-
|
5240
|
-
================================================================================
|
5241
|
-
itertools v0.11.0 LICENSE-MIT
|
5242
|
-
================================================================================
|
5243
|
-
|
5244
|
-
Copyright (c) 2015
|
5245
|
-
|
5246
|
-
Permission is hereby granted, free of charge, to any
|
5247
|
-
person obtaining a copy of this software and associated
|
5248
|
-
documentation files (the "Software"), to deal in the
|
5249
|
-
Software without restriction, including without
|
5250
|
-
limitation the rights to use, copy, modify, merge,
|
5251
|
-
publish, distribute, sublicense, and/or sell copies of
|
5252
|
-
the Software, and to permit persons to whom the Software
|
5253
|
-
is furnished to do so, subject to the following
|
5254
|
-
conditions:
|
5255
|
-
|
5256
|
-
The above copyright notice and this permission notice
|
5257
|
-
shall be included in all copies or substantial portions
|
5258
|
-
of the Software.
|
5259
|
-
|
5260
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5261
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5262
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5263
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5264
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5265
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5266
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5267
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5268
|
-
DEALINGS IN THE SOFTWARE.
|
5306
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5307
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5308
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5309
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5310
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5311
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5312
|
+
SOFTWARE.
|
5313
|
+
|
5269
5314
|
|
5270
5315
|
================================================================================
|
5271
5316
|
itertools v0.12.1 LICENSE-APACHE
|
@@ -5504,7 +5549,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5504
5549
|
DEALINGS IN THE SOFTWARE.
|
5505
5550
|
|
5506
5551
|
================================================================================
|
5507
|
-
itertools v0.
|
5552
|
+
itertools v0.14.0 LICENSE-APACHE
|
5508
5553
|
================================================================================
|
5509
5554
|
|
5510
5555
|
Apache License
|
@@ -5710,7 +5755,7 @@ See the License for the specific language governing permissions and
|
|
5710
5755
|
limitations under the License.
|
5711
5756
|
|
5712
5757
|
================================================================================
|
5713
|
-
itertools v0.
|
5758
|
+
itertools v0.14.0 LICENSE-MIT
|
5714
5759
|
================================================================================
|
5715
5760
|
|
5716
5761
|
Copyright (c) 2015
|
@@ -10293,31 +10338,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10293
10338
|
|
10294
10339
|
END OF TERMS AND CONDITIONS
|
10295
10340
|
|
10296
|
-
APPENDIX: How to apply the Apache License to your work.
|
10297
|
-
|
10298
|
-
To apply the Apache License to your work, attach the following
|
10299
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
10300
|
-
replaced with your own identifying information. (Don't include
|
10301
|
-
the brackets!) The text should be enclosed in the appropriate
|
10302
|
-
comment syntax for the file format. We also recommend that a
|
10303
|
-
file or class name and description of purpose be included on the
|
10304
|
-
same "printed page" as the copyright notice for easier
|
10305
|
-
identification within third-party archives.
|
10306
|
-
|
10307
|
-
Copyright [yyyy] [name of copyright owner]
|
10308
|
-
|
10309
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
10310
|
-
you may not use this file except in compliance with the License.
|
10311
|
-
You may obtain a copy of the License at
|
10312
|
-
|
10313
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
10314
|
-
|
10315
|
-
Unless required by applicable law or agreed to in writing, software
|
10316
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
10317
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10318
|
-
See the License for the specific language governing permissions and
|
10319
|
-
limitations under the License.
|
10320
|
-
|
10321
10341
|
================================================================================
|
10322
10342
|
rand_chacha LICENSE-MIT
|
10323
10343
|
================================================================================
|
@@ -12708,13 +12728,247 @@ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
12708
12728
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
12709
12729
|
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
12710
12730
|
|
12711
|
-
Except as contained in this notice, the name of a copyright holder
|
12712
|
-
shall not be used in advertising or otherwise to promote the sale,
|
12713
|
-
use or other dealings in these Data Files or Software without prior
|
12714
|
-
written authorization of the copyright holder.
|
12731
|
+
Except as contained in this notice, the name of a copyright holder
|
12732
|
+
shall not be used in advertising or otherwise to promote the sale,
|
12733
|
+
use or other dealings in these Data Files or Software without prior
|
12734
|
+
written authorization of the copyright holder.
|
12735
|
+
|
12736
|
+
================================================================================
|
12737
|
+
rustc-hash LICENSE-APACHE
|
12738
|
+
================================================================================
|
12739
|
+
|
12740
|
+
Apache License
|
12741
|
+
Version 2.0, January 2004
|
12742
|
+
http://www.apache.org/licenses/
|
12743
|
+
|
12744
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
12745
|
+
|
12746
|
+
1. Definitions.
|
12747
|
+
|
12748
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
12749
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12750
|
+
|
12751
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
12752
|
+
the copyright owner that is granting the License.
|
12753
|
+
|
12754
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
12755
|
+
other entities that control, are controlled by, or are under common
|
12756
|
+
control with that entity. For the purposes of this definition,
|
12757
|
+
"control" means (i) the power, direct or indirect, to cause the
|
12758
|
+
direction or management of such entity, whether by contract or
|
12759
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
12760
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
12761
|
+
|
12762
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
12763
|
+
exercising permissions granted by this License.
|
12764
|
+
|
12765
|
+
"Source" form shall mean the preferred form for making modifications,
|
12766
|
+
including but not limited to software source code, documentation
|
12767
|
+
source, and configuration files.
|
12768
|
+
|
12769
|
+
"Object" form shall mean any form resulting from mechanical
|
12770
|
+
transformation or translation of a Source form, including but
|
12771
|
+
not limited to compiled object code, generated documentation,
|
12772
|
+
and conversions to other media types.
|
12773
|
+
|
12774
|
+
"Work" shall mean the work of authorship, whether in Source or
|
12775
|
+
Object form, made available under the License, as indicated by a
|
12776
|
+
copyright notice that is included in or attached to the work
|
12777
|
+
(an example is provided in the Appendix below).
|
12778
|
+
|
12779
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
12780
|
+
form, that is based on (or derived from) the Work and for which the
|
12781
|
+
editorial revisions, annotations, elaborations, or other modifications
|
12782
|
+
represent, as a whole, an original work of authorship. For the purposes
|
12783
|
+
of this License, Derivative Works shall not include works that remain
|
12784
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
12785
|
+
the Work and Derivative Works thereof.
|
12786
|
+
|
12787
|
+
"Contribution" shall mean any work of authorship, including
|
12788
|
+
the original version of the Work and any modifications or additions
|
12789
|
+
to that Work or Derivative Works thereof, that is intentionally
|
12790
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
12791
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
12792
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
12793
|
+
means any form of electronic, verbal, or written communication sent
|
12794
|
+
to the Licensor or its representatives, including but not limited to
|
12795
|
+
communication on electronic mailing lists, source code control systems,
|
12796
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
12797
|
+
Licensor for the purpose of discussing and improving the Work, but
|
12798
|
+
excluding communication that is conspicuously marked or otherwise
|
12799
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
12800
|
+
|
12801
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
12802
|
+
on behalf of whom a Contribution has been received by Licensor and
|
12803
|
+
subsequently incorporated within the Work.
|
12804
|
+
|
12805
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
12806
|
+
this License, each Contributor hereby grants to You a perpetual,
|
12807
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12808
|
+
copyright license to reproduce, prepare Derivative Works of,
|
12809
|
+
publicly display, publicly perform, sublicense, and distribute the
|
12810
|
+
Work and such Derivative Works in Source or Object form.
|
12811
|
+
|
12812
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
12813
|
+
this License, each Contributor hereby grants to You a perpetual,
|
12814
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12815
|
+
(except as stated in this section) patent license to make, have made,
|
12816
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
12817
|
+
where such license applies only to those patent claims licensable
|
12818
|
+
by such Contributor that are necessarily infringed by their
|
12819
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
12820
|
+
with the Work to which such Contribution(s) was submitted. If You
|
12821
|
+
institute patent litigation against any entity (including a
|
12822
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
12823
|
+
or a Contribution incorporated within the Work constitutes direct
|
12824
|
+
or contributory patent infringement, then any patent licenses
|
12825
|
+
granted to You under this License for that Work shall terminate
|
12826
|
+
as of the date such litigation is filed.
|
12827
|
+
|
12828
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
12829
|
+
Work or Derivative Works thereof in any medium, with or without
|
12830
|
+
modifications, and in Source or Object form, provided that You
|
12831
|
+
meet the following conditions:
|
12832
|
+
|
12833
|
+
(a) You must give any other recipients of the Work or
|
12834
|
+
Derivative Works a copy of this License; and
|
12835
|
+
|
12836
|
+
(b) You must cause any modified files to carry prominent notices
|
12837
|
+
stating that You changed the files; and
|
12838
|
+
|
12839
|
+
(c) You must retain, in the Source form of any Derivative Works
|
12840
|
+
that You distribute, all copyright, patent, trademark, and
|
12841
|
+
attribution notices from the Source form of the Work,
|
12842
|
+
excluding those notices that do not pertain to any part of
|
12843
|
+
the Derivative Works; and
|
12844
|
+
|
12845
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
12846
|
+
distribution, then any Derivative Works that You distribute must
|
12847
|
+
include a readable copy of the attribution notices contained
|
12848
|
+
within such NOTICE file, excluding those notices that do not
|
12849
|
+
pertain to any part of the Derivative Works, in at least one
|
12850
|
+
of the following places: within a NOTICE text file distributed
|
12851
|
+
as part of the Derivative Works; within the Source form or
|
12852
|
+
documentation, if provided along with the Derivative Works; or,
|
12853
|
+
within a display generated by the Derivative Works, if and
|
12854
|
+
wherever such third-party notices normally appear. The contents
|
12855
|
+
of the NOTICE file are for informational purposes only and
|
12856
|
+
do not modify the License. You may add Your own attribution
|
12857
|
+
notices within Derivative Works that You distribute, alongside
|
12858
|
+
or as an addendum to the NOTICE text from the Work, provided
|
12859
|
+
that such additional attribution notices cannot be construed
|
12860
|
+
as modifying the License.
|
12861
|
+
|
12862
|
+
You may add Your own copyright statement to Your modifications and
|
12863
|
+
may provide additional or different license terms and conditions
|
12864
|
+
for use, reproduction, or distribution of Your modifications, or
|
12865
|
+
for any such Derivative Works as a whole, provided Your use,
|
12866
|
+
reproduction, and distribution of the Work otherwise complies with
|
12867
|
+
the conditions stated in this License.
|
12868
|
+
|
12869
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
12870
|
+
any Contribution intentionally submitted for inclusion in the Work
|
12871
|
+
by You to the Licensor shall be under the terms and conditions of
|
12872
|
+
this License, without any additional terms or conditions.
|
12873
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
12874
|
+
the terms of any separate license agreement you may have executed
|
12875
|
+
with Licensor regarding such Contributions.
|
12876
|
+
|
12877
|
+
6. Trademarks. This License does not grant permission to use the trade
|
12878
|
+
names, trademarks, service marks, or product names of the Licensor,
|
12879
|
+
except as required for reasonable and customary use in describing the
|
12880
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
12881
|
+
|
12882
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
12883
|
+
agreed to in writing, Licensor provides the Work (and each
|
12884
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
12885
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
12886
|
+
implied, including, without limitation, any warranties or conditions
|
12887
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
12888
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
12889
|
+
appropriateness of using or redistributing the Work and assume any
|
12890
|
+
risks associated with Your exercise of permissions under this License.
|
12891
|
+
|
12892
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
12893
|
+
whether in tort (including negligence), contract, or otherwise,
|
12894
|
+
unless required by applicable law (such as deliberate and grossly
|
12895
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
12896
|
+
liable to You for damages, including any direct, indirect, special,
|
12897
|
+
incidental, or consequential damages of any character arising as a
|
12898
|
+
result of this License or out of the use or inability to use the
|
12899
|
+
Work (including but not limited to damages for loss of goodwill,
|
12900
|
+
work stoppage, computer failure or malfunction, or any and all
|
12901
|
+
other commercial damages or losses), even if such Contributor
|
12902
|
+
has been advised of the possibility of such damages.
|
12903
|
+
|
12904
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
12905
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
12906
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
12907
|
+
or other liability obligations and/or rights consistent with this
|
12908
|
+
License. However, in accepting such obligations, You may act only
|
12909
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
12910
|
+
of any other Contributor, and only if You agree to indemnify,
|
12911
|
+
defend, and hold each Contributor harmless for any liability
|
12912
|
+
incurred by, or claims asserted against, such Contributor by reason
|
12913
|
+
of your accepting any such warranty or additional liability.
|
12914
|
+
|
12915
|
+
END OF TERMS AND CONDITIONS
|
12916
|
+
|
12917
|
+
APPENDIX: How to apply the Apache License to your work.
|
12918
|
+
|
12919
|
+
To apply the Apache License to your work, attach the following
|
12920
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
12921
|
+
replaced with your own identifying information. (Don't include
|
12922
|
+
the brackets!) The text should be enclosed in the appropriate
|
12923
|
+
comment syntax for the file format. We also recommend that a
|
12924
|
+
file or class name and description of purpose be included on the
|
12925
|
+
same "printed page" as the copyright notice for easier
|
12926
|
+
identification within third-party archives.
|
12927
|
+
|
12928
|
+
Copyright [yyyy] [name of copyright owner]
|
12929
|
+
|
12930
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
12931
|
+
you may not use this file except in compliance with the License.
|
12932
|
+
You may obtain a copy of the License at
|
12933
|
+
|
12934
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
12935
|
+
|
12936
|
+
Unless required by applicable law or agreed to in writing, software
|
12937
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
12938
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12939
|
+
See the License for the specific language governing permissions and
|
12940
|
+
limitations under the License.
|
12941
|
+
|
12942
|
+
================================================================================
|
12943
|
+
rustc-hash LICENSE-MIT
|
12944
|
+
================================================================================
|
12945
|
+
|
12946
|
+
Permission is hereby granted, free of charge, to any
|
12947
|
+
person obtaining a copy of this software and associated
|
12948
|
+
documentation files (the "Software"), to deal in the
|
12949
|
+
Software without restriction, including without
|
12950
|
+
limitation the rights to use, copy, modify, merge,
|
12951
|
+
publish, distribute, sublicense, and/or sell copies of
|
12952
|
+
the Software, and to permit persons to whom the Software
|
12953
|
+
is furnished to do so, subject to the following
|
12954
|
+
conditions:
|
12955
|
+
|
12956
|
+
The above copyright notice and this permission notice
|
12957
|
+
shall be included in all copies or substantial portions
|
12958
|
+
of the Software.
|
12959
|
+
|
12960
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
12961
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
12962
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
12963
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
12964
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
12965
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
12966
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
12967
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12968
|
+
DEALINGS IN THE SOFTWARE.
|
12715
12969
|
|
12716
12970
|
================================================================================
|
12717
|
-
|
12971
|
+
rustversion LICENSE-APACHE
|
12718
12972
|
================================================================================
|
12719
12973
|
|
12720
12974
|
Apache License
|
@@ -12894,33 +13148,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
12894
13148
|
|
12895
13149
|
END OF TERMS AND CONDITIONS
|
12896
13150
|
|
12897
|
-
APPENDIX: How to apply the Apache License to your work.
|
12898
|
-
|
12899
|
-
To apply the Apache License to your work, attach the following
|
12900
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
12901
|
-
replaced with your own identifying information. (Don't include
|
12902
|
-
the brackets!) The text should be enclosed in the appropriate
|
12903
|
-
comment syntax for the file format. We also recommend that a
|
12904
|
-
file or class name and description of purpose be included on the
|
12905
|
-
same "printed page" as the copyright notice for easier
|
12906
|
-
identification within third-party archives.
|
12907
|
-
|
12908
|
-
Copyright [yyyy] [name of copyright owner]
|
12909
|
-
|
12910
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
12911
|
-
you may not use this file except in compliance with the License.
|
12912
|
-
You may obtain a copy of the License at
|
12913
|
-
|
12914
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
12915
|
-
|
12916
|
-
Unless required by applicable law or agreed to in writing, software
|
12917
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
12918
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12919
|
-
See the License for the specific language governing permissions and
|
12920
|
-
limitations under the License.
|
12921
|
-
|
12922
13151
|
================================================================================
|
12923
|
-
|
13152
|
+
rustversion LICENSE-MIT
|
12924
13153
|
================================================================================
|
12925
13154
|
|
12926
13155
|
Permission is hereby granted, free of charge, to any
|
@@ -14498,20 +14727,227 @@ The above copyright notice and this permission notice
|
|
14498
14727
|
shall be included in all copies or substantial portions
|
14499
14728
|
of the Software.
|
14500
14729
|
|
14501
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14502
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14503
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14504
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14505
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14506
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14507
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14508
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14509
|
-
DEALINGS IN THE SOFTWARE.
|
14730
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14731
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14732
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14733
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14734
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14735
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14736
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14737
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14738
|
+
DEALINGS IN THE SOFTWARE.
|
14739
|
+
|
14740
|
+
================================================================================
|
14741
|
+
spm_precompiled LICENSE
|
14742
|
+
================================================================================
|
14743
|
+
|
14744
|
+
Apache License
|
14745
|
+
Version 2.0, January 2004
|
14746
|
+
http://www.apache.org/licenses/
|
14747
|
+
|
14748
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14749
|
+
|
14750
|
+
1. Definitions.
|
14751
|
+
|
14752
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
14753
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
14754
|
+
|
14755
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14756
|
+
the copyright owner that is granting the License.
|
14757
|
+
|
14758
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
14759
|
+
other entities that control, are controlled by, or are under common
|
14760
|
+
control with that entity. For the purposes of this definition,
|
14761
|
+
"control" means (i) the power, direct or indirect, to cause the
|
14762
|
+
direction or management of such entity, whether by contract or
|
14763
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14764
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
14765
|
+
|
14766
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
14767
|
+
exercising permissions granted by this License.
|
14768
|
+
|
14769
|
+
"Source" form shall mean the preferred form for making modifications,
|
14770
|
+
including but not limited to software source code, documentation
|
14771
|
+
source, and configuration files.
|
14772
|
+
|
14773
|
+
"Object" form shall mean any form resulting from mechanical
|
14774
|
+
transformation or translation of a Source form, including but
|
14775
|
+
not limited to compiled object code, generated documentation,
|
14776
|
+
and conversions to other media types.
|
14777
|
+
|
14778
|
+
"Work" shall mean the work of authorship, whether in Source or
|
14779
|
+
Object form, made available under the License, as indicated by a
|
14780
|
+
copyright notice that is included in or attached to the work
|
14781
|
+
(an example is provided in the Appendix below).
|
14782
|
+
|
14783
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
14784
|
+
form, that is based on (or derived from) the Work and for which the
|
14785
|
+
editorial revisions, annotations, elaborations, or other modifications
|
14786
|
+
represent, as a whole, an original work of authorship. For the purposes
|
14787
|
+
of this License, Derivative Works shall not include works that remain
|
14788
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
14789
|
+
the Work and Derivative Works thereof.
|
14790
|
+
|
14791
|
+
"Contribution" shall mean any work of authorship, including
|
14792
|
+
the original version of the Work and any modifications or additions
|
14793
|
+
to that Work or Derivative Works thereof, that is intentionally
|
14794
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
14795
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
14796
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
14797
|
+
means any form of electronic, verbal, or written communication sent
|
14798
|
+
to the Licensor or its representatives, including but not limited to
|
14799
|
+
communication on electronic mailing lists, source code control systems,
|
14800
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
14801
|
+
Licensor for the purpose of discussing and improving the Work, but
|
14802
|
+
excluding communication that is conspicuously marked or otherwise
|
14803
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
14804
|
+
|
14805
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14806
|
+
on behalf of whom a Contribution has been received by Licensor and
|
14807
|
+
subsequently incorporated within the Work.
|
14808
|
+
|
14809
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
14810
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14811
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14812
|
+
copyright license to reproduce, prepare Derivative Works of,
|
14813
|
+
publicly display, publicly perform, sublicense, and distribute the
|
14814
|
+
Work and such Derivative Works in Source or Object form.
|
14815
|
+
|
14816
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
14817
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14818
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14819
|
+
(except as stated in this section) patent license to make, have made,
|
14820
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14821
|
+
where such license applies only to those patent claims licensable
|
14822
|
+
by such Contributor that are necessarily infringed by their
|
14823
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
14824
|
+
with the Work to which such Contribution(s) was submitted. If You
|
14825
|
+
institute patent litigation against any entity (including a
|
14826
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14827
|
+
or a Contribution incorporated within the Work constitutes direct
|
14828
|
+
or contributory patent infringement, then any patent licenses
|
14829
|
+
granted to You under this License for that Work shall terminate
|
14830
|
+
as of the date such litigation is filed.
|
14831
|
+
|
14832
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
14833
|
+
Work or Derivative Works thereof in any medium, with or without
|
14834
|
+
modifications, and in Source or Object form, provided that You
|
14835
|
+
meet the following conditions:
|
14836
|
+
|
14837
|
+
(a) You must give any other recipients of the Work or
|
14838
|
+
Derivative Works a copy of this License; and
|
14839
|
+
|
14840
|
+
(b) You must cause any modified files to carry prominent notices
|
14841
|
+
stating that You changed the files; and
|
14842
|
+
|
14843
|
+
(c) You must retain, in the Source form of any Derivative Works
|
14844
|
+
that You distribute, all copyright, patent, trademark, and
|
14845
|
+
attribution notices from the Source form of the Work,
|
14846
|
+
excluding those notices that do not pertain to any part of
|
14847
|
+
the Derivative Works; and
|
14848
|
+
|
14849
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
14850
|
+
distribution, then any Derivative Works that You distribute must
|
14851
|
+
include a readable copy of the attribution notices contained
|
14852
|
+
within such NOTICE file, excluding those notices that do not
|
14853
|
+
pertain to any part of the Derivative Works, in at least one
|
14854
|
+
of the following places: within a NOTICE text file distributed
|
14855
|
+
as part of the Derivative Works; within the Source form or
|
14856
|
+
documentation, if provided along with the Derivative Works; or,
|
14857
|
+
within a display generated by the Derivative Works, if and
|
14858
|
+
wherever such third-party notices normally appear. The contents
|
14859
|
+
of the NOTICE file are for informational purposes only and
|
14860
|
+
do not modify the License. You may add Your own attribution
|
14861
|
+
notices within Derivative Works that You distribute, alongside
|
14862
|
+
or as an addendum to the NOTICE text from the Work, provided
|
14863
|
+
that such additional attribution notices cannot be construed
|
14864
|
+
as modifying the License.
|
14865
|
+
|
14866
|
+
You may add Your own copyright statement to Your modifications and
|
14867
|
+
may provide additional or different license terms and conditions
|
14868
|
+
for use, reproduction, or distribution of Your modifications, or
|
14869
|
+
for any such Derivative Works as a whole, provided Your use,
|
14870
|
+
reproduction, and distribution of the Work otherwise complies with
|
14871
|
+
the conditions stated in this License.
|
14872
|
+
|
14873
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14874
|
+
any Contribution intentionally submitted for inclusion in the Work
|
14875
|
+
by You to the Licensor shall be under the terms and conditions of
|
14876
|
+
this License, without any additional terms or conditions.
|
14877
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
14878
|
+
the terms of any separate license agreement you may have executed
|
14879
|
+
with Licensor regarding such Contributions.
|
14880
|
+
|
14881
|
+
6. Trademarks. This License does not grant permission to use the trade
|
14882
|
+
names, trademarks, service marks, or product names of the Licensor,
|
14883
|
+
except as required for reasonable and customary use in describing the
|
14884
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
14885
|
+
|
14886
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
14887
|
+
agreed to in writing, Licensor provides the Work (and each
|
14888
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14889
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14890
|
+
implied, including, without limitation, any warranties or conditions
|
14891
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14892
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14893
|
+
appropriateness of using or redistributing the Work and assume any
|
14894
|
+
risks associated with Your exercise of permissions under this License.
|
14895
|
+
|
14896
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
14897
|
+
whether in tort (including negligence), contract, or otherwise,
|
14898
|
+
unless required by applicable law (such as deliberate and grossly
|
14899
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
14900
|
+
liable to You for damages, including any direct, indirect, special,
|
14901
|
+
incidental, or consequential damages of any character arising as a
|
14902
|
+
result of this License or out of the use or inability to use the
|
14903
|
+
Work (including but not limited to damages for loss of goodwill,
|
14904
|
+
work stoppage, computer failure or malfunction, or any and all
|
14905
|
+
other commercial damages or losses), even if such Contributor
|
14906
|
+
has been advised of the possibility of such damages.
|
14907
|
+
|
14908
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
14909
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
14910
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
14911
|
+
or other liability obligations and/or rights consistent with this
|
14912
|
+
License. However, in accepting such obligations, You may act only
|
14913
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
14914
|
+
of any other Contributor, and only if You agree to indemnify,
|
14915
|
+
defend, and hold each Contributor harmless for any liability
|
14916
|
+
incurred by, or claims asserted against, such Contributor by reason
|
14917
|
+
of your accepting any such warranty or additional liability.
|
14918
|
+
|
14919
|
+
END OF TERMS AND CONDITIONS
|
14920
|
+
|
14921
|
+
APPENDIX: How to apply the Apache License to your work.
|
14922
|
+
|
14923
|
+
To apply the Apache License to your work, attach the following
|
14924
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
14925
|
+
replaced with your own identifying information. (Don't include
|
14926
|
+
the brackets!) The text should be enclosed in the appropriate
|
14927
|
+
comment syntax for the file format. We also recommend that a
|
14928
|
+
file or class name and description of purpose be included on the
|
14929
|
+
same "printed page" as the copyright notice for easier
|
14930
|
+
identification within third-party archives.
|
14931
|
+
|
14932
|
+
Copyright [yyyy] [name of copyright owner]
|
14933
|
+
|
14934
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
14935
|
+
you may not use this file except in compliance with the License.
|
14936
|
+
You may obtain a copy of the License at
|
14937
|
+
|
14938
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
14939
|
+
|
14940
|
+
Unless required by applicable law or agreed to in writing, software
|
14941
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14942
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14943
|
+
See the License for the specific language governing permissions and
|
14944
|
+
limitations under the License.
|
14510
14945
|
|
14511
14946
|
================================================================================
|
14512
|
-
|
14947
|
+
static_assertions LICENSE-APACHE
|
14513
14948
|
================================================================================
|
14514
14949
|
|
14950
|
+
|
14515
14951
|
Apache License
|
14516
14952
|
Version 2.0, January 2004
|
14517
14953
|
http://www.apache.org/licenses/
|
@@ -14714,6 +15150,32 @@ spm_precompiled LICENSE
|
|
14714
15150
|
See the License for the specific language governing permissions and
|
14715
15151
|
limitations under the License.
|
14716
15152
|
|
15153
|
+
================================================================================
|
15154
|
+
static_assertions LICENSE-MIT
|
15155
|
+
================================================================================
|
15156
|
+
|
15157
|
+
MIT License
|
15158
|
+
|
15159
|
+
Copyright (c) 2017 Nikolai Vazquez
|
15160
|
+
|
15161
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
15162
|
+
of this software and associated documentation files (the "Software"), to deal
|
15163
|
+
in the Software without restriction, including without limitation the rights
|
15164
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15165
|
+
copies of the Software, and to permit persons to whom the Software is
|
15166
|
+
furnished to do so, subject to the following conditions:
|
15167
|
+
|
15168
|
+
The above copyright notice and this permission notice shall be included in all
|
15169
|
+
copies or substantial portions of the Software.
|
15170
|
+
|
15171
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15172
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15173
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15174
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15175
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15176
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15177
|
+
SOFTWARE.
|
15178
|
+
|
14717
15179
|
================================================================================
|
14718
15180
|
strsim LICENSE
|
14719
15181
|
================================================================================
|
@@ -16767,6 +17229,236 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
16767
17229
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
16768
17230
|
SOFTWARE.
|
16769
17231
|
|
17232
|
+
================================================================================
|
17233
|
+
version_check LICENSE-APACHE
|
17234
|
+
================================================================================
|
17235
|
+
|
17236
|
+
Apache License
|
17237
|
+
Version 2.0, January 2004
|
17238
|
+
http://www.apache.org/licenses/
|
17239
|
+
|
17240
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
17241
|
+
|
17242
|
+
1. Definitions.
|
17243
|
+
|
17244
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
17245
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
17246
|
+
|
17247
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
17248
|
+
the copyright owner that is granting the License.
|
17249
|
+
|
17250
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17251
|
+
other entities that control, are controlled by, or are under common
|
17252
|
+
control with that entity. For the purposes of this definition,
|
17253
|
+
"control" means (i) the power, direct or indirect, to cause the
|
17254
|
+
direction or management of such entity, whether by contract or
|
17255
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
17256
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
17257
|
+
|
17258
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
17259
|
+
exercising permissions granted by this License.
|
17260
|
+
|
17261
|
+
"Source" form shall mean the preferred form for making modifications,
|
17262
|
+
including but not limited to software source code, documentation
|
17263
|
+
source, and configuration files.
|
17264
|
+
|
17265
|
+
"Object" form shall mean any form resulting from mechanical
|
17266
|
+
transformation or translation of a Source form, including but
|
17267
|
+
not limited to compiled object code, generated documentation,
|
17268
|
+
and conversions to other media types.
|
17269
|
+
|
17270
|
+
"Work" shall mean the work of authorship, whether in Source or
|
17271
|
+
Object form, made available under the License, as indicated by a
|
17272
|
+
copyright notice that is included in or attached to the work
|
17273
|
+
(an example is provided in the Appendix below).
|
17274
|
+
|
17275
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
17276
|
+
form, that is based on (or derived from) the Work and for which the
|
17277
|
+
editorial revisions, annotations, elaborations, or other modifications
|
17278
|
+
represent, as a whole, an original work of authorship. For the purposes
|
17279
|
+
of this License, Derivative Works shall not include works that remain
|
17280
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
17281
|
+
the Work and Derivative Works thereof.
|
17282
|
+
|
17283
|
+
"Contribution" shall mean any work of authorship, including
|
17284
|
+
the original version of the Work and any modifications or additions
|
17285
|
+
to that Work or Derivative Works thereof, that is intentionally
|
17286
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
17287
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
17288
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
17289
|
+
means any form of electronic, verbal, or written communication sent
|
17290
|
+
to the Licensor or its representatives, including but not limited to
|
17291
|
+
communication on electronic mailing lists, source code control systems,
|
17292
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
17293
|
+
Licensor for the purpose of discussing and improving the Work, but
|
17294
|
+
excluding communication that is conspicuously marked or otherwise
|
17295
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
17296
|
+
|
17297
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
17298
|
+
on behalf of whom a Contribution has been received by Licensor and
|
17299
|
+
subsequently incorporated within the Work.
|
17300
|
+
|
17301
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
17302
|
+
this License, each Contributor hereby grants to You a perpetual,
|
17303
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
17304
|
+
copyright license to reproduce, prepare Derivative Works of,
|
17305
|
+
publicly display, publicly perform, sublicense, and distribute the
|
17306
|
+
Work and such Derivative Works in Source or Object form.
|
17307
|
+
|
17308
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
17309
|
+
this License, each Contributor hereby grants to You a perpetual,
|
17310
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
17311
|
+
(except as stated in this section) patent license to make, have made,
|
17312
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
17313
|
+
where such license applies only to those patent claims licensable
|
17314
|
+
by such Contributor that are necessarily infringed by their
|
17315
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
17316
|
+
with the Work to which such Contribution(s) was submitted. If You
|
17317
|
+
institute patent litigation against any entity (including a
|
17318
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
17319
|
+
or a Contribution incorporated within the Work constitutes direct
|
17320
|
+
or contributory patent infringement, then any patent licenses
|
17321
|
+
granted to You under this License for that Work shall terminate
|
17322
|
+
as of the date such litigation is filed.
|
17323
|
+
|
17324
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
17325
|
+
Work or Derivative Works thereof in any medium, with or without
|
17326
|
+
modifications, and in Source or Object form, provided that You
|
17327
|
+
meet the following conditions:
|
17328
|
+
|
17329
|
+
(a) You must give any other recipients of the Work or
|
17330
|
+
Derivative Works a copy of this License; and
|
17331
|
+
|
17332
|
+
(b) You must cause any modified files to carry prominent notices
|
17333
|
+
stating that You changed the files; and
|
17334
|
+
|
17335
|
+
(c) You must retain, in the Source form of any Derivative Works
|
17336
|
+
that You distribute, all copyright, patent, trademark, and
|
17337
|
+
attribution notices from the Source form of the Work,
|
17338
|
+
excluding those notices that do not pertain to any part of
|
17339
|
+
the Derivative Works; and
|
17340
|
+
|
17341
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
17342
|
+
distribution, then any Derivative Works that You distribute must
|
17343
|
+
include a readable copy of the attribution notices contained
|
17344
|
+
within such NOTICE file, excluding those notices that do not
|
17345
|
+
pertain to any part of the Derivative Works, in at least one
|
17346
|
+
of the following places: within a NOTICE text file distributed
|
17347
|
+
as part of the Derivative Works; within the Source form or
|
17348
|
+
documentation, if provided along with the Derivative Works; or,
|
17349
|
+
within a display generated by the Derivative Works, if and
|
17350
|
+
wherever such third-party notices normally appear. The contents
|
17351
|
+
of the NOTICE file are for informational purposes only and
|
17352
|
+
do not modify the License. You may add Your own attribution
|
17353
|
+
notices within Derivative Works that You distribute, alongside
|
17354
|
+
or as an addendum to the NOTICE text from the Work, provided
|
17355
|
+
that such additional attribution notices cannot be construed
|
17356
|
+
as modifying the License.
|
17357
|
+
|
17358
|
+
You may add Your own copyright statement to Your modifications and
|
17359
|
+
may provide additional or different license terms and conditions
|
17360
|
+
for use, reproduction, or distribution of Your modifications, or
|
17361
|
+
for any such Derivative Works as a whole, provided Your use,
|
17362
|
+
reproduction, and distribution of the Work otherwise complies with
|
17363
|
+
the conditions stated in this License.
|
17364
|
+
|
17365
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
17366
|
+
any Contribution intentionally submitted for inclusion in the Work
|
17367
|
+
by You to the Licensor shall be under the terms and conditions of
|
17368
|
+
this License, without any additional terms or conditions.
|
17369
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
17370
|
+
the terms of any separate license agreement you may have executed
|
17371
|
+
with Licensor regarding such Contributions.
|
17372
|
+
|
17373
|
+
6. Trademarks. This License does not grant permission to use the trade
|
17374
|
+
names, trademarks, service marks, or product names of the Licensor,
|
17375
|
+
except as required for reasonable and customary use in describing the
|
17376
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
17377
|
+
|
17378
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
17379
|
+
agreed to in writing, Licensor provides the Work (and each
|
17380
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
17381
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
17382
|
+
implied, including, without limitation, any warranties or conditions
|
17383
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
17384
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
17385
|
+
appropriateness of using or redistributing the Work and assume any
|
17386
|
+
risks associated with Your exercise of permissions under this License.
|
17387
|
+
|
17388
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
17389
|
+
whether in tort (including negligence), contract, or otherwise,
|
17390
|
+
unless required by applicable law (such as deliberate and grossly
|
17391
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
17392
|
+
liable to You for damages, including any direct, indirect, special,
|
17393
|
+
incidental, or consequential damages of any character arising as a
|
17394
|
+
result of this License or out of the use or inability to use the
|
17395
|
+
Work (including but not limited to damages for loss of goodwill,
|
17396
|
+
work stoppage, computer failure or malfunction, or any and all
|
17397
|
+
other commercial damages or losses), even if such Contributor
|
17398
|
+
has been advised of the possibility of such damages.
|
17399
|
+
|
17400
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
17401
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
17402
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
17403
|
+
or other liability obligations and/or rights consistent with this
|
17404
|
+
License. However, in accepting such obligations, You may act only
|
17405
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
17406
|
+
of any other Contributor, and only if You agree to indemnify,
|
17407
|
+
defend, and hold each Contributor harmless for any liability
|
17408
|
+
incurred by, or claims asserted against, such Contributor by reason
|
17409
|
+
of your accepting any such warranty or additional liability.
|
17410
|
+
|
17411
|
+
END OF TERMS AND CONDITIONS
|
17412
|
+
|
17413
|
+
APPENDIX: How to apply the Apache License to your work.
|
17414
|
+
|
17415
|
+
To apply the Apache License to your work, attach the following
|
17416
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
17417
|
+
replaced with your own identifying information. (Don't include
|
17418
|
+
the brackets!) The text should be enclosed in the appropriate
|
17419
|
+
comment syntax for the file format. We also recommend that a
|
17420
|
+
file or class name and description of purpose be included on the
|
17421
|
+
same "printed page" as the copyright notice for easier
|
17422
|
+
identification within third-party archives.
|
17423
|
+
|
17424
|
+
Copyright [yyyy] [name of copyright owner]
|
17425
|
+
|
17426
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
17427
|
+
you may not use this file except in compliance with the License.
|
17428
|
+
You may obtain a copy of the License at
|
17429
|
+
|
17430
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
17431
|
+
|
17432
|
+
Unless required by applicable law or agreed to in writing, software
|
17433
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
17434
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17435
|
+
See the License for the specific language governing permissions and
|
17436
|
+
limitations under the License.
|
17437
|
+
|
17438
|
+
================================================================================
|
17439
|
+
version_check LICENSE-MIT
|
17440
|
+
================================================================================
|
17441
|
+
|
17442
|
+
The MIT License (MIT)
|
17443
|
+
Copyright (c) 2017-2018 Sergio Benitez
|
17444
|
+
|
17445
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
17446
|
+
this software and associated documentation files (the "Software"), to deal in
|
17447
|
+
the Software without restriction, including without limitation the rights to
|
17448
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
17449
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
17450
|
+
subject to the following conditions:
|
17451
|
+
|
17452
|
+
The above copyright notice and this permission notice shall be included in all
|
17453
|
+
copies or substantial portions of the Software.
|
17454
|
+
|
17455
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17456
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17457
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
17458
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
17459
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
17460
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
17461
|
+
|
16770
17462
|
================================================================================
|
16771
17463
|
windows-sys license-mit
|
16772
17464
|
================================================================================
|