tokenizers 0.5.4-x64-mingw-ucrt → 0.5.5-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.
@@ -18,15 +18,11 @@ bitflags v1.3.2
18
18
  https://github.com/bitflags/bitflags
19
19
  MIT/Apache-2.0
20
20
 
21
- bitflags v2.6.0
21
+ bitflags v2.9.0
22
22
  https://github.com/bitflags/bitflags
23
23
  MIT OR Apache-2.0
24
24
 
25
- byteorder v1.5.0
26
- https://github.com/BurntSushi/byteorder
27
- Unlicense OR MIT
28
-
29
- cc v1.2.6
25
+ cc v1.2.21
30
26
  https://github.com/rust-lang/cc-rs
31
27
  MIT OR Apache-2.0
32
28
 
@@ -42,7 +38,7 @@ clang-sys v1.8.1
42
38
  https://github.com/KyleMayes/clang-sys
43
39
  Apache-2.0
44
40
 
45
- console v0.15.10
41
+ console v0.15.11
46
42
  https://github.com/console-rs/console
47
43
  MIT
48
44
 
@@ -58,15 +54,15 @@ crossbeam-utils v0.8.21
58
54
  https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
59
55
  MIT OR Apache-2.0
60
56
 
61
- darling v0.20.10
57
+ darling v0.20.11
62
58
  https://github.com/TedDriggs/darling
63
59
  MIT
64
60
 
65
- darling_core v0.20.10
61
+ darling_core v0.20.11
66
62
  https://github.com/TedDriggs/darling
67
63
  MIT
68
64
 
69
- darling_macro v0.20.10
65
+ darling_macro v0.20.11
70
66
  https://github.com/TedDriggs/darling
71
67
  MIT
72
68
 
@@ -82,7 +78,7 @@ derive_builder_macro v0.20.2
82
78
  https://github.com/colin-kiegel/rust-derive-builder
83
79
  MIT OR Apache-2.0
84
80
 
85
- either v1.13.0
81
+ either v1.15.0
86
82
  https://github.com/rayon-rs/either
87
83
  MIT OR Apache-2.0
88
84
 
@@ -98,7 +94,7 @@ fnv v1.0.7
98
94
  https://github.com/servo/rust-fnv
99
95
  Apache-2.0 / MIT
100
96
 
101
- getrandom v0.2.15
97
+ getrandom v0.2.16
102
98
  https://github.com/rust-random/getrandom
103
99
  MIT OR Apache-2.0
104
100
 
@@ -110,7 +106,7 @@ ident_case v1.0.1
110
106
  https://github.com/TedDriggs/ident_case
111
107
  MIT/Apache-2.0
112
108
 
113
- indicatif v0.17.9
109
+ indicatif v0.17.11
114
110
  https://github.com/console-rs/indicatif
115
111
  MIT
116
112
 
@@ -122,7 +118,11 @@ itertools v0.12.1
122
118
  https://github.com/rust-itertools/itertools
123
119
  MIT OR Apache-2.0
124
120
 
125
- itoa v1.0.14
121
+ itertools v0.13.0
122
+ https://github.com/rust-itertools/itertools
123
+ MIT OR Apache-2.0
124
+
125
+ itoa v1.0.15
126
126
  https://github.com/dtolnay/itoa
127
127
  MIT OR Apache-2.0
128
128
 
@@ -134,7 +134,7 @@ lazycell v1.3.0
134
134
  https://github.com/indiv0/lazycell
135
135
  MIT/Apache-2.0
136
136
 
137
- libc v0.2.169
137
+ libc v0.2.172
138
138
  https://github.com/rust-lang/libc
139
139
  MIT OR Apache-2.0
140
140
 
@@ -142,7 +142,7 @@ libloading v0.8.6
142
142
  https://github.com/nagisa/rust_libloading/
143
143
  ISC
144
144
 
145
- log v0.4.22
145
+ log v0.4.27
146
146
  https://github.com/rust-lang/log
147
147
  MIT OR Apache-2.0
148
148
 
@@ -170,11 +170,11 @@ minimal-lexical v0.2.1
170
170
  https://github.com/Alexhuszagh/minimal-lexical
171
171
  MIT/Apache-2.0
172
172
 
173
- monostate v0.1.13
173
+ monostate v0.1.14
174
174
  https://github.com/dtolnay/monostate
175
175
  MIT OR Apache-2.0
176
176
 
177
- monostate-impl v0.1.13
177
+ monostate-impl v0.1.14
178
178
  https://github.com/dtolnay/monostate
179
179
  MIT OR Apache-2.0
180
180
 
@@ -186,7 +186,7 @@ number_prefix v0.4.0
186
186
  https://github.com/ogham/rust-number-prefix
187
187
  MIT
188
188
 
189
- once_cell v1.20.2
189
+ once_cell v1.21.3
190
190
  https://github.com/matklad/once_cell
191
191
  MIT OR Apache-2.0
192
192
 
@@ -202,23 +202,23 @@ paste v1.0.15
202
202
  https://github.com/dtolnay/paste
203
203
  MIT OR Apache-2.0
204
204
 
205
- pkg-config v0.3.31
205
+ pkg-config v0.3.32
206
206
  https://github.com/rust-lang/pkg-config-rs
207
207
  MIT OR Apache-2.0
208
208
 
209
- portable-atomic v1.10.0
209
+ portable-atomic v1.11.0
210
210
  https://github.com/taiki-e/portable-atomic
211
211
  Apache-2.0 OR MIT
212
212
 
213
- ppv-lite86 v0.2.20
213
+ ppv-lite86 v0.2.21
214
214
  https://github.com/cryptocorrosion/cryptocorrosion
215
- MIT/Apache-2.0
215
+ MIT OR Apache-2.0
216
216
 
217
- proc-macro2 v1.0.92
217
+ proc-macro2 v1.0.95
218
218
  https://github.com/dtolnay/proc-macro2
219
219
  MIT OR Apache-2.0
220
220
 
221
- quote v1.0.38
221
+ quote v1.0.40
222
222
  https://github.com/dtolnay/quote
223
223
  MIT OR Apache-2.0
224
224
 
@@ -246,11 +246,11 @@ rayon-core v1.12.1
246
246
  https://github.com/rayon-rs/rayon
247
247
  MIT OR Apache-2.0
248
248
 
249
- rb-sys v0.9.105
249
+ rb-sys v0.9.111
250
250
  https://github.com/oxidize-rb/rb-sys
251
251
  MIT OR Apache-2.0
252
252
 
253
- rb-sys-build v0.9.105
253
+ rb-sys-build v0.9.111
254
254
  https://github.com/oxidize-rb/rb-sys
255
255
  MIT OR Apache-2.0
256
256
 
@@ -274,23 +274,23 @@ rustc-hash v1.1.0
274
274
  https://github.com/rust-lang-nursery/rustc-hash
275
275
  Apache-2.0/MIT
276
276
 
277
- ryu v1.0.18
277
+ ryu v1.0.20
278
278
  https://github.com/dtolnay/ryu
279
279
  Apache-2.0 OR BSL-1.0
280
280
 
281
- seq-macro v0.3.5
281
+ seq-macro v0.3.6
282
282
  https://github.com/dtolnay/seq-macro
283
283
  MIT OR Apache-2.0
284
284
 
285
- serde v1.0.217
285
+ serde v1.0.219
286
286
  https://serde.rs
287
287
  MIT OR Apache-2.0
288
288
 
289
- serde_derive v1.0.217
289
+ serde_derive v1.0.219
290
290
  https://serde.rs
291
291
  MIT OR Apache-2.0
292
292
 
293
- serde_json v1.0.134
293
+ serde_json v1.0.140
294
294
  https://github.com/serde-rs/json
295
295
  MIT OR Apache-2.0
296
296
 
@@ -302,7 +302,7 @@ shlex v1.3.0
302
302
  https://github.com/comex/rust-shlex
303
303
  MIT OR Apache-2.0
304
304
 
305
- smallvec v1.13.2
305
+ smallvec v1.15.0
306
306
  https://github.com/servo/rust-smallvec
307
307
  MIT OR Apache-2.0
308
308
 
@@ -314,23 +314,23 @@ strsim v0.11.1
314
314
  https://github.com/rapidfuzz/strsim-rs
315
315
  MIT
316
316
 
317
- syn v2.0.93
317
+ syn v2.0.101
318
318
  https://github.com/dtolnay/syn
319
319
  MIT OR Apache-2.0
320
320
 
321
- thiserror v1.0.69
321
+ thiserror v2.0.12
322
322
  https://github.com/dtolnay/thiserror
323
323
  MIT OR Apache-2.0
324
324
 
325
- thiserror-impl v1.0.69
325
+ thiserror-impl v2.0.12
326
326
  https://github.com/dtolnay/thiserror
327
327
  MIT OR Apache-2.0
328
328
 
329
- tokenizers v0.21.0
329
+ tokenizers v0.21.1
330
330
  https://github.com/huggingface/tokenizers
331
331
  Apache-2.0
332
332
 
333
- unicode-ident v1.0.14
333
+ unicode-ident v1.0.18
334
334
  https://github.com/dtolnay/unicode-ident
335
335
  (MIT OR Apache-2.0) AND Unicode-3.0
336
336
 
@@ -362,11 +362,7 @@ windows_x86_64_gnu v0.52.6
362
362
  https://github.com/microsoft/windows-rs
363
363
  MIT OR Apache-2.0
364
364
 
365
- zerocopy v0.7.35
366
- https://github.com/google/zerocopy
367
- BSD-2-Clause OR Apache-2.0 OR MIT
368
-
369
- zerocopy-derive v0.7.35
365
+ zerocopy v0.8.25
370
366
  https://github.com/google/zerocopy
371
367
  BSD-2-Clause OR Apache-2.0 OR MIT
372
368
 
@@ -936,7 +932,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
936
932
  DEALINGS IN THE SOFTWARE.
937
933
 
938
934
  ================================================================================
939
- bitflags v2.6.0 LICENSE-APACHE
935
+ bitflags v2.9.0 LICENSE-APACHE
940
936
  ================================================================================
941
937
 
942
938
  Apache License
@@ -1142,7 +1138,7 @@ See the License for the specific language governing permissions and
1142
1138
  limitations under the License.
1143
1139
 
1144
1140
  ================================================================================
1145
- bitflags v2.6.0 LICENSE-MIT
1141
+ bitflags v2.9.0 LICENSE-MIT
1146
1142
  ================================================================================
1147
1143
 
1148
1144
  Copyright (c) 2014 The Rust Project Developers
@@ -1171,69 +1167,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1171
1167
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1172
1168
  DEALINGS IN THE SOFTWARE.
1173
1169
 
1174
- ================================================================================
1175
- byteorder COPYING
1176
- ================================================================================
1177
-
1178
- This project is dual-licensed under the Unlicense and MIT licenses.
1179
-
1180
- You may use this code under the terms of either license.
1181
-
1182
- ================================================================================
1183
- byteorder LICENSE-MIT
1184
- ================================================================================
1185
-
1186
- The MIT License (MIT)
1187
-
1188
- Copyright (c) 2015 Andrew Gallant
1189
-
1190
- Permission is hereby granted, free of charge, to any person obtaining a copy
1191
- of this software and associated documentation files (the "Software"), to deal
1192
- in the Software without restriction, including without limitation the rights
1193
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1194
- copies of the Software, and to permit persons to whom the Software is
1195
- furnished to do so, subject to the following conditions:
1196
-
1197
- The above copyright notice and this permission notice shall be included in
1198
- all copies or substantial portions of the Software.
1199
-
1200
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1201
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1202
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1203
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1204
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1205
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1206
- THE SOFTWARE.
1207
-
1208
- ================================================================================
1209
- byteorder UNLICENSE
1210
- ================================================================================
1211
-
1212
- This is free and unencumbered software released into the public domain.
1213
-
1214
- Anyone is free to copy, modify, publish, use, compile, sell, or
1215
- distribute this software, either in source code form or as a compiled
1216
- binary, for any purpose, commercial or non-commercial, and by any
1217
- means.
1218
-
1219
- In jurisdictions that recognize copyright laws, the author or authors
1220
- of this software dedicate any and all copyright interest in the
1221
- software to the public domain. We make this dedication for the benefit
1222
- of the public at large and to the detriment of our heirs and
1223
- successors. We intend this dedication to be an overt act of
1224
- relinquishment in perpetuity of all present and future rights to this
1225
- software under copyright law.
1226
-
1227
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1228
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1229
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1230
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1231
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1232
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1233
- OTHER DEALINGS IN THE SOFTWARE.
1234
-
1235
- For more information, please refer to <http://unlicense.org/>
1236
-
1237
1170
  ================================================================================
1238
1171
  cc LICENSE-APACHE
1239
1172
  ================================================================================
@@ -5571,7 +5504,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5571
5504
  DEALINGS IN THE SOFTWARE.
5572
5505
 
5573
5506
  ================================================================================
5574
- itoa LICENSE-APACHE
5507
+ itertools v0.13.0 LICENSE-APACHE
5575
5508
  ================================================================================
5576
5509
 
5577
5510
  Apache License
@@ -5751,10 +5684,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5751
5684
 
5752
5685
  END OF TERMS AND CONDITIONS
5753
5686
 
5687
+ APPENDIX: How to apply the Apache License to your work.
5688
+
5689
+ To apply the Apache License to your work, attach the following
5690
+ boilerplate notice, with the fields enclosed by brackets "[]"
5691
+ replaced with your own identifying information. (Don't include
5692
+ the brackets!) The text should be enclosed in the appropriate
5693
+ comment syntax for the file format. We also recommend that a
5694
+ file or class name and description of purpose be included on the
5695
+ same "printed page" as the copyright notice for easier
5696
+ identification within third-party archives.
5697
+
5698
+ Copyright [yyyy] [name of copyright owner]
5699
+
5700
+ Licensed under the Apache License, Version 2.0 (the "License");
5701
+ you may not use this file except in compliance with the License.
5702
+ You may obtain a copy of the License at
5703
+
5704
+ http://www.apache.org/licenses/LICENSE-2.0
5705
+
5706
+ Unless required by applicable law or agreed to in writing, software
5707
+ distributed under the License is distributed on an "AS IS" BASIS,
5708
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5709
+ See the License for the specific language governing permissions and
5710
+ limitations under the License.
5711
+
5754
5712
  ================================================================================
5755
- itoa LICENSE-MIT
5713
+ itertools v0.13.0 LICENSE-MIT
5756
5714
  ================================================================================
5757
5715
 
5716
+ Copyright (c) 2015
5717
+
5758
5718
  Permission is hereby granted, free of charge, to any
5759
5719
  person obtaining a copy of this software and associated
5760
5720
  documentation files (the "Software"), to deal in the
@@ -5780,7 +5740,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5780
5740
  DEALINGS IN THE SOFTWARE.
5781
5741
 
5782
5742
  ================================================================================
5783
- lazy_static LICENSE-APACHE
5743
+ itoa LICENSE-APACHE
5784
5744
  ================================================================================
5785
5745
 
5786
5746
  Apache License
@@ -5960,37 +5920,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5960
5920
 
5961
5921
  END OF TERMS AND CONDITIONS
5962
5922
 
5963
- APPENDIX: How to apply the Apache License to your work.
5964
-
5965
- To apply the Apache License to your work, attach the following
5966
- boilerplate notice, with the fields enclosed by brackets "[]"
5967
- replaced with your own identifying information. (Don't include
5968
- the brackets!) The text should be enclosed in the appropriate
5969
- comment syntax for the file format. We also recommend that a
5970
- file or class name and description of purpose be included on the
5971
- same "printed page" as the copyright notice for easier
5972
- identification within third-party archives.
5973
-
5974
- Copyright [yyyy] [name of copyright owner]
5975
-
5976
- Licensed under the Apache License, Version 2.0 (the "License");
5977
- you may not use this file except in compliance with the License.
5978
- You may obtain a copy of the License at
5979
-
5980
- http://www.apache.org/licenses/LICENSE-2.0
5981
-
5982
- Unless required by applicable law or agreed to in writing, software
5983
- distributed under the License is distributed on an "AS IS" BASIS,
5984
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5985
- See the License for the specific language governing permissions and
5986
- limitations under the License.
5987
-
5988
5923
  ================================================================================
5989
- lazy_static LICENSE-MIT
5924
+ itoa LICENSE-MIT
5990
5925
  ================================================================================
5991
5926
 
5992
- Copyright (c) 2010 The Rust Project Developers
5993
-
5994
5927
  Permission is hereby granted, free of charge, to any
5995
5928
  person obtaining a copy of this software and associated
5996
5929
  documentation files (the "Software"), to deal in the
@@ -6016,7 +5949,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6016
5949
  DEALINGS IN THE SOFTWARE.
6017
5950
 
6018
5951
  ================================================================================
6019
- lazycell LICENSE-APACHE
5952
+ lazy_static LICENSE-APACHE
6020
5953
  ================================================================================
6021
5954
 
6022
5955
  Apache License
@@ -6222,11 +6155,10 @@ See the License for the specific language governing permissions and
6222
6155
  limitations under the License.
6223
6156
 
6224
6157
  ================================================================================
6225
- lazycell LICENSE-MIT
6158
+ lazy_static LICENSE-MIT
6226
6159
  ================================================================================
6227
6160
 
6228
- Original work Copyright (c) 2014 The Rust Project Developers
6229
- Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
6161
+ Copyright (c) 2010 The Rust Project Developers
6230
6162
 
6231
6163
  Permission is hereby granted, free of charge, to any
6232
6164
  person obtaining a copy of this software and associated
@@ -6253,7 +6185,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6253
6185
  DEALINGS IN THE SOFTWARE.
6254
6186
 
6255
6187
  ================================================================================
6256
- libc LICENSE-APACHE
6188
+ lazycell LICENSE-APACHE
6257
6189
  ================================================================================
6258
6190
 
6259
6191
  Apache License
@@ -6433,11 +6365,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6433
6365
 
6434
6366
  END OF TERMS AND CONDITIONS
6435
6367
 
6368
+ APPENDIX: How to apply the Apache License to your work.
6369
+
6370
+ To apply the Apache License to your work, attach the following
6371
+ boilerplate notice, with the fields enclosed by brackets "[]"
6372
+ replaced with your own identifying information. (Don't include
6373
+ the brackets!) The text should be enclosed in the appropriate
6374
+ comment syntax for the file format. We also recommend that a
6375
+ file or class name and description of purpose be included on the
6376
+ same "printed page" as the copyright notice for easier
6377
+ identification within third-party archives.
6378
+
6379
+ Copyright [yyyy] [name of copyright owner]
6380
+
6381
+ Licensed under the Apache License, Version 2.0 (the "License");
6382
+ you may not use this file except in compliance with the License.
6383
+ You may obtain a copy of the License at
6384
+
6385
+ http://www.apache.org/licenses/LICENSE-2.0
6386
+
6387
+ Unless required by applicable law or agreed to in writing, software
6388
+ distributed under the License is distributed on an "AS IS" BASIS,
6389
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6390
+ See the License for the specific language governing permissions and
6391
+ limitations under the License.
6392
+
6436
6393
  ================================================================================
6437
- libc LICENSE-MIT
6394
+ lazycell LICENSE-MIT
6438
6395
  ================================================================================
6439
6396
 
6440
- Copyright (c) 2014-2020 The Rust Project Developers
6397
+ Original work Copyright (c) 2014 The Rust Project Developers
6398
+ Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
6441
6399
 
6442
6400
  Permission is hereby granted, free of charge, to any
6443
6401
  person obtaining a copy of this software and associated
@@ -6464,24 +6422,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6464
6422
  DEALINGS IN THE SOFTWARE.
6465
6423
 
6466
6424
  ================================================================================
6467
- libloading LICENSE
6468
- ================================================================================
6469
-
6470
- Copyright © 2015, Simonas Kazlauskas
6471
-
6472
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6473
- fee is hereby granted, provided that the above copyright notice and this permission notice appear
6474
- in all copies.
6475
-
6476
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
6477
- SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
6478
- AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6479
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
6480
- NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6481
- THIS SOFTWARE.
6482
-
6483
- ================================================================================
6484
- log LICENSE-APACHE
6425
+ libc LICENSE-APACHE
6485
6426
  ================================================================================
6486
6427
 
6487
6428
  Apache License
@@ -6661,36 +6602,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6661
6602
 
6662
6603
  END OF TERMS AND CONDITIONS
6663
6604
 
6664
- APPENDIX: How to apply the Apache License to your work.
6665
-
6666
- To apply the Apache License to your work, attach the following
6667
- boilerplate notice, with the fields enclosed by brackets "[]"
6668
- replaced with your own identifying information. (Don't include
6669
- the brackets!) The text should be enclosed in the appropriate
6670
- comment syntax for the file format. We also recommend that a
6671
- file or class name and description of purpose be included on the
6672
- same "printed page" as the copyright notice for easier
6673
- identification within third-party archives.
6674
-
6675
- Copyright [yyyy] [name of copyright owner]
6676
-
6677
- Licensed under the Apache License, Version 2.0 (the "License");
6678
- you may not use this file except in compliance with the License.
6679
- You may obtain a copy of the License at
6680
-
6681
- http://www.apache.org/licenses/LICENSE-2.0
6682
-
6683
- Unless required by applicable law or agreed to in writing, software
6684
- distributed under the License is distributed on an "AS IS" BASIS,
6685
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6686
- See the License for the specific language governing permissions and
6687
- limitations under the License.
6688
-
6689
6605
  ================================================================================
6690
- log LICENSE-MIT
6606
+ libc LICENSE-MIT
6691
6607
  ================================================================================
6692
6608
 
6693
- Copyright (c) 2014 The Rust Project Developers
6609
+ Copyright (c) 2014-2020 The Rust Project Developers
6694
6610
 
6695
6611
  Permission is hereby granted, free of charge, to any
6696
6612
  person obtaining a copy of this software and associated
@@ -6717,35 +6633,288 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6717
6633
  DEALINGS IN THE SOFTWARE.
6718
6634
 
6719
6635
  ================================================================================
6720
- macro_rules_attribute LICENSE-APACHE
6636
+ libloading LICENSE
6721
6637
  ================================================================================
6722
6638
 
6723
- Apache License
6724
- Version 2.0, January 2004
6725
- http://www.apache.org/licenses/
6639
+ Copyright © 2015, Simonas Kazlauskas
6726
6640
 
6727
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6641
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6642
+ fee is hereby granted, provided that the above copyright notice and this permission notice appear
6643
+ in all copies.
6728
6644
 
6729
- 1. Definitions.
6645
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
6646
+ SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
6647
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6648
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
6649
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6650
+ THIS SOFTWARE.
6730
6651
 
6731
- "License" shall mean the terms and conditions for use, reproduction,
6732
- and distribution as defined by Sections 1 through 9 of this document.
6652
+ ================================================================================
6653
+ log LICENSE-APACHE
6654
+ ================================================================================
6733
6655
 
6734
- "Licensor" shall mean the copyright owner or entity authorized by
6735
- the copyright owner that is granting the License.
6656
+ Apache License
6657
+ Version 2.0, January 2004
6658
+ http://www.apache.org/licenses/
6736
6659
 
6737
- "Legal Entity" shall mean the union of the acting entity and all
6738
- other entities that control, are controlled by, or are under common
6739
- control with that entity. For the purposes of this definition,
6740
- "control" means (i) the power, direct or indirect, to cause the
6741
- direction or management of such entity, whether by contract or
6742
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
6743
- outstanding shares, or (iii) beneficial ownership of such entity.
6660
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6744
6661
 
6745
- "You" (or "Your") shall mean an individual or Legal Entity
6746
- exercising permissions granted by this License.
6662
+ 1. Definitions.
6747
6663
 
6748
- "Source" form shall mean the preferred form for making modifications,
6664
+ "License" shall mean the terms and conditions for use, reproduction,
6665
+ and distribution as defined by Sections 1 through 9 of this document.
6666
+
6667
+ "Licensor" shall mean the copyright owner or entity authorized by
6668
+ the copyright owner that is granting the License.
6669
+
6670
+ "Legal Entity" shall mean the union of the acting entity and all
6671
+ other entities that control, are controlled by, or are under common
6672
+ control with that entity. For the purposes of this definition,
6673
+ "control" means (i) the power, direct or indirect, to cause the
6674
+ direction or management of such entity, whether by contract or
6675
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
6676
+ outstanding shares, or (iii) beneficial ownership of such entity.
6677
+
6678
+ "You" (or "Your") shall mean an individual or Legal Entity
6679
+ exercising permissions granted by this License.
6680
+
6681
+ "Source" form shall mean the preferred form for making modifications,
6682
+ including but not limited to software source code, documentation
6683
+ source, and configuration files.
6684
+
6685
+ "Object" form shall mean any form resulting from mechanical
6686
+ transformation or translation of a Source form, including but
6687
+ not limited to compiled object code, generated documentation,
6688
+ and conversions to other media types.
6689
+
6690
+ "Work" shall mean the work of authorship, whether in Source or
6691
+ Object form, made available under the License, as indicated by a
6692
+ copyright notice that is included in or attached to the work
6693
+ (an example is provided in the Appendix below).
6694
+
6695
+ "Derivative Works" shall mean any work, whether in Source or Object
6696
+ form, that is based on (or derived from) the Work and for which the
6697
+ editorial revisions, annotations, elaborations, or other modifications
6698
+ represent, as a whole, an original work of authorship. For the purposes
6699
+ of this License, Derivative Works shall not include works that remain
6700
+ separable from, or merely link (or bind by name) to the interfaces of,
6701
+ the Work and Derivative Works thereof.
6702
+
6703
+ "Contribution" shall mean any work of authorship, including
6704
+ the original version of the Work and any modifications or additions
6705
+ to that Work or Derivative Works thereof, that is intentionally
6706
+ submitted to Licensor for inclusion in the Work by the copyright owner
6707
+ or by an individual or Legal Entity authorized to submit on behalf of
6708
+ the copyright owner. For the purposes of this definition, "submitted"
6709
+ means any form of electronic, verbal, or written communication sent
6710
+ to the Licensor or its representatives, including but not limited to
6711
+ communication on electronic mailing lists, source code control systems,
6712
+ and issue tracking systems that are managed by, or on behalf of, the
6713
+ Licensor for the purpose of discussing and improving the Work, but
6714
+ excluding communication that is conspicuously marked or otherwise
6715
+ designated in writing by the copyright owner as "Not a Contribution."
6716
+
6717
+ "Contributor" shall mean Licensor and any individual or Legal Entity
6718
+ on behalf of whom a Contribution has been received by Licensor and
6719
+ subsequently incorporated within the Work.
6720
+
6721
+ 2. Grant of Copyright License. Subject to the terms and conditions of
6722
+ this License, each Contributor hereby grants to You a perpetual,
6723
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6724
+ copyright license to reproduce, prepare Derivative Works of,
6725
+ publicly display, publicly perform, sublicense, and distribute the
6726
+ Work and such Derivative Works in Source or Object form.
6727
+
6728
+ 3. Grant of Patent License. Subject to the terms and conditions of
6729
+ this License, each Contributor hereby grants to You a perpetual,
6730
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6731
+ (except as stated in this section) patent license to make, have made,
6732
+ use, offer to sell, sell, import, and otherwise transfer the Work,
6733
+ where such license applies only to those patent claims licensable
6734
+ by such Contributor that are necessarily infringed by their
6735
+ Contribution(s) alone or by combination of their Contribution(s)
6736
+ with the Work to which such Contribution(s) was submitted. If You
6737
+ institute patent litigation against any entity (including a
6738
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
6739
+ or a Contribution incorporated within the Work constitutes direct
6740
+ or contributory patent infringement, then any patent licenses
6741
+ granted to You under this License for that Work shall terminate
6742
+ as of the date such litigation is filed.
6743
+
6744
+ 4. Redistribution. You may reproduce and distribute copies of the
6745
+ Work or Derivative Works thereof in any medium, with or without
6746
+ modifications, and in Source or Object form, provided that You
6747
+ meet the following conditions:
6748
+
6749
+ (a) You must give any other recipients of the Work or
6750
+ Derivative Works a copy of this License; and
6751
+
6752
+ (b) You must cause any modified files to carry prominent notices
6753
+ stating that You changed the files; and
6754
+
6755
+ (c) You must retain, in the Source form of any Derivative Works
6756
+ that You distribute, all copyright, patent, trademark, and
6757
+ attribution notices from the Source form of the Work,
6758
+ excluding those notices that do not pertain to any part of
6759
+ the Derivative Works; and
6760
+
6761
+ (d) If the Work includes a "NOTICE" text file as part of its
6762
+ distribution, then any Derivative Works that You distribute must
6763
+ include a readable copy of the attribution notices contained
6764
+ within such NOTICE file, excluding those notices that do not
6765
+ pertain to any part of the Derivative Works, in at least one
6766
+ of the following places: within a NOTICE text file distributed
6767
+ as part of the Derivative Works; within the Source form or
6768
+ documentation, if provided along with the Derivative Works; or,
6769
+ within a display generated by the Derivative Works, if and
6770
+ wherever such third-party notices normally appear. The contents
6771
+ of the NOTICE file are for informational purposes only and
6772
+ do not modify the License. You may add Your own attribution
6773
+ notices within Derivative Works that You distribute, alongside
6774
+ or as an addendum to the NOTICE text from the Work, provided
6775
+ that such additional attribution notices cannot be construed
6776
+ as modifying the License.
6777
+
6778
+ You may add Your own copyright statement to Your modifications and
6779
+ may provide additional or different license terms and conditions
6780
+ for use, reproduction, or distribution of Your modifications, or
6781
+ for any such Derivative Works as a whole, provided Your use,
6782
+ reproduction, and distribution of the Work otherwise complies with
6783
+ the conditions stated in this License.
6784
+
6785
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
6786
+ any Contribution intentionally submitted for inclusion in the Work
6787
+ by You to the Licensor shall be under the terms and conditions of
6788
+ this License, without any additional terms or conditions.
6789
+ Notwithstanding the above, nothing herein shall supersede or modify
6790
+ the terms of any separate license agreement you may have executed
6791
+ with Licensor regarding such Contributions.
6792
+
6793
+ 6. Trademarks. This License does not grant permission to use the trade
6794
+ names, trademarks, service marks, or product names of the Licensor,
6795
+ except as required for reasonable and customary use in describing the
6796
+ origin of the Work and reproducing the content of the NOTICE file.
6797
+
6798
+ 7. Disclaimer of Warranty. Unless required by applicable law or
6799
+ agreed to in writing, Licensor provides the Work (and each
6800
+ Contributor provides its Contributions) on an "AS IS" BASIS,
6801
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6802
+ implied, including, without limitation, any warranties or conditions
6803
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6804
+ PARTICULAR PURPOSE. You are solely responsible for determining the
6805
+ appropriateness of using or redistributing the Work and assume any
6806
+ risks associated with Your exercise of permissions under this License.
6807
+
6808
+ 8. Limitation of Liability. In no event and under no legal theory,
6809
+ whether in tort (including negligence), contract, or otherwise,
6810
+ unless required by applicable law (such as deliberate and grossly
6811
+ negligent acts) or agreed to in writing, shall any Contributor be
6812
+ liable to You for damages, including any direct, indirect, special,
6813
+ incidental, or consequential damages of any character arising as a
6814
+ result of this License or out of the use or inability to use the
6815
+ Work (including but not limited to damages for loss of goodwill,
6816
+ work stoppage, computer failure or malfunction, or any and all
6817
+ other commercial damages or losses), even if such Contributor
6818
+ has been advised of the possibility of such damages.
6819
+
6820
+ 9. Accepting Warranty or Additional Liability. While redistributing
6821
+ the Work or Derivative Works thereof, You may choose to offer,
6822
+ and charge a fee for, acceptance of support, warranty, indemnity,
6823
+ or other liability obligations and/or rights consistent with this
6824
+ License. However, in accepting such obligations, You may act only
6825
+ on Your own behalf and on Your sole responsibility, not on behalf
6826
+ of any other Contributor, and only if You agree to indemnify,
6827
+ defend, and hold each Contributor harmless for any liability
6828
+ incurred by, or claims asserted against, such Contributor by reason
6829
+ of your accepting any such warranty or additional liability.
6830
+
6831
+ END OF TERMS AND CONDITIONS
6832
+
6833
+ APPENDIX: How to apply the Apache License to your work.
6834
+
6835
+ To apply the Apache License to your work, attach the following
6836
+ boilerplate notice, with the fields enclosed by brackets "[]"
6837
+ replaced with your own identifying information. (Don't include
6838
+ the brackets!) The text should be enclosed in the appropriate
6839
+ comment syntax for the file format. We also recommend that a
6840
+ file or class name and description of purpose be included on the
6841
+ same "printed page" as the copyright notice for easier
6842
+ identification within third-party archives.
6843
+
6844
+ Copyright [yyyy] [name of copyright owner]
6845
+
6846
+ Licensed under the Apache License, Version 2.0 (the "License");
6847
+ you may not use this file except in compliance with the License.
6848
+ You may obtain a copy of the License at
6849
+
6850
+ http://www.apache.org/licenses/LICENSE-2.0
6851
+
6852
+ Unless required by applicable law or agreed to in writing, software
6853
+ distributed under the License is distributed on an "AS IS" BASIS,
6854
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6855
+ See the License for the specific language governing permissions and
6856
+ limitations under the License.
6857
+
6858
+ ================================================================================
6859
+ log LICENSE-MIT
6860
+ ================================================================================
6861
+
6862
+ Copyright (c) 2014 The Rust Project Developers
6863
+
6864
+ Permission is hereby granted, free of charge, to any
6865
+ person obtaining a copy of this software and associated
6866
+ documentation files (the "Software"), to deal in the
6867
+ Software without restriction, including without
6868
+ limitation the rights to use, copy, modify, merge,
6869
+ publish, distribute, sublicense, and/or sell copies of
6870
+ the Software, and to permit persons to whom the Software
6871
+ is furnished to do so, subject to the following
6872
+ conditions:
6873
+
6874
+ The above copyright notice and this permission notice
6875
+ shall be included in all copies or substantial portions
6876
+ of the Software.
6877
+
6878
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
6879
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
6880
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
6881
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
6882
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
6883
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
6884
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
6885
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6886
+ DEALINGS IN THE SOFTWARE.
6887
+
6888
+ ================================================================================
6889
+ macro_rules_attribute LICENSE-APACHE
6890
+ ================================================================================
6891
+
6892
+ Apache License
6893
+ Version 2.0, January 2004
6894
+ http://www.apache.org/licenses/
6895
+
6896
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6897
+
6898
+ 1. Definitions.
6899
+
6900
+ "License" shall mean the terms and conditions for use, reproduction,
6901
+ and distribution as defined by Sections 1 through 9 of this document.
6902
+
6903
+ "Licensor" shall mean the copyright owner or entity authorized by
6904
+ the copyright owner that is granting the License.
6905
+
6906
+ "Legal Entity" shall mean the union of the acting entity and all
6907
+ other entities that control, are controlled by, or are under common
6908
+ control with that entity. For the purposes of this definition,
6909
+ "control" means (i) the power, direct or indirect, to cause the
6910
+ direction or management of such entity, whether by contract or
6911
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
6912
+ outstanding shares, or (iii) beneficial ownership of such entity.
6913
+
6914
+ "You" (or "Your") shall mean an individual or Legal Entity
6915
+ exercising permissions granted by this License.
6916
+
6917
+ "Source" form shall mean the preferred form for making modifications,
6749
6918
  including but not limited to software source code, documentation
6750
6919
  source, and configuration files.
6751
6920
 
@@ -16942,479 +17111,3 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
16942
17111
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16943
17112
  DEALINGS IN THE SOFTWARE.
16944
17113
 
16945
-
16946
- ================================================================================
16947
- zerocopy src/third_party/rust/LICENSE-APACHE
16948
- ================================================================================
16949
-
16950
- Apache License
16951
- Version 2.0, January 2004
16952
- http://www.apache.org/licenses/
16953
-
16954
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16955
-
16956
- 1. Definitions.
16957
-
16958
- "License" shall mean the terms and conditions for use, reproduction,
16959
- and distribution as defined by Sections 1 through 9 of this document.
16960
-
16961
- "Licensor" shall mean the copyright owner or entity authorized by
16962
- the copyright owner that is granting the License.
16963
-
16964
- "Legal Entity" shall mean the union of the acting entity and all
16965
- other entities that control, are controlled by, or are under common
16966
- control with that entity. For the purposes of this definition,
16967
- "control" means (i) the power, direct or indirect, to cause the
16968
- direction or management of such entity, whether by contract or
16969
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
16970
- outstanding shares, or (iii) beneficial ownership of such entity.
16971
-
16972
- "You" (or "Your") shall mean an individual or Legal Entity
16973
- exercising permissions granted by this License.
16974
-
16975
- "Source" form shall mean the preferred form for making modifications,
16976
- including but not limited to software source code, documentation
16977
- source, and configuration files.
16978
-
16979
- "Object" form shall mean any form resulting from mechanical
16980
- transformation or translation of a Source form, including but
16981
- not limited to compiled object code, generated documentation,
16982
- and conversions to other media types.
16983
-
16984
- "Work" shall mean the work of authorship, whether in Source or
16985
- Object form, made available under the License, as indicated by a
16986
- copyright notice that is included in or attached to the work
16987
- (an example is provided in the Appendix below).
16988
-
16989
- "Derivative Works" shall mean any work, whether in Source or Object
16990
- form, that is based on (or derived from) the Work and for which the
16991
- editorial revisions, annotations, elaborations, or other modifications
16992
- represent, as a whole, an original work of authorship. For the purposes
16993
- of this License, Derivative Works shall not include works that remain
16994
- separable from, or merely link (or bind by name) to the interfaces of,
16995
- the Work and Derivative Works thereof.
16996
-
16997
- "Contribution" shall mean any work of authorship, including
16998
- the original version of the Work and any modifications or additions
16999
- to that Work or Derivative Works thereof, that is intentionally
17000
- submitted to Licensor for inclusion in the Work by the copyright owner
17001
- or by an individual or Legal Entity authorized to submit on behalf of
17002
- the copyright owner. For the purposes of this definition, "submitted"
17003
- means any form of electronic, verbal, or written communication sent
17004
- to the Licensor or its representatives, including but not limited to
17005
- communication on electronic mailing lists, source code control systems,
17006
- and issue tracking systems that are managed by, or on behalf of, the
17007
- Licensor for the purpose of discussing and improving the Work, but
17008
- excluding communication that is conspicuously marked or otherwise
17009
- designated in writing by the copyright owner as "Not a Contribution."
17010
-
17011
- "Contributor" shall mean Licensor and any individual or Legal Entity
17012
- on behalf of whom a Contribution has been received by Licensor and
17013
- subsequently incorporated within the Work.
17014
-
17015
- 2. Grant of Copyright License. Subject to the terms and conditions of
17016
- this License, each Contributor hereby grants to You a perpetual,
17017
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17018
- copyright license to reproduce, prepare Derivative Works of,
17019
- publicly display, publicly perform, sublicense, and distribute the
17020
- Work and such Derivative Works in Source or Object form.
17021
-
17022
- 3. Grant of Patent License. Subject to the terms and conditions of
17023
- this License, each Contributor hereby grants to You a perpetual,
17024
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17025
- (except as stated in this section) patent license to make, have made,
17026
- use, offer to sell, sell, import, and otherwise transfer the Work,
17027
- where such license applies only to those patent claims licensable
17028
- by such Contributor that are necessarily infringed by their
17029
- Contribution(s) alone or by combination of their Contribution(s)
17030
- with the Work to which such Contribution(s) was submitted. If You
17031
- institute patent litigation against any entity (including a
17032
- cross-claim or counterclaim in a lawsuit) alleging that the Work
17033
- or a Contribution incorporated within the Work constitutes direct
17034
- or contributory patent infringement, then any patent licenses
17035
- granted to You under this License for that Work shall terminate
17036
- as of the date such litigation is filed.
17037
-
17038
- 4. Redistribution. You may reproduce and distribute copies of the
17039
- Work or Derivative Works thereof in any medium, with or without
17040
- modifications, and in Source or Object form, provided that You
17041
- meet the following conditions:
17042
-
17043
- (a) You must give any other recipients of the Work or
17044
- Derivative Works a copy of this License; and
17045
-
17046
- (b) You must cause any modified files to carry prominent notices
17047
- stating that You changed the files; and
17048
-
17049
- (c) You must retain, in the Source form of any Derivative Works
17050
- that You distribute, all copyright, patent, trademark, and
17051
- attribution notices from the Source form of the Work,
17052
- excluding those notices that do not pertain to any part of
17053
- the Derivative Works; and
17054
-
17055
- (d) If the Work includes a "NOTICE" text file as part of its
17056
- distribution, then any Derivative Works that You distribute must
17057
- include a readable copy of the attribution notices contained
17058
- within such NOTICE file, excluding those notices that do not
17059
- pertain to any part of the Derivative Works, in at least one
17060
- of the following places: within a NOTICE text file distributed
17061
- as part of the Derivative Works; within the Source form or
17062
- documentation, if provided along with the Derivative Works; or,
17063
- within a display generated by the Derivative Works, if and
17064
- wherever such third-party notices normally appear. The contents
17065
- of the NOTICE file are for informational purposes only and
17066
- do not modify the License. You may add Your own attribution
17067
- notices within Derivative Works that You distribute, alongside
17068
- or as an addendum to the NOTICE text from the Work, provided
17069
- that such additional attribution notices cannot be construed
17070
- as modifying the License.
17071
-
17072
- You may add Your own copyright statement to Your modifications and
17073
- may provide additional or different license terms and conditions
17074
- for use, reproduction, or distribution of Your modifications, or
17075
- for any such Derivative Works as a whole, provided Your use,
17076
- reproduction, and distribution of the Work otherwise complies with
17077
- the conditions stated in this License.
17078
-
17079
- 5. Submission of Contributions. Unless You explicitly state otherwise,
17080
- any Contribution intentionally submitted for inclusion in the Work
17081
- by You to the Licensor shall be under the terms and conditions of
17082
- this License, without any additional terms or conditions.
17083
- Notwithstanding the above, nothing herein shall supersede or modify
17084
- the terms of any separate license agreement you may have executed
17085
- with Licensor regarding such Contributions.
17086
-
17087
- 6. Trademarks. This License does not grant permission to use the trade
17088
- names, trademarks, service marks, or product names of the Licensor,
17089
- except as required for reasonable and customary use in describing the
17090
- origin of the Work and reproducing the content of the NOTICE file.
17091
-
17092
- 7. Disclaimer of Warranty. Unless required by applicable law or
17093
- agreed to in writing, Licensor provides the Work (and each
17094
- Contributor provides its Contributions) on an "AS IS" BASIS,
17095
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17096
- implied, including, without limitation, any warranties or conditions
17097
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17098
- PARTICULAR PURPOSE. You are solely responsible for determining the
17099
- appropriateness of using or redistributing the Work and assume any
17100
- risks associated with Your exercise of permissions under this License.
17101
-
17102
- 8. Limitation of Liability. In no event and under no legal theory,
17103
- whether in tort (including negligence), contract, or otherwise,
17104
- unless required by applicable law (such as deliberate and grossly
17105
- negligent acts) or agreed to in writing, shall any Contributor be
17106
- liable to You for damages, including any direct, indirect, special,
17107
- incidental, or consequential damages of any character arising as a
17108
- result of this License or out of the use or inability to use the
17109
- Work (including but not limited to damages for loss of goodwill,
17110
- work stoppage, computer failure or malfunction, or any and all
17111
- other commercial damages or losses), even if such Contributor
17112
- has been advised of the possibility of such damages.
17113
-
17114
- 9. Accepting Warranty or Additional Liability. While redistributing
17115
- the Work or Derivative Works thereof, You may choose to offer,
17116
- and charge a fee for, acceptance of support, warranty, indemnity,
17117
- or other liability obligations and/or rights consistent with this
17118
- License. However, in accepting such obligations, You may act only
17119
- on Your own behalf and on Your sole responsibility, not on behalf
17120
- of any other Contributor, and only if You agree to indemnify,
17121
- defend, and hold each Contributor harmless for any liability
17122
- incurred by, or claims asserted against, such Contributor by reason
17123
- of your accepting any such warranty or additional liability.
17124
-
17125
- END OF TERMS AND CONDITIONS
17126
-
17127
- ================================================================================
17128
- zerocopy src/third_party/rust/LICENSE-MIT
17129
- ================================================================================
17130
-
17131
- Permission is hereby granted, free of charge, to any
17132
- person obtaining a copy of this software and associated
17133
- documentation files (the "Software"), to deal in the
17134
- Software without restriction, including without
17135
- limitation the rights to use, copy, modify, merge,
17136
- publish, distribute, sublicense, and/or sell copies of
17137
- the Software, and to permit persons to whom the Software
17138
- is furnished to do so, subject to the following
17139
- conditions:
17140
-
17141
- The above copyright notice and this permission notice
17142
- shall be included in all copies or substantial portions
17143
- of the Software.
17144
-
17145
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
17146
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
17147
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17148
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
17149
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17150
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17151
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
17152
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17153
- DEALINGS IN THE SOFTWARE.
17154
-
17155
- ================================================================================
17156
- zerocopy-derive LICENSE-APACHE
17157
- ================================================================================
17158
-
17159
- Apache License
17160
- Version 2.0, January 2004
17161
- http://www.apache.org/licenses/
17162
-
17163
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17164
-
17165
- 1. Definitions.
17166
-
17167
- "License" shall mean the terms and conditions for use, reproduction,
17168
- and distribution as defined by Sections 1 through 9 of this document.
17169
-
17170
- "Licensor" shall mean the copyright owner or entity authorized by
17171
- the copyright owner that is granting the License.
17172
-
17173
- "Legal Entity" shall mean the union of the acting entity and all
17174
- other entities that control, are controlled by, or are under common
17175
- control with that entity. For the purposes of this definition,
17176
- "control" means (i) the power, direct or indirect, to cause the
17177
- direction or management of such entity, whether by contract or
17178
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
17179
- outstanding shares, or (iii) beneficial ownership of such entity.
17180
-
17181
- "You" (or "Your") shall mean an individual or Legal Entity
17182
- exercising permissions granted by this License.
17183
-
17184
- "Source" form shall mean the preferred form for making modifications,
17185
- including but not limited to software source code, documentation
17186
- source, and configuration files.
17187
-
17188
- "Object" form shall mean any form resulting from mechanical
17189
- transformation or translation of a Source form, including but
17190
- not limited to compiled object code, generated documentation,
17191
- and conversions to other media types.
17192
-
17193
- "Work" shall mean the work of authorship, whether in Source or
17194
- Object form, made available under the License, as indicated by a
17195
- copyright notice that is included in or attached to the work
17196
- (an example is provided in the Appendix below).
17197
-
17198
- "Derivative Works" shall mean any work, whether in Source or Object
17199
- form, that is based on (or derived from) the Work and for which the
17200
- editorial revisions, annotations, elaborations, or other modifications
17201
- represent, as a whole, an original work of authorship. For the purposes
17202
- of this License, Derivative Works shall not include works that remain
17203
- separable from, or merely link (or bind by name) to the interfaces of,
17204
- the Work and Derivative Works thereof.
17205
-
17206
- "Contribution" shall mean any work of authorship, including
17207
- the original version of the Work and any modifications or additions
17208
- to that Work or Derivative Works thereof, that is intentionally
17209
- submitted to Licensor for inclusion in the Work by the copyright owner
17210
- or by an individual or Legal Entity authorized to submit on behalf of
17211
- the copyright owner. For the purposes of this definition, "submitted"
17212
- means any form of electronic, verbal, or written communication sent
17213
- to the Licensor or its representatives, including but not limited to
17214
- communication on electronic mailing lists, source code control systems,
17215
- and issue tracking systems that are managed by, or on behalf of, the
17216
- Licensor for the purpose of discussing and improving the Work, but
17217
- excluding communication that is conspicuously marked or otherwise
17218
- designated in writing by the copyright owner as "Not a Contribution."
17219
-
17220
- "Contributor" shall mean Licensor and any individual or Legal Entity
17221
- on behalf of whom a Contribution has been received by Licensor and
17222
- subsequently incorporated within the Work.
17223
-
17224
- 2. Grant of Copyright License. Subject to the terms and conditions of
17225
- this License, each Contributor hereby grants to You a perpetual,
17226
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17227
- copyright license to reproduce, prepare Derivative Works of,
17228
- publicly display, publicly perform, sublicense, and distribute the
17229
- Work and such Derivative Works in Source or Object form.
17230
-
17231
- 3. Grant of Patent License. Subject to the terms and conditions of
17232
- this License, each Contributor hereby grants to You a perpetual,
17233
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17234
- (except as stated in this section) patent license to make, have made,
17235
- use, offer to sell, sell, import, and otherwise transfer the Work,
17236
- where such license applies only to those patent claims licensable
17237
- by such Contributor that are necessarily infringed by their
17238
- Contribution(s) alone or by combination of their Contribution(s)
17239
- with the Work to which such Contribution(s) was submitted. If You
17240
- institute patent litigation against any entity (including a
17241
- cross-claim or counterclaim in a lawsuit) alleging that the Work
17242
- or a Contribution incorporated within the Work constitutes direct
17243
- or contributory patent infringement, then any patent licenses
17244
- granted to You under this License for that Work shall terminate
17245
- as of the date such litigation is filed.
17246
-
17247
- 4. Redistribution. You may reproduce and distribute copies of the
17248
- Work or Derivative Works thereof in any medium, with or without
17249
- modifications, and in Source or Object form, provided that You
17250
- meet the following conditions:
17251
-
17252
- (a) You must give any other recipients of the Work or
17253
- Derivative Works a copy of this License; and
17254
-
17255
- (b) You must cause any modified files to carry prominent notices
17256
- stating that You changed the files; and
17257
-
17258
- (c) You must retain, in the Source form of any Derivative Works
17259
- that You distribute, all copyright, patent, trademark, and
17260
- attribution notices from the Source form of the Work,
17261
- excluding those notices that do not pertain to any part of
17262
- the Derivative Works; and
17263
-
17264
- (d) If the Work includes a "NOTICE" text file as part of its
17265
- distribution, then any Derivative Works that You distribute must
17266
- include a readable copy of the attribution notices contained
17267
- within such NOTICE file, excluding those notices that do not
17268
- pertain to any part of the Derivative Works, in at least one
17269
- of the following places: within a NOTICE text file distributed
17270
- as part of the Derivative Works; within the Source form or
17271
- documentation, if provided along with the Derivative Works; or,
17272
- within a display generated by the Derivative Works, if and
17273
- wherever such third-party notices normally appear. The contents
17274
- of the NOTICE file are for informational purposes only and
17275
- do not modify the License. You may add Your own attribution
17276
- notices within Derivative Works that You distribute, alongside
17277
- or as an addendum to the NOTICE text from the Work, provided
17278
- that such additional attribution notices cannot be construed
17279
- as modifying the License.
17280
-
17281
- You may add Your own copyright statement to Your modifications and
17282
- may provide additional or different license terms and conditions
17283
- for use, reproduction, or distribution of Your modifications, or
17284
- for any such Derivative Works as a whole, provided Your use,
17285
- reproduction, and distribution of the Work otherwise complies with
17286
- the conditions stated in this License.
17287
-
17288
- 5. Submission of Contributions. Unless You explicitly state otherwise,
17289
- any Contribution intentionally submitted for inclusion in the Work
17290
- by You to the Licensor shall be under the terms and conditions of
17291
- this License, without any additional terms or conditions.
17292
- Notwithstanding the above, nothing herein shall supersede or modify
17293
- the terms of any separate license agreement you may have executed
17294
- with Licensor regarding such Contributions.
17295
-
17296
- 6. Trademarks. This License does not grant permission to use the trade
17297
- names, trademarks, service marks, or product names of the Licensor,
17298
- except as required for reasonable and customary use in describing the
17299
- origin of the Work and reproducing the content of the NOTICE file.
17300
-
17301
- 7. Disclaimer of Warranty. Unless required by applicable law or
17302
- agreed to in writing, Licensor provides the Work (and each
17303
- Contributor provides its Contributions) on an "AS IS" BASIS,
17304
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17305
- implied, including, without limitation, any warranties or conditions
17306
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17307
- PARTICULAR PURPOSE. You are solely responsible for determining the
17308
- appropriateness of using or redistributing the Work and assume any
17309
- risks associated with Your exercise of permissions under this License.
17310
-
17311
- 8. Limitation of Liability. In no event and under no legal theory,
17312
- whether in tort (including negligence), contract, or otherwise,
17313
- unless required by applicable law (such as deliberate and grossly
17314
- negligent acts) or agreed to in writing, shall any Contributor be
17315
- liable to You for damages, including any direct, indirect, special,
17316
- incidental, or consequential damages of any character arising as a
17317
- result of this License or out of the use or inability to use the
17318
- Work (including but not limited to damages for loss of goodwill,
17319
- work stoppage, computer failure or malfunction, or any and all
17320
- other commercial damages or losses), even if such Contributor
17321
- has been advised of the possibility of such damages.
17322
-
17323
- 9. Accepting Warranty or Additional Liability. While redistributing
17324
- the Work or Derivative Works thereof, You may choose to offer,
17325
- and charge a fee for, acceptance of support, warranty, indemnity,
17326
- or other liability obligations and/or rights consistent with this
17327
- License. However, in accepting such obligations, You may act only
17328
- on Your own behalf and on Your sole responsibility, not on behalf
17329
- of any other Contributor, and only if You agree to indemnify,
17330
- defend, and hold each Contributor harmless for any liability
17331
- incurred by, or claims asserted against, such Contributor by reason
17332
- of your accepting any such warranty or additional liability.
17333
-
17334
- END OF TERMS AND CONDITIONS
17335
-
17336
- APPENDIX: How to apply the Apache License to your work.
17337
-
17338
- To apply the Apache License to your work, attach the following
17339
- boilerplate notice, with the fields enclosed by brackets "[]"
17340
- replaced with your own identifying information. (Don't include
17341
- the brackets!) The text should be enclosed in the appropriate
17342
- comment syntax for the file format. We also recommend that a
17343
- file or class name and description of purpose be included on the
17344
- same "printed page" as the copyright notice for easier
17345
- identification within third-party archives.
17346
-
17347
- Copyright 2023 The Fuchsia Authors
17348
-
17349
- Licensed under the Apache License, Version 2.0 (the "License");
17350
- you may not use this file except in compliance with the License.
17351
- You may obtain a copy of the License at
17352
-
17353
- http://www.apache.org/licenses/LICENSE-2.0
17354
-
17355
- Unless required by applicable law or agreed to in writing, software
17356
- distributed under the License is distributed on an "AS IS" BASIS,
17357
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17358
- See the License for the specific language governing permissions and
17359
- limitations under the License.
17360
-
17361
-
17362
- ================================================================================
17363
- zerocopy-derive LICENSE-BSD
17364
- ================================================================================
17365
-
17366
- Copyright 2019 The Fuchsia Authors.
17367
-
17368
- Redistribution and use in source and binary forms, with or without
17369
- modification, are permitted provided that the following conditions are
17370
- met:
17371
-
17372
- * Redistributions of source code must retain the above copyright
17373
- notice, this list of conditions and the following disclaimer.
17374
- * Redistributions in binary form must reproduce the above
17375
- copyright notice, this list of conditions and the following disclaimer
17376
- in the documentation and/or other materials provided with the
17377
- distribution.
17378
-
17379
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17380
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17381
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17382
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
17383
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
17384
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
17385
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
17386
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
17387
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17388
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17389
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17390
-
17391
- ================================================================================
17392
- zerocopy-derive LICENSE-MIT
17393
- ================================================================================
17394
-
17395
- Copyright 2023 The Fuchsia Authors
17396
-
17397
- Permission is hereby granted, free of charge, to any
17398
- person obtaining a copy of this software and associated
17399
- documentation files (the "Software"), to deal in the
17400
- Software without restriction, including without
17401
- limitation the rights to use, copy, modify, merge,
17402
- publish, distribute, sublicense, and/or sell copies of
17403
- the Software, and to permit persons to whom the Software
17404
- is furnished to do so, subject to the following
17405
- conditions:
17406
-
17407
- The above copyright notice and this permission notice
17408
- shall be included in all copies or substantial portions
17409
- of the Software.
17410
-
17411
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
17412
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
17413
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17414
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
17415
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17416
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17417
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
17418
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17419
- DEALINGS IN THE SOFTWARE.
17420
-