polars-df 0.2.5-x86_64-darwin → 0.3.0-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ adler32 v1.2.0
10
10
  https://github.com/remram44/adler32-rs
11
11
  Zlib
12
12
 
13
- ahash v0.8.2
13
+ ahash v0.8.3
14
14
  https://github.com/tkaitchuck/ahash
15
15
  MIT OR Apache-2.0
16
16
 
@@ -26,7 +26,7 @@ alloc-stdlib v0.2.2
26
26
  https://github.com/dropbox/rust-alloc-no-stdlib
27
27
  BSD-3-Clause
28
28
 
29
- anyhow v1.0.68
29
+ anyhow v1.0.69
30
30
  https://github.com/dtolnay/anyhow
31
31
  MIT OR Apache-2.0
32
32
 
@@ -38,7 +38,7 @@ arrow-format v0.8.1
38
38
  https://github.com/DataEngineeringLabs/arrow-format
39
39
  Apache-2.0
40
40
 
41
- arrow2 v0.15.0
41
+ arrow2 v0.16.0
42
42
  https://github.com/jorgecarleitao/arrow2
43
43
  Apache-2.0
44
44
 
@@ -50,7 +50,7 @@ async-stream-impl v0.3.3
50
50
  https://github.com/tokio-rs/async-stream
51
51
  MIT
52
52
 
53
- async-trait v0.1.61
53
+ async-trait v0.1.64
54
54
  https://github.com/dtolnay/async-trait
55
55
  MIT OR Apache-2.0
56
56
 
@@ -66,6 +66,10 @@ base64 v0.13.1
66
66
  https://github.com/marshallpierce/rust-base64
67
67
  MIT/Apache-2.0
68
68
 
69
+ base64 v0.21.0
70
+ https://github.com/marshallpierce/rust-base64
71
+ MIT OR Apache-2.0
72
+
69
73
  bindgen v0.60.1
70
74
  https://rust-lang.github.io/rust-bindgen/
71
75
  BSD-3-Clause
@@ -78,19 +82,23 @@ brotli v3.3.4
78
82
  https://github.com/dropbox/rust-brotli
79
83
  BSD-3-Clause/MIT
80
84
 
81
- brotli-decompressor v2.3.2
85
+ brotli-decompressor v2.3.4
82
86
  https://github.com/dropbox/rust-brotli-decompressor
83
87
  BSD-3-Clause/MIT
84
88
 
85
- bytemuck v1.12.3
89
+ bytemuck v1.13.0
86
90
  https://github.com/Lokathor/bytemuck
87
91
  Zlib OR Apache-2.0 OR MIT
88
92
 
89
- bytemuck_derive v1.3.0
93
+ bytemuck_derive v1.4.0
90
94
  https://github.com/Lokathor/bytemuck
91
95
  Zlib OR Apache-2.0 OR MIT
92
96
 
93
- cc v1.0.78
97
+ bytes v1.4.0
98
+ https://github.com/tokio-rs/bytes
99
+ MIT
100
+
101
+ cc v1.0.79
94
102
  https://github.com/rust-lang/cc-rs
95
103
  MIT OR Apache-2.0
96
104
 
@@ -110,9 +118,16 @@ chrono-tz v0.6.3
110
118
  https://github.com/chronotope/chrono-tz
111
119
  MIT/Apache-2.0
112
120
 
121
+ chrono-tz v0.8.1
122
+ https://github.com/chronotope/chrono-tz
123
+ MIT OR Apache-2.0
124
+
113
125
  chrono-tz-build v0.0.3
114
126
  MIT/Apache-2.0
115
127
 
128
+ chrono-tz-build v0.1.0
129
+ MIT OR Apache-2.0
130
+
116
131
  clang-sys v1.4.0
117
132
  https://github.com/KyleMayes/clang-sys
118
133
  Apache-2.0
@@ -157,10 +172,6 @@ crossterm v0.25.0
157
172
  https://github.com/crossterm-rs/crossterm
158
173
  MIT
159
174
 
160
- csv-core v0.1.10
161
- https://github.com/BurntSushi/rust-csv
162
- Unlicense/MIT
163
-
164
175
  dirs v4.0.0
165
176
  https://github.com/soc/dirs-rs
166
177
  MIT OR Apache-2.0
@@ -173,9 +184,9 @@ dyn-clone v1.0.10
173
184
  https://github.com/dtolnay/dyn-clone
174
185
  MIT OR Apache-2.0
175
186
 
176
- either v1.8.0
187
+ either v1.8.1
177
188
  https://github.com/bluss/either
178
- MIT/Apache-2.0
189
+ MIT OR Apache-2.0
179
190
 
180
191
  enum_dispatch v0.3.11
181
192
  https://gitlab.com/antonok/enum_dispatch
@@ -201,39 +212,39 @@ foreign_vec v0.1.0
201
212
  https://github.com/DataEngineeringLabs/foreign_vec
202
213
  MIT
203
214
 
204
- futures v0.3.25
215
+ futures v0.3.26
205
216
  https://rust-lang.github.io/futures-rs
206
217
  MIT OR Apache-2.0
207
218
 
208
- futures-channel v0.3.25
219
+ futures-channel v0.3.26
209
220
  https://rust-lang.github.io/futures-rs
210
221
  MIT OR Apache-2.0
211
222
 
212
- futures-core v0.3.25
223
+ futures-core v0.3.26
213
224
  https://rust-lang.github.io/futures-rs
214
225
  MIT OR Apache-2.0
215
226
 
216
- futures-executor v0.3.25
227
+ futures-executor v0.3.26
217
228
  https://rust-lang.github.io/futures-rs
218
229
  MIT OR Apache-2.0
219
230
 
220
- futures-io v0.3.25
231
+ futures-io v0.3.26
221
232
  https://rust-lang.github.io/futures-rs
222
233
  MIT OR Apache-2.0
223
234
 
224
- futures-macro v0.3.25
235
+ futures-macro v0.3.26
225
236
  https://rust-lang.github.io/futures-rs
226
237
  MIT OR Apache-2.0
227
238
 
228
- futures-sink v0.3.25
239
+ futures-sink v0.3.26
229
240
  https://rust-lang.github.io/futures-rs
230
241
  MIT OR Apache-2.0
231
242
 
232
- futures-task v0.3.25
243
+ futures-task v0.3.26
233
244
  https://rust-lang.github.io/futures-rs
234
245
  MIT OR Apache-2.0
235
246
 
236
- futures-util v0.3.25
247
+ futures-util v0.3.26
237
248
  https://rust-lang.github.io/futures-rs
238
249
  MIT OR Apache-2.0
239
250
 
@@ -261,7 +272,7 @@ hashbrown v0.13.2
261
272
  https://github.com/rust-lang/hashbrown
262
273
  MIT OR Apache-2.0
263
274
 
264
- heck v0.4.0
275
+ heck v0.4.1
265
276
  https://github.com/withoutboats/heck
266
277
  MIT OR Apache-2.0
267
278
 
@@ -369,11 +380,11 @@ lz4-sys v1.9.4
369
380
  https://github.com/10xGenomics/lz4-rs
370
381
  MIT
371
382
 
372
- magnus v0.4.4
383
+ magnus v0.5.0
373
384
  https://github.com/matsadler/magnus
374
385
  MIT
375
386
 
376
- magnus-macros v0.3.0
387
+ magnus-macros v0.4.0
377
388
  https://github.com/matsadler/magnus
378
389
  MIT
379
390
 
@@ -413,7 +424,7 @@ multiversion-macros v0.6.1
413
424
  https://github.com/calebzulawski/multiversion
414
425
  MIT OR Apache-2.0
415
426
 
416
- nom v7.1.2
427
+ nom v7.1.3
417
428
  https://github.com/Geal/nom
418
429
  MIT
419
430
 
@@ -429,7 +440,7 @@ num-bigint v0.4.3
429
440
  https://github.com/rust-num/num-bigint
430
441
  MIT OR Apache-2.0
431
442
 
432
- num-complex v0.4.2
443
+ num-complex v0.4.3
433
444
  https://github.com/rust-num/num-complex
434
445
  MIT OR Apache-2.0
435
446
 
@@ -461,7 +472,7 @@ parking_lot v0.12.1
461
472
  https://github.com/Amanieu/parking_lot
462
473
  MIT OR Apache-2.0
463
474
 
464
- parking_lot_core v0.9.6
475
+ parking_lot_core v0.9.7
465
476
  https://github.com/Amanieu/parking_lot
466
477
  MIT OR Apache-2.0
467
478
 
@@ -513,48 +524,48 @@ planus v0.3.1
513
524
  https://github.com/planus-org/planus
514
525
  MIT/Apache-2.0
515
526
 
516
- polars v0.26.1
527
+ polars v0.27.1
517
528
  https://github.com/pola-rs/polars
518
529
  MIT
519
530
 
520
- polars-arrow v0.26.1
531
+ polars-arrow v0.27.1
521
532
  MIT
522
533
 
523
- polars-core v0.26.1
534
+ polars-core v0.27.1
524
535
  https://github.com/pola-rs/polars
525
536
  MIT
526
537
 
527
- polars-io v0.26.1
538
+ polars-io v0.27.1
528
539
  https://github.com/pola-rs/polars
529
540
  MIT
530
541
 
531
- polars-lazy v0.26.1
542
+ polars-lazy v0.27.1
532
543
  https://github.com/pola-rs/polars
533
544
  MIT
534
545
 
535
- polars-ops v0.26.1
546
+ polars-ops v0.27.1
536
547
  https://github.com/pola-rs/polars
537
548
  MIT
538
549
 
539
- polars-pipe v0.26.1
550
+ polars-pipe v0.27.1
540
551
  https://github.com/pola-rs/polars
541
552
  MIT
542
553
 
543
- polars-plan v0.26.1
554
+ polars-plan v0.27.1
544
555
  https://github.com/pola-rs/polars
545
556
  MIT
546
557
 
547
- polars-time v0.26.1
558
+ polars-time v0.27.1
548
559
  MIT
549
560
 
550
- polars-utils v0.26.1
561
+ polars-utils v0.27.1
551
562
  MIT
552
563
 
553
564
  ppv-lite86 v0.2.17
554
565
  https://github.com/cryptocorrosion/cryptocorrosion
555
566
  MIT/Apache-2.0
556
567
 
557
- proc-macro2 v1.0.49
568
+ proc-macro2 v1.0.51
558
569
  https://github.com/dtolnay/proc-macro2
559
570
  MIT OR Apache-2.0
560
571
 
@@ -582,15 +593,15 @@ rayon v1.6.1
582
593
  https://github.com/rayon-rs/rayon
583
594
  MIT OR Apache-2.0
584
595
 
585
- rayon-core v1.10.1
596
+ rayon-core v1.10.2
586
597
  https://github.com/rayon-rs/rayon
587
598
  MIT OR Apache-2.0
588
599
 
589
- rb-sys v0.9.58
600
+ rb-sys v0.9.65
590
601
  https://github.com/oxidize-rb/rb-sys
591
602
  MIT OR Apache-2.0
592
603
 
593
- rb-sys-build v0.9.58
604
+ rb-sys-build v0.9.65
594
605
  https://github.com/oxidize-rb/rb-sys
595
606
  MIT OR Apache-2.0
596
607
 
@@ -646,7 +657,7 @@ serde_derive v1.0.152
646
657
  https://serde.rs
647
658
  MIT OR Apache-2.0
648
659
 
649
- serde_json v1.0.91
660
+ serde_json v1.0.93
650
661
  https://github.com/serde-rs/json
651
662
  MIT OR Apache-2.0
652
663
 
@@ -726,6 +737,10 @@ syn v1.0.107
726
737
  https://github.com/dtolnay/syn
727
738
  MIT OR Apache-2.0
728
739
 
740
+ sysinfo v0.27.7
741
+ https://github.com/GuillaumeGomez/sysinfo
742
+ MIT
743
+
729
744
  thiserror v1.0.38
730
745
  https://github.com/dtolnay/thiserror
731
746
  MIT OR Apache-2.0
@@ -770,7 +785,7 @@ zstd-safe v5.0.2+zstd.1.5.2
770
785
  https://github.com/gyscos/zstd-rs
771
786
  MIT/Apache-2.0
772
787
 
773
- zstd-sys v2.0.5+zstd.1.5.2
788
+ zstd-sys v2.0.7+zstd.1.5.4
774
789
  https://github.com/gyscos/zstd-rs
775
790
  MIT/Apache-2.0
776
791
 
@@ -1587,31 +1602,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1587
1602
 
1588
1603
  END OF TERMS AND CONDITIONS
1589
1604
 
1590
- APPENDIX: How to apply the Apache License to your work.
1591
-
1592
- To apply the Apache License to your work, attach the following
1593
- boilerplate notice, with the fields enclosed by brackets "[]"
1594
- replaced with your own identifying information. (Don't include
1595
- the brackets!) The text should be enclosed in the appropriate
1596
- comment syntax for the file format. We also recommend that a
1597
- file or class name and description of purpose be included on the
1598
- same "printed page" as the copyright notice for easier
1599
- identification within third-party archives.
1600
-
1601
- Copyright [yyyy] [name of copyright owner]
1602
-
1603
- Licensed under the Apache License, Version 2.0 (the "License");
1604
- you may not use this file except in compliance with the License.
1605
- You may obtain a copy of the License at
1606
-
1607
- http://www.apache.org/licenses/LICENSE-2.0
1608
-
1609
- Unless required by applicable law or agreed to in writing, software
1610
- distributed under the License is distributed on an "AS IS" BASIS,
1611
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1612
- See the License for the specific language governing permissions and
1613
- limitations under the License.
1614
-
1615
1605
  ================================================================================
1616
1606
  anyhow LICENSE-MIT
1617
1607
  ================================================================================
@@ -3436,7 +3426,239 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3436
3426
  SOFTWARE.
3437
3427
 
3438
3428
  ================================================================================
3439
- base64 LICENSE-APACHE
3429
+ base64 v0.13.1 LICENSE-APACHE
3430
+ ================================================================================
3431
+
3432
+ Apache License
3433
+ Version 2.0, January 2004
3434
+ http://www.apache.org/licenses/
3435
+
3436
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3437
+
3438
+ 1. Definitions.
3439
+
3440
+ "License" shall mean the terms and conditions for use, reproduction,
3441
+ and distribution as defined by Sections 1 through 9 of this document.
3442
+
3443
+ "Licensor" shall mean the copyright owner or entity authorized by
3444
+ the copyright owner that is granting the License.
3445
+
3446
+ "Legal Entity" shall mean the union of the acting entity and all
3447
+ other entities that control, are controlled by, or are under common
3448
+ control with that entity. For the purposes of this definition,
3449
+ "control" means (i) the power, direct or indirect, to cause the
3450
+ direction or management of such entity, whether by contract or
3451
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3452
+ outstanding shares, or (iii) beneficial ownership of such entity.
3453
+
3454
+ "You" (or "Your") shall mean an individual or Legal Entity
3455
+ exercising permissions granted by this License.
3456
+
3457
+ "Source" form shall mean the preferred form for making modifications,
3458
+ including but not limited to software source code, documentation
3459
+ source, and configuration files.
3460
+
3461
+ "Object" form shall mean any form resulting from mechanical
3462
+ transformation or translation of a Source form, including but
3463
+ not limited to compiled object code, generated documentation,
3464
+ and conversions to other media types.
3465
+
3466
+ "Work" shall mean the work of authorship, whether in Source or
3467
+ Object form, made available under the License, as indicated by a
3468
+ copyright notice that is included in or attached to the work
3469
+ (an example is provided in the Appendix below).
3470
+
3471
+ "Derivative Works" shall mean any work, whether in Source or Object
3472
+ form, that is based on (or derived from) the Work and for which the
3473
+ editorial revisions, annotations, elaborations, or other modifications
3474
+ represent, as a whole, an original work of authorship. For the purposes
3475
+ of this License, Derivative Works shall not include works that remain
3476
+ separable from, or merely link (or bind by name) to the interfaces of,
3477
+ the Work and Derivative Works thereof.
3478
+
3479
+ "Contribution" shall mean any work of authorship, including
3480
+ the original version of the Work and any modifications or additions
3481
+ to that Work or Derivative Works thereof, that is intentionally
3482
+ submitted to Licensor for inclusion in the Work by the copyright owner
3483
+ or by an individual or Legal Entity authorized to submit on behalf of
3484
+ the copyright owner. For the purposes of this definition, "submitted"
3485
+ means any form of electronic, verbal, or written communication sent
3486
+ to the Licensor or its representatives, including but not limited to
3487
+ communication on electronic mailing lists, source code control systems,
3488
+ and issue tracking systems that are managed by, or on behalf of, the
3489
+ Licensor for the purpose of discussing and improving the Work, but
3490
+ excluding communication that is conspicuously marked or otherwise
3491
+ designated in writing by the copyright owner as "Not a Contribution."
3492
+
3493
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3494
+ on behalf of whom a Contribution has been received by Licensor and
3495
+ subsequently incorporated within the Work.
3496
+
3497
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3498
+ this License, each Contributor hereby grants to You a perpetual,
3499
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3500
+ copyright license to reproduce, prepare Derivative Works of,
3501
+ publicly display, publicly perform, sublicense, and distribute the
3502
+ Work and such Derivative Works in Source or Object form.
3503
+
3504
+ 3. Grant of Patent License. Subject to the terms and conditions of
3505
+ this License, each Contributor hereby grants to You a perpetual,
3506
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3507
+ (except as stated in this section) patent license to make, have made,
3508
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3509
+ where such license applies only to those patent claims licensable
3510
+ by such Contributor that are necessarily infringed by their
3511
+ Contribution(s) alone or by combination of their Contribution(s)
3512
+ with the Work to which such Contribution(s) was submitted. If You
3513
+ institute patent litigation against any entity (including a
3514
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3515
+ or a Contribution incorporated within the Work constitutes direct
3516
+ or contributory patent infringement, then any patent licenses
3517
+ granted to You under this License for that Work shall terminate
3518
+ as of the date such litigation is filed.
3519
+
3520
+ 4. Redistribution. You may reproduce and distribute copies of the
3521
+ Work or Derivative Works thereof in any medium, with or without
3522
+ modifications, and in Source or Object form, provided that You
3523
+ meet the following conditions:
3524
+
3525
+ (a) You must give any other recipients of the Work or
3526
+ Derivative Works a copy of this License; and
3527
+
3528
+ (b) You must cause any modified files to carry prominent notices
3529
+ stating that You changed the files; and
3530
+
3531
+ (c) You must retain, in the Source form of any Derivative Works
3532
+ that You distribute, all copyright, patent, trademark, and
3533
+ attribution notices from the Source form of the Work,
3534
+ excluding those notices that do not pertain to any part of
3535
+ the Derivative Works; and
3536
+
3537
+ (d) If the Work includes a "NOTICE" text file as part of its
3538
+ distribution, then any Derivative Works that You distribute must
3539
+ include a readable copy of the attribution notices contained
3540
+ within such NOTICE file, excluding those notices that do not
3541
+ pertain to any part of the Derivative Works, in at least one
3542
+ of the following places: within a NOTICE text file distributed
3543
+ as part of the Derivative Works; within the Source form or
3544
+ documentation, if provided along with the Derivative Works; or,
3545
+ within a display generated by the Derivative Works, if and
3546
+ wherever such third-party notices normally appear. The contents
3547
+ of the NOTICE file are for informational purposes only and
3548
+ do not modify the License. You may add Your own attribution
3549
+ notices within Derivative Works that You distribute, alongside
3550
+ or as an addendum to the NOTICE text from the Work, provided
3551
+ that such additional attribution notices cannot be construed
3552
+ as modifying the License.
3553
+
3554
+ You may add Your own copyright statement to Your modifications and
3555
+ may provide additional or different license terms and conditions
3556
+ for use, reproduction, or distribution of Your modifications, or
3557
+ for any such Derivative Works as a whole, provided Your use,
3558
+ reproduction, and distribution of the Work otherwise complies with
3559
+ the conditions stated in this License.
3560
+
3561
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3562
+ any Contribution intentionally submitted for inclusion in the Work
3563
+ by You to the Licensor shall be under the terms and conditions of
3564
+ this License, without any additional terms or conditions.
3565
+ Notwithstanding the above, nothing herein shall supersede or modify
3566
+ the terms of any separate license agreement you may have executed
3567
+ with Licensor regarding such Contributions.
3568
+
3569
+ 6. Trademarks. This License does not grant permission to use the trade
3570
+ names, trademarks, service marks, or product names of the Licensor,
3571
+ except as required for reasonable and customary use in describing the
3572
+ origin of the Work and reproducing the content of the NOTICE file.
3573
+
3574
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3575
+ agreed to in writing, Licensor provides the Work (and each
3576
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3577
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3578
+ implied, including, without limitation, any warranties or conditions
3579
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3580
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3581
+ appropriateness of using or redistributing the Work and assume any
3582
+ risks associated with Your exercise of permissions under this License.
3583
+
3584
+ 8. Limitation of Liability. In no event and under no legal theory,
3585
+ whether in tort (including negligence), contract, or otherwise,
3586
+ unless required by applicable law (such as deliberate and grossly
3587
+ negligent acts) or agreed to in writing, shall any Contributor be
3588
+ liable to You for damages, including any direct, indirect, special,
3589
+ incidental, or consequential damages of any character arising as a
3590
+ result of this License or out of the use or inability to use the
3591
+ Work (including but not limited to damages for loss of goodwill,
3592
+ work stoppage, computer failure or malfunction, or any and all
3593
+ other commercial damages or losses), even if such Contributor
3594
+ has been advised of the possibility of such damages.
3595
+
3596
+ 9. Accepting Warranty or Additional Liability. While redistributing
3597
+ the Work or Derivative Works thereof, You may choose to offer,
3598
+ and charge a fee for, acceptance of support, warranty, indemnity,
3599
+ or other liability obligations and/or rights consistent with this
3600
+ License. However, in accepting such obligations, You may act only
3601
+ on Your own behalf and on Your sole responsibility, not on behalf
3602
+ of any other Contributor, and only if You agree to indemnify,
3603
+ defend, and hold each Contributor harmless for any liability
3604
+ incurred by, or claims asserted against, such Contributor by reason
3605
+ of your accepting any such warranty or additional liability.
3606
+
3607
+ END OF TERMS AND CONDITIONS
3608
+
3609
+ APPENDIX: How to apply the Apache License to your work.
3610
+
3611
+ To apply the Apache License to your work, attach the following
3612
+ boilerplate notice, with the fields enclosed by brackets "[]"
3613
+ replaced with your own identifying information. (Don't include
3614
+ the brackets!) The text should be enclosed in the appropriate
3615
+ comment syntax for the file format. We also recommend that a
3616
+ file or class name and description of purpose be included on the
3617
+ same "printed page" as the copyright notice for easier
3618
+ identification within third-party archives.
3619
+
3620
+ Copyright [yyyy] [name of copyright owner]
3621
+
3622
+ Licensed under the Apache License, Version 2.0 (the "License");
3623
+ you may not use this file except in compliance with the License.
3624
+ You may obtain a copy of the License at
3625
+
3626
+ http://www.apache.org/licenses/LICENSE-2.0
3627
+
3628
+ Unless required by applicable law or agreed to in writing, software
3629
+ distributed under the License is distributed on an "AS IS" BASIS,
3630
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3631
+ See the License for the specific language governing permissions and
3632
+ limitations under the License.
3633
+
3634
+ ================================================================================
3635
+ base64 v0.13.1 LICENSE-MIT
3636
+ ================================================================================
3637
+
3638
+ The MIT License (MIT)
3639
+
3640
+ Copyright (c) 2015 Alice Maz
3641
+
3642
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3643
+ of this software and associated documentation files (the "Software"), to deal
3644
+ in the Software without restriction, including without limitation the rights
3645
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3646
+ copies of the Software, and to permit persons to whom the Software is
3647
+ furnished to do so, subject to the following conditions:
3648
+
3649
+ The above copyright notice and this permission notice shall be included in
3650
+ all copies or substantial portions of the Software.
3651
+
3652
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3653
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3654
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3655
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3656
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3657
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3658
+ THE SOFTWARE.
3659
+
3660
+ ================================================================================
3661
+ base64 v0.21.0 LICENSE-APACHE
3440
3662
  ================================================================================
3441
3663
 
3442
3664
  Apache License
@@ -3642,7 +3864,7 @@ See the License for the specific language governing permissions and
3642
3864
  limitations under the License.
3643
3865
 
3644
3866
  ================================================================================
3645
- base64 LICENSE-MIT
3867
+ base64 v0.21.0 LICENSE-MIT
3646
3868
  ================================================================================
3647
3869
 
3648
3870
  The MIT License (MIT)
@@ -4071,97 +4293,127 @@ Permission is granted to anyone to use this software for any purpose, including
4071
4293
  bytemuck_derive LICENSE-APACHE
4072
4294
  ================================================================================
4073
4295
 
4074
- Apache License
4075
- Version 2.0, January 2004
4076
- http://www.apache.org/licenses/
4077
-
4078
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4079
-
4080
- 1. Definitions.
4081
-
4082
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
4083
-
4084
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
4085
-
4086
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
4087
-
4088
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
4089
-
4090
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
4091
-
4092
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
4093
-
4094
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
4095
-
4096
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
4097
-
4098
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
4099
-
4100
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
4101
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
4102
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
4103
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
4104
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
4105
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
4106
- (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
4107
- (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
4108
-
4109
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
4110
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
4111
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
4112
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
4113
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
4114
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
4115
-
4116
- END OF TERMS AND CONDITIONS
4117
-
4118
- APPENDIX: How to apply the Apache License to your work.
4119
-
4120
- To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
4121
-
4122
- Copyright [yyyy] [name of copyright owner]
4123
-
4124
- Licensed under the Apache License, Version 2.0 (the "License");
4125
- you may not use this file except in compliance with the License.
4126
- You may obtain a copy of the License at
4127
-
4128
- http://www.apache.org/licenses/LICENSE-2.0
4129
-
4130
- Unless required by applicable law or agreed to in writing, software
4131
- distributed under the License is distributed on an "AS IS" BASIS,
4132
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4133
- See the License for the specific language governing permissions and
4134
- limitations under the License.
4296
+ Apache License
4297
+ Version 2.0, January 2004
4298
+ http://www.apache.org/licenses/
4299
+
4300
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4301
+
4302
+ 1. Definitions.
4303
+
4304
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
4305
+
4306
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
4307
+
4308
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
4309
+
4310
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
4311
+
4312
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
4313
+
4314
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
4315
+
4316
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
4317
+
4318
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
4319
+
4320
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
4321
+
4322
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
4323
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
4324
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
4325
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
4326
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
4327
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
4328
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
4329
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
4330
+
4331
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
4332
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
4333
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
4334
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
4335
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
4336
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
4337
+
4338
+ END OF TERMS AND CONDITIONS
4339
+
4340
+ APPENDIX: How to apply the Apache License to your work.
4341
+
4342
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
4343
+
4344
+ Copyright [yyyy] [name of copyright owner]
4345
+
4346
+ Licensed under the Apache License, Version 2.0 (the "License");
4347
+ you may not use this file except in compliance with the License.
4348
+ You may obtain a copy of the License at
4349
+
4350
+ http://www.apache.org/licenses/LICENSE-2.0
4351
+
4352
+ Unless required by applicable law or agreed to in writing, software
4353
+ distributed under the License is distributed on an "AS IS" BASIS,
4354
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4355
+ See the License for the specific language governing permissions and
4356
+ limitations under the License.
4135
4357
 
4136
4358
  ================================================================================
4137
4359
  bytemuck_derive LICENSE-MIT
4138
4360
  ================================================================================
4139
4361
 
4140
- MIT License
4141
-
4142
- Copyright (c) 2019 Daniel "Lokathor" Gee.
4143
-
4144
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4145
-
4146
- The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
4147
-
4148
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4362
+ MIT License
4363
+
4364
+ Copyright (c) 2019 Daniel "Lokathor" Gee.
4365
+
4366
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4367
+
4368
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
4369
+
4370
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4149
4371
 
4150
4372
  ================================================================================
4151
4373
  bytemuck_derive LICENSE-ZLIB
4152
4374
  ================================================================================
4153
4375
 
4154
- Copyright (c) 2019 Daniel "Lokathor" Gee.
4155
-
4156
- This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
4157
-
4158
- Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
4159
-
4160
- 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
4161
-
4162
- 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
4163
-
4164
- 3. This notice may not be removed or altered from any source distribution.
4376
+ Copyright (c) 2019 Daniel "Lokathor" Gee.
4377
+
4378
+ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
4379
+
4380
+ Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
4381
+
4382
+ 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
4383
+
4384
+ 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
4385
+
4386
+ 3. This notice may not be removed or altered from any source distribution.
4387
+
4388
+ ================================================================================
4389
+ bytes LICENSE
4390
+ ================================================================================
4391
+
4392
+ Copyright (c) 2018 Carl Lerche
4393
+
4394
+ Permission is hereby granted, free of charge, to any
4395
+ person obtaining a copy of this software and associated
4396
+ documentation files (the "Software"), to deal in the
4397
+ Software without restriction, including without
4398
+ limitation the rights to use, copy, modify, merge,
4399
+ publish, distribute, sublicense, and/or sell copies of
4400
+ the Software, and to permit persons to whom the Software
4401
+ is furnished to do so, subject to the following
4402
+ conditions:
4403
+
4404
+ The above copyright notice and this permission notice
4405
+ shall be included in all copies or substantial portions
4406
+ of the Software.
4407
+
4408
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4409
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4410
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4411
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4412
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4413
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4414
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4415
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4416
+ DEALINGS IN THE SOFTWARE.
4165
4417
 
4166
4418
  ================================================================================
4167
4419
  cc LICENSE-APACHE
@@ -5117,7 +5369,7 @@ limitations under the License.
5117
5369
 
5118
5370
 
5119
5371
  ================================================================================
5120
- chrono-tz LICENSE
5372
+ chrono-tz v0.6.3 LICENSE
5121
5373
  ================================================================================
5122
5374
 
5123
5375
  Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
@@ -5349,7 +5601,7 @@ See the License for the specific language governing permissions and
5349
5601
  limitations under the License.
5350
5602
 
5351
5603
  ================================================================================
5352
- chrono-tz tz/LICENSE
5604
+ chrono-tz v0.6.3 tz/LICENSE
5353
5605
  ================================================================================
5354
5606
 
5355
5607
  Unless specified below, all files in the tz code and data (including
@@ -5359,7 +5611,249 @@ If the files date.c, newstrftime.3, and strftime.c are present, they
5359
5611
  contain material derived from BSD and use the BSD 3-clause license.
5360
5612
 
5361
5613
  ================================================================================
5362
- chrono-tz-build LICENSE
5614
+ chrono-tz v0.8.1 tz/LICENSE
5615
+ ================================================================================
5616
+
5617
+ Unless specified below, all files in the tz code and data (including
5618
+ this LICENSE file) are in the public domain.
5619
+
5620
+ If the files date.c, newstrftime.3, and strftime.c are present, they
5621
+ contain material derived from BSD and use the BSD 3-clause license.
5622
+
5623
+ ================================================================================
5624
+ chrono-tz-build v0.0.3 LICENSE
5625
+ ================================================================================
5626
+
5627
+ Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
5628
+ The licenses do not apply to files in the tzdb folder which are in the
5629
+ public domain.
5630
+
5631
+ Copyright (c) 2016 Djzin
5632
+
5633
+ The MIT License
5634
+
5635
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5636
+ of this software and associated documentation files (the "Software"), to deal
5637
+ in the Software without restriction, including without limitation the rights
5638
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5639
+ copies of the Software, and to permit persons to whom the Software is
5640
+ furnished to do so, subject to the following conditions:
5641
+
5642
+ The above copyright notice and this permission notice shall be included in all
5643
+ copies or substantial portions of the Software.
5644
+
5645
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5646
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5647
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5648
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5649
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5650
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5651
+ SOFTWARE.
5652
+
5653
+ Apache License
5654
+ Version 2.0, January 2004
5655
+ http://www.apache.org/licenses/
5656
+
5657
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5658
+
5659
+ 1. Definitions.
5660
+
5661
+ "License" shall mean the terms and conditions for use, reproduction,
5662
+ and distribution as defined by Sections 1 through 9 of this document.
5663
+
5664
+ "Licensor" shall mean the copyright owner or entity authorized by
5665
+ the copyright owner that is granting the License.
5666
+
5667
+ "Legal Entity" shall mean the union of the acting entity and all
5668
+ other entities that control, are controlled by, or are under common
5669
+ control with that entity. For the purposes of this definition,
5670
+ "control" means (i) the power, direct or indirect, to cause the
5671
+ direction or management of such entity, whether by contract or
5672
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
5673
+ outstanding shares, or (iii) beneficial ownership of such entity.
5674
+
5675
+ "You" (or "Your") shall mean an individual or Legal Entity
5676
+ exercising permissions granted by this License.
5677
+
5678
+ "Source" form shall mean the preferred form for making modifications,
5679
+ including but not limited to software source code, documentation
5680
+ source, and configuration files.
5681
+
5682
+ "Object" form shall mean any form resulting from mechanical
5683
+ transformation or translation of a Source form, including but
5684
+ not limited to compiled object code, generated documentation,
5685
+ and conversions to other media types.
5686
+
5687
+ "Work" shall mean the work of authorship, whether in Source or
5688
+ Object form, made available under the License, as indicated by a
5689
+ copyright notice that is included in or attached to the work
5690
+ (an example is provided in the Appendix below).
5691
+
5692
+ "Derivative Works" shall mean any work, whether in Source or Object
5693
+ form, that is based on (or derived from) the Work and for which the
5694
+ editorial revisions, annotations, elaborations, or other modifications
5695
+ represent, as a whole, an original work of authorship. For the purposes
5696
+ of this License, Derivative Works shall not include works that remain
5697
+ separable from, or merely link (or bind by name) to the interfaces of,
5698
+ the Work and Derivative Works thereof.
5699
+
5700
+ "Contribution" shall mean any work of authorship, including
5701
+ the original version of the Work and any modifications or additions
5702
+ to that Work or Derivative Works thereof, that is intentionally
5703
+ submitted to Licensor for inclusion in the Work by the copyright owner
5704
+ or by an individual or Legal Entity authorized to submit on behalf of
5705
+ the copyright owner. For the purposes of this definition, "submitted"
5706
+ means any form of electronic, verbal, or written communication sent
5707
+ to the Licensor or its representatives, including but not limited to
5708
+ communication on electronic mailing lists, source code control systems,
5709
+ and issue tracking systems that are managed by, or on behalf of, the
5710
+ Licensor for the purpose of discussing and improving the Work, but
5711
+ excluding communication that is conspicuously marked or otherwise
5712
+ designated in writing by the copyright owner as "Not a Contribution."
5713
+
5714
+ "Contributor" shall mean Licensor and any individual or Legal Entity
5715
+ on behalf of whom a Contribution has been received by Licensor and
5716
+ subsequently incorporated within the Work.
5717
+
5718
+ 2. Grant of Copyright License. Subject to the terms and conditions of
5719
+ this License, each Contributor hereby grants to You a perpetual,
5720
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5721
+ copyright license to reproduce, prepare Derivative Works of,
5722
+ publicly display, publicly perform, sublicense, and distribute the
5723
+ Work and such Derivative Works in Source or Object form.
5724
+
5725
+ 3. Grant of Patent License. Subject to the terms and conditions of
5726
+ this License, each Contributor hereby grants to You a perpetual,
5727
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5728
+ (except as stated in this section) patent license to make, have made,
5729
+ use, offer to sell, sell, import, and otherwise transfer the Work,
5730
+ where such license applies only to those patent claims licensable
5731
+ by such Contributor that are necessarily infringed by their
5732
+ Contribution(s) alone or by combination of their Contribution(s)
5733
+ with the Work to which such Contribution(s) was submitted. If You
5734
+ institute patent litigation against any entity (including a
5735
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
5736
+ or a Contribution incorporated within the Work constitutes direct
5737
+ or contributory patent infringement, then any patent licenses
5738
+ granted to You under this License for that Work shall terminate
5739
+ as of the date such litigation is filed.
5740
+
5741
+ 4. Redistribution. You may reproduce and distribute copies of the
5742
+ Work or Derivative Works thereof in any medium, with or without
5743
+ modifications, and in Source or Object form, provided that You
5744
+ meet the following conditions:
5745
+
5746
+ (a) You must give any other recipients of the Work or
5747
+ Derivative Works a copy of this License; and
5748
+
5749
+ (b) You must cause any modified files to carry prominent notices
5750
+ stating that You changed the files; and
5751
+
5752
+ (c) You must retain, in the Source form of any Derivative Works
5753
+ that You distribute, all copyright, patent, trademark, and
5754
+ attribution notices from the Source form of the Work,
5755
+ excluding those notices that do not pertain to any part of
5756
+ the Derivative Works; and
5757
+
5758
+ (d) If the Work includes a "NOTICE" text file as part of its
5759
+ distribution, then any Derivative Works that You distribute must
5760
+ include a readable copy of the attribution notices contained
5761
+ within such NOTICE file, excluding those notices that do not
5762
+ pertain to any part of the Derivative Works, in at least one
5763
+ of the following places: within a NOTICE text file distributed
5764
+ as part of the Derivative Works; within the Source form or
5765
+ documentation, if provided along with the Derivative Works; or,
5766
+ within a display generated by the Derivative Works, if and
5767
+ wherever such third-party notices normally appear. The contents
5768
+ of the NOTICE file are for informational purposes only and
5769
+ do not modify the License. You may add Your own attribution
5770
+ notices within Derivative Works that You distribute, alongside
5771
+ or as an addendum to the NOTICE text from the Work, provided
5772
+ that such additional attribution notices cannot be construed
5773
+ as modifying the License.
5774
+
5775
+ You may add Your own copyright statement to Your modifications and
5776
+ may provide additional or different license terms and conditions
5777
+ for use, reproduction, or distribution of Your modifications, or
5778
+ for any such Derivative Works as a whole, provided Your use,
5779
+ reproduction, and distribution of the Work otherwise complies with
5780
+ the conditions stated in this License.
5781
+
5782
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
5783
+ any Contribution intentionally submitted for inclusion in the Work
5784
+ by You to the Licensor shall be under the terms and conditions of
5785
+ this License, without any additional terms or conditions.
5786
+ Notwithstanding the above, nothing herein shall supersede or modify
5787
+ the terms of any separate license agreement you may have executed
5788
+ with Licensor regarding such Contributions.
5789
+
5790
+ 6. Trademarks. This License does not grant permission to use the trade
5791
+ names, trademarks, service marks, or product names of the Licensor,
5792
+ except as required for reasonable and customary use in describing the
5793
+ origin of the Work and reproducing the content of the NOTICE file.
5794
+
5795
+ 7. Disclaimer of Warranty. Unless required by applicable law or
5796
+ agreed to in writing, Licensor provides the Work (and each
5797
+ Contributor provides its Contributions) on an "AS IS" BASIS,
5798
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5799
+ implied, including, without limitation, any warranties or conditions
5800
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5801
+ PARTICULAR PURPOSE. You are solely responsible for determining the
5802
+ appropriateness of using or redistributing the Work and assume any
5803
+ risks associated with Your exercise of permissions under this License.
5804
+
5805
+ 8. Limitation of Liability. In no event and under no legal theory,
5806
+ whether in tort (including negligence), contract, or otherwise,
5807
+ unless required by applicable law (such as deliberate and grossly
5808
+ negligent acts) or agreed to in writing, shall any Contributor be
5809
+ liable to You for damages, including any direct, indirect, special,
5810
+ incidental, or consequential damages of any character arising as a
5811
+ result of this License or out of the use or inability to use the
5812
+ Work (including but not limited to damages for loss of goodwill,
5813
+ work stoppage, computer failure or malfunction, or any and all
5814
+ other commercial damages or losses), even if such Contributor
5815
+ has been advised of the possibility of such damages.
5816
+
5817
+ 9. Accepting Warranty or Additional Liability. While redistributing
5818
+ the Work or Derivative Works thereof, You may choose to offer,
5819
+ and charge a fee for, acceptance of support, warranty, indemnity,
5820
+ or other liability obligations and/or rights consistent with this
5821
+ License. However, in accepting such obligations, You may act only
5822
+ on Your own behalf and on Your sole responsibility, not on behalf
5823
+ of any other Contributor, and only if You agree to indemnify,
5824
+ defend, and hold each Contributor harmless for any liability
5825
+ incurred by, or claims asserted against, such Contributor by reason
5826
+ of your accepting any such warranty or additional liability.
5827
+
5828
+ END OF TERMS AND CONDITIONS
5829
+
5830
+ APPENDIX: How to apply the Apache License to your work.
5831
+
5832
+ To apply the Apache License to your work, attach the following
5833
+ boilerplate notice, with the fields enclosed by brackets "[]"
5834
+ replaced with your own identifying information. (Don't include
5835
+ the brackets!) The text should be enclosed in the appropriate
5836
+ comment syntax for the file format. We also recommend that a
5837
+ file or class name and description of purpose be included on the
5838
+ same "printed page" as the copyright notice for easier
5839
+ identification within third-party archives.
5840
+
5841
+ Copyright 2016 Djzin
5842
+
5843
+ Licensed under the Apache License, Version 2.0 (the "License");
5844
+ you may not use this file except in compliance with the License.
5845
+ You may obtain a copy of the License at
5846
+
5847
+ http://www.apache.org/licenses/LICENSE-2.0
5848
+
5849
+ Unless required by applicable law or agreed to in writing, software
5850
+ distributed under the License is distributed on an "AS IS" BASIS,
5851
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5852
+ See the License for the specific language governing permissions and
5853
+ limitations under the License.
5854
+
5855
+ ================================================================================
5856
+ chrono-tz-build v0.1.0 LICENSE
5363
5857
  ================================================================================
5364
5858
 
5365
5859
  Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
@@ -8332,69 +8826,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8332
8826
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8333
8827
  SOFTWARE.
8334
8828
 
8335
- ================================================================================
8336
- csv-core COPYING
8337
- ================================================================================
8338
-
8339
- This project is dual-licensed under the Unlicense and MIT licenses.
8340
-
8341
- You may use this code under the terms of either license.
8342
-
8343
- ================================================================================
8344
- csv-core LICENSE-MIT
8345
- ================================================================================
8346
-
8347
- The MIT License (MIT)
8348
-
8349
- Copyright (c) 2015 Andrew Gallant
8350
-
8351
- Permission is hereby granted, free of charge, to any person obtaining a copy
8352
- of this software and associated documentation files (the "Software"), to deal
8353
- in the Software without restriction, including without limitation the rights
8354
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8355
- copies of the Software, and to permit persons to whom the Software is
8356
- furnished to do so, subject to the following conditions:
8357
-
8358
- The above copyright notice and this permission notice shall be included in
8359
- all copies or substantial portions of the Software.
8360
-
8361
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8362
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8363
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8364
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8365
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8366
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8367
- THE SOFTWARE.
8368
-
8369
- ================================================================================
8370
- csv-core UNLICENSE
8371
- ================================================================================
8372
-
8373
- This is free and unencumbered software released into the public domain.
8374
-
8375
- Anyone is free to copy, modify, publish, use, compile, sell, or
8376
- distribute this software, either in source code form or as a compiled
8377
- binary, for any purpose, commercial or non-commercial, and by any
8378
- means.
8379
-
8380
- In jurisdictions that recognize copyright laws, the author or authors
8381
- of this software dedicate any and all copyright interest in the
8382
- software to the public domain. We make this dedication for the benefit
8383
- of the public at large and to the detriment of our heirs and
8384
- successors. We intend this dedication to be an overt act of
8385
- relinquishment in perpetuity of all present and future rights to this
8386
- software under copyright law.
8387
-
8388
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8389
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8390
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8391
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
8392
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
8393
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
8394
- OTHER DEALINGS IN THE SOFTWARE.
8395
-
8396
- For more information, please refer to <http://unlicense.org/>
8397
-
8398
8829
  ================================================================================
8399
8830
  dirs LICENSE-APACHE
8400
8831
  ================================================================================
@@ -27744,249 +28175,13 @@ APPENDIX: How to apply the Apache License to your work.
27744
28175
  same "printed page" as the copyright notice for easier
27745
28176
  identification within third-party archives.
27746
28177
 
27747
- Copyright 2019 The CryptoCorrosion Contributors
27748
-
27749
- Licensed under the Apache License, Version 2.0 (the "License");
27750
- you may not use this file except in compliance with the License.
27751
- You may obtain a copy of the License at
27752
-
27753
- http://www.apache.org/licenses/LICENSE-2.0
27754
-
27755
- Unless required by applicable law or agreed to in writing, software
27756
- distributed under the License is distributed on an "AS IS" BASIS,
27757
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27758
- See the License for the specific language governing permissions and
27759
- limitations under the License.
27760
-
27761
- ================================================================================
27762
- ppv-lite86 LICENSE-MIT
27763
- ================================================================================
27764
-
27765
- Copyright (c) 2019 The CryptoCorrosion Contributors
27766
-
27767
- Permission is hereby granted, free of charge, to any
27768
- person obtaining a copy of this software and associated
27769
- documentation files (the "Software"), to deal in the
27770
- Software without restriction, including without
27771
- limitation the rights to use, copy, modify, merge,
27772
- publish, distribute, sublicense, and/or sell copies of
27773
- the Software, and to permit persons to whom the Software
27774
- is furnished to do so, subject to the following
27775
- conditions:
27776
-
27777
- The above copyright notice and this permission notice
27778
- shall be included in all copies or substantial portions
27779
- of the Software.
27780
-
27781
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
27782
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
27783
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
27784
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
27785
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
27786
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27787
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
27788
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27789
- DEALINGS IN THE SOFTWARE.
27790
-
27791
- ================================================================================
27792
- proc-macro2 LICENSE-APACHE
27793
- ================================================================================
27794
-
27795
- Apache License
27796
- Version 2.0, January 2004
27797
- http://www.apache.org/licenses/
27798
-
27799
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
27800
-
27801
- 1. Definitions.
27802
-
27803
- "License" shall mean the terms and conditions for use, reproduction,
27804
- and distribution as defined by Sections 1 through 9 of this document.
27805
-
27806
- "Licensor" shall mean the copyright owner or entity authorized by
27807
- the copyright owner that is granting the License.
27808
-
27809
- "Legal Entity" shall mean the union of the acting entity and all
27810
- other entities that control, are controlled by, or are under common
27811
- control with that entity. For the purposes of this definition,
27812
- "control" means (i) the power, direct or indirect, to cause the
27813
- direction or management of such entity, whether by contract or
27814
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
27815
- outstanding shares, or (iii) beneficial ownership of such entity.
27816
-
27817
- "You" (or "Your") shall mean an individual or Legal Entity
27818
- exercising permissions granted by this License.
27819
-
27820
- "Source" form shall mean the preferred form for making modifications,
27821
- including but not limited to software source code, documentation
27822
- source, and configuration files.
27823
-
27824
- "Object" form shall mean any form resulting from mechanical
27825
- transformation or translation of a Source form, including but
27826
- not limited to compiled object code, generated documentation,
27827
- and conversions to other media types.
27828
-
27829
- "Work" shall mean the work of authorship, whether in Source or
27830
- Object form, made available under the License, as indicated by a
27831
- copyright notice that is included in or attached to the work
27832
- (an example is provided in the Appendix below).
27833
-
27834
- "Derivative Works" shall mean any work, whether in Source or Object
27835
- form, that is based on (or derived from) the Work and for which the
27836
- editorial revisions, annotations, elaborations, or other modifications
27837
- represent, as a whole, an original work of authorship. For the purposes
27838
- of this License, Derivative Works shall not include works that remain
27839
- separable from, or merely link (or bind by name) to the interfaces of,
27840
- the Work and Derivative Works thereof.
27841
-
27842
- "Contribution" shall mean any work of authorship, including
27843
- the original version of the Work and any modifications or additions
27844
- to that Work or Derivative Works thereof, that is intentionally
27845
- submitted to Licensor for inclusion in the Work by the copyright owner
27846
- or by an individual or Legal Entity authorized to submit on behalf of
27847
- the copyright owner. For the purposes of this definition, "submitted"
27848
- means any form of electronic, verbal, or written communication sent
27849
- to the Licensor or its representatives, including but not limited to
27850
- communication on electronic mailing lists, source code control systems,
27851
- and issue tracking systems that are managed by, or on behalf of, the
27852
- Licensor for the purpose of discussing and improving the Work, but
27853
- excluding communication that is conspicuously marked or otherwise
27854
- designated in writing by the copyright owner as "Not a Contribution."
27855
-
27856
- "Contributor" shall mean Licensor and any individual or Legal Entity
27857
- on behalf of whom a Contribution has been received by Licensor and
27858
- subsequently incorporated within the Work.
27859
-
27860
- 2. Grant of Copyright License. Subject to the terms and conditions of
27861
- this License, each Contributor hereby grants to You a perpetual,
27862
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
27863
- copyright license to reproduce, prepare Derivative Works of,
27864
- publicly display, publicly perform, sublicense, and distribute the
27865
- Work and such Derivative Works in Source or Object form.
27866
-
27867
- 3. Grant of Patent License. Subject to the terms and conditions of
27868
- this License, each Contributor hereby grants to You a perpetual,
27869
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
27870
- (except as stated in this section) patent license to make, have made,
27871
- use, offer to sell, sell, import, and otherwise transfer the Work,
27872
- where such license applies only to those patent claims licensable
27873
- by such Contributor that are necessarily infringed by their
27874
- Contribution(s) alone or by combination of their Contribution(s)
27875
- with the Work to which such Contribution(s) was submitted. If You
27876
- institute patent litigation against any entity (including a
27877
- cross-claim or counterclaim in a lawsuit) alleging that the Work
27878
- or a Contribution incorporated within the Work constitutes direct
27879
- or contributory patent infringement, then any patent licenses
27880
- granted to You under this License for that Work shall terminate
27881
- as of the date such litigation is filed.
27882
-
27883
- 4. Redistribution. You may reproduce and distribute copies of the
27884
- Work or Derivative Works thereof in any medium, with or without
27885
- modifications, and in Source or Object form, provided that You
27886
- meet the following conditions:
27887
-
27888
- (a) You must give any other recipients of the Work or
27889
- Derivative Works a copy of this License; and
27890
-
27891
- (b) You must cause any modified files to carry prominent notices
27892
- stating that You changed the files; and
27893
-
27894
- (c) You must retain, in the Source form of any Derivative Works
27895
- that You distribute, all copyright, patent, trademark, and
27896
- attribution notices from the Source form of the Work,
27897
- excluding those notices that do not pertain to any part of
27898
- the Derivative Works; and
27899
-
27900
- (d) If the Work includes a "NOTICE" text file as part of its
27901
- distribution, then any Derivative Works that You distribute must
27902
- include a readable copy of the attribution notices contained
27903
- within such NOTICE file, excluding those notices that do not
27904
- pertain to any part of the Derivative Works, in at least one
27905
- of the following places: within a NOTICE text file distributed
27906
- as part of the Derivative Works; within the Source form or
27907
- documentation, if provided along with the Derivative Works; or,
27908
- within a display generated by the Derivative Works, if and
27909
- wherever such third-party notices normally appear. The contents
27910
- of the NOTICE file are for informational purposes only and
27911
- do not modify the License. You may add Your own attribution
27912
- notices within Derivative Works that You distribute, alongside
27913
- or as an addendum to the NOTICE text from the Work, provided
27914
- that such additional attribution notices cannot be construed
27915
- as modifying the License.
27916
-
27917
- You may add Your own copyright statement to Your modifications and
27918
- may provide additional or different license terms and conditions
27919
- for use, reproduction, or distribution of Your modifications, or
27920
- for any such Derivative Works as a whole, provided Your use,
27921
- reproduction, and distribution of the Work otherwise complies with
27922
- the conditions stated in this License.
27923
-
27924
- 5. Submission of Contributions. Unless You explicitly state otherwise,
27925
- any Contribution intentionally submitted for inclusion in the Work
27926
- by You to the Licensor shall be under the terms and conditions of
27927
- this License, without any additional terms or conditions.
27928
- Notwithstanding the above, nothing herein shall supersede or modify
27929
- the terms of any separate license agreement you may have executed
27930
- with Licensor regarding such Contributions.
27931
-
27932
- 6. Trademarks. This License does not grant permission to use the trade
27933
- names, trademarks, service marks, or product names of the Licensor,
27934
- except as required for reasonable and customary use in describing the
27935
- origin of the Work and reproducing the content of the NOTICE file.
27936
-
27937
- 7. Disclaimer of Warranty. Unless required by applicable law or
27938
- agreed to in writing, Licensor provides the Work (and each
27939
- Contributor provides its Contributions) on an "AS IS" BASIS,
27940
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
27941
- implied, including, without limitation, any warranties or conditions
27942
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
27943
- PARTICULAR PURPOSE. You are solely responsible for determining the
27944
- appropriateness of using or redistributing the Work and assume any
27945
- risks associated with Your exercise of permissions under this License.
27946
-
27947
- 8. Limitation of Liability. In no event and under no legal theory,
27948
- whether in tort (including negligence), contract, or otherwise,
27949
- unless required by applicable law (such as deliberate and grossly
27950
- negligent acts) or agreed to in writing, shall any Contributor be
27951
- liable to You for damages, including any direct, indirect, special,
27952
- incidental, or consequential damages of any character arising as a
27953
- result of this License or out of the use or inability to use the
27954
- Work (including but not limited to damages for loss of goodwill,
27955
- work stoppage, computer failure or malfunction, or any and all
27956
- other commercial damages or losses), even if such Contributor
27957
- has been advised of the possibility of such damages.
27958
-
27959
- 9. Accepting Warranty or Additional Liability. While redistributing
27960
- the Work or Derivative Works thereof, You may choose to offer,
27961
- and charge a fee for, acceptance of support, warranty, indemnity,
27962
- or other liability obligations and/or rights consistent with this
27963
- License. However, in accepting such obligations, You may act only
27964
- on Your own behalf and on Your sole responsibility, not on behalf
27965
- of any other Contributor, and only if You agree to indemnify,
27966
- defend, and hold each Contributor harmless for any liability
27967
- incurred by, or claims asserted against, such Contributor by reason
27968
- of your accepting any such warranty or additional liability.
27969
-
27970
- END OF TERMS AND CONDITIONS
27971
-
27972
- APPENDIX: How to apply the Apache License to your work.
27973
-
27974
- To apply the Apache License to your work, attach the following
27975
- boilerplate notice, with the fields enclosed by brackets "[]"
27976
- replaced with your own identifying information. (Don't include
27977
- the brackets!) The text should be enclosed in the appropriate
27978
- comment syntax for the file format. We also recommend that a
27979
- file or class name and description of purpose be included on the
27980
- same "printed page" as the copyright notice for easier
27981
- identification within third-party archives.
27982
-
27983
- Copyright [yyyy] [name of copyright owner]
28178
+ Copyright 2019 The CryptoCorrosion Contributors
27984
28179
 
27985
28180
  Licensed under the Apache License, Version 2.0 (the "License");
27986
28181
  you may not use this file except in compliance with the License.
27987
28182
  You may obtain a copy of the License at
27988
28183
 
27989
- http://www.apache.org/licenses/LICENSE-2.0
28184
+ http://www.apache.org/licenses/LICENSE-2.0
27990
28185
 
27991
28186
  Unless required by applicable law or agreed to in writing, software
27992
28187
  distributed under the License is distributed on an "AS IS" BASIS,
@@ -27994,6 +28189,217 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27994
28189
  See the License for the specific language governing permissions and
27995
28190
  limitations under the License.
27996
28191
 
28192
+ ================================================================================
28193
+ ppv-lite86 LICENSE-MIT
28194
+ ================================================================================
28195
+
28196
+ Copyright (c) 2019 The CryptoCorrosion Contributors
28197
+
28198
+ Permission is hereby granted, free of charge, to any
28199
+ person obtaining a copy of this software and associated
28200
+ documentation files (the "Software"), to deal in the
28201
+ Software without restriction, including without
28202
+ limitation the rights to use, copy, modify, merge,
28203
+ publish, distribute, sublicense, and/or sell copies of
28204
+ the Software, and to permit persons to whom the Software
28205
+ is furnished to do so, subject to the following
28206
+ conditions:
28207
+
28208
+ The above copyright notice and this permission notice
28209
+ shall be included in all copies or substantial portions
28210
+ of the Software.
28211
+
28212
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
28213
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
28214
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
28215
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
28216
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
28217
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
28218
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
28219
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28220
+ DEALINGS IN THE SOFTWARE.
28221
+
28222
+ ================================================================================
28223
+ proc-macro2 LICENSE-APACHE
28224
+ ================================================================================
28225
+
28226
+ Apache License
28227
+ Version 2.0, January 2004
28228
+ http://www.apache.org/licenses/
28229
+
28230
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
28231
+
28232
+ 1. Definitions.
28233
+
28234
+ "License" shall mean the terms and conditions for use, reproduction,
28235
+ and distribution as defined by Sections 1 through 9 of this document.
28236
+
28237
+ "Licensor" shall mean the copyright owner or entity authorized by
28238
+ the copyright owner that is granting the License.
28239
+
28240
+ "Legal Entity" shall mean the union of the acting entity and all
28241
+ other entities that control, are controlled by, or are under common
28242
+ control with that entity. For the purposes of this definition,
28243
+ "control" means (i) the power, direct or indirect, to cause the
28244
+ direction or management of such entity, whether by contract or
28245
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
28246
+ outstanding shares, or (iii) beneficial ownership of such entity.
28247
+
28248
+ "You" (or "Your") shall mean an individual or Legal Entity
28249
+ exercising permissions granted by this License.
28250
+
28251
+ "Source" form shall mean the preferred form for making modifications,
28252
+ including but not limited to software source code, documentation
28253
+ source, and configuration files.
28254
+
28255
+ "Object" form shall mean any form resulting from mechanical
28256
+ transformation or translation of a Source form, including but
28257
+ not limited to compiled object code, generated documentation,
28258
+ and conversions to other media types.
28259
+
28260
+ "Work" shall mean the work of authorship, whether in Source or
28261
+ Object form, made available under the License, as indicated by a
28262
+ copyright notice that is included in or attached to the work
28263
+ (an example is provided in the Appendix below).
28264
+
28265
+ "Derivative Works" shall mean any work, whether in Source or Object
28266
+ form, that is based on (or derived from) the Work and for which the
28267
+ editorial revisions, annotations, elaborations, or other modifications
28268
+ represent, as a whole, an original work of authorship. For the purposes
28269
+ of this License, Derivative Works shall not include works that remain
28270
+ separable from, or merely link (or bind by name) to the interfaces of,
28271
+ the Work and Derivative Works thereof.
28272
+
28273
+ "Contribution" shall mean any work of authorship, including
28274
+ the original version of the Work and any modifications or additions
28275
+ to that Work or Derivative Works thereof, that is intentionally
28276
+ submitted to Licensor for inclusion in the Work by the copyright owner
28277
+ or by an individual or Legal Entity authorized to submit on behalf of
28278
+ the copyright owner. For the purposes of this definition, "submitted"
28279
+ means any form of electronic, verbal, or written communication sent
28280
+ to the Licensor or its representatives, including but not limited to
28281
+ communication on electronic mailing lists, source code control systems,
28282
+ and issue tracking systems that are managed by, or on behalf of, the
28283
+ Licensor for the purpose of discussing and improving the Work, but
28284
+ excluding communication that is conspicuously marked or otherwise
28285
+ designated in writing by the copyright owner as "Not a Contribution."
28286
+
28287
+ "Contributor" shall mean Licensor and any individual or Legal Entity
28288
+ on behalf of whom a Contribution has been received by Licensor and
28289
+ subsequently incorporated within the Work.
28290
+
28291
+ 2. Grant of Copyright License. Subject to the terms and conditions of
28292
+ this License, each Contributor hereby grants to You a perpetual,
28293
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
28294
+ copyright license to reproduce, prepare Derivative Works of,
28295
+ publicly display, publicly perform, sublicense, and distribute the
28296
+ Work and such Derivative Works in Source or Object form.
28297
+
28298
+ 3. Grant of Patent License. Subject to the terms and conditions of
28299
+ this License, each Contributor hereby grants to You a perpetual,
28300
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
28301
+ (except as stated in this section) patent license to make, have made,
28302
+ use, offer to sell, sell, import, and otherwise transfer the Work,
28303
+ where such license applies only to those patent claims licensable
28304
+ by such Contributor that are necessarily infringed by their
28305
+ Contribution(s) alone or by combination of their Contribution(s)
28306
+ with the Work to which such Contribution(s) was submitted. If You
28307
+ institute patent litigation against any entity (including a
28308
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
28309
+ or a Contribution incorporated within the Work constitutes direct
28310
+ or contributory patent infringement, then any patent licenses
28311
+ granted to You under this License for that Work shall terminate
28312
+ as of the date such litigation is filed.
28313
+
28314
+ 4. Redistribution. You may reproduce and distribute copies of the
28315
+ Work or Derivative Works thereof in any medium, with or without
28316
+ modifications, and in Source or Object form, provided that You
28317
+ meet the following conditions:
28318
+
28319
+ (a) You must give any other recipients of the Work or
28320
+ Derivative Works a copy of this License; and
28321
+
28322
+ (b) You must cause any modified files to carry prominent notices
28323
+ stating that You changed the files; and
28324
+
28325
+ (c) You must retain, in the Source form of any Derivative Works
28326
+ that You distribute, all copyright, patent, trademark, and
28327
+ attribution notices from the Source form of the Work,
28328
+ excluding those notices that do not pertain to any part of
28329
+ the Derivative Works; and
28330
+
28331
+ (d) If the Work includes a "NOTICE" text file as part of its
28332
+ distribution, then any Derivative Works that You distribute must
28333
+ include a readable copy of the attribution notices contained
28334
+ within such NOTICE file, excluding those notices that do not
28335
+ pertain to any part of the Derivative Works, in at least one
28336
+ of the following places: within a NOTICE text file distributed
28337
+ as part of the Derivative Works; within the Source form or
28338
+ documentation, if provided along with the Derivative Works; or,
28339
+ within a display generated by the Derivative Works, if and
28340
+ wherever such third-party notices normally appear. The contents
28341
+ of the NOTICE file are for informational purposes only and
28342
+ do not modify the License. You may add Your own attribution
28343
+ notices within Derivative Works that You distribute, alongside
28344
+ or as an addendum to the NOTICE text from the Work, provided
28345
+ that such additional attribution notices cannot be construed
28346
+ as modifying the License.
28347
+
28348
+ You may add Your own copyright statement to Your modifications and
28349
+ may provide additional or different license terms and conditions
28350
+ for use, reproduction, or distribution of Your modifications, or
28351
+ for any such Derivative Works as a whole, provided Your use,
28352
+ reproduction, and distribution of the Work otherwise complies with
28353
+ the conditions stated in this License.
28354
+
28355
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
28356
+ any Contribution intentionally submitted for inclusion in the Work
28357
+ by You to the Licensor shall be under the terms and conditions of
28358
+ this License, without any additional terms or conditions.
28359
+ Notwithstanding the above, nothing herein shall supersede or modify
28360
+ the terms of any separate license agreement you may have executed
28361
+ with Licensor regarding such Contributions.
28362
+
28363
+ 6. Trademarks. This License does not grant permission to use the trade
28364
+ names, trademarks, service marks, or product names of the Licensor,
28365
+ except as required for reasonable and customary use in describing the
28366
+ origin of the Work and reproducing the content of the NOTICE file.
28367
+
28368
+ 7. Disclaimer of Warranty. Unless required by applicable law or
28369
+ agreed to in writing, Licensor provides the Work (and each
28370
+ Contributor provides its Contributions) on an "AS IS" BASIS,
28371
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
28372
+ implied, including, without limitation, any warranties or conditions
28373
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
28374
+ PARTICULAR PURPOSE. You are solely responsible for determining the
28375
+ appropriateness of using or redistributing the Work and assume any
28376
+ risks associated with Your exercise of permissions under this License.
28377
+
28378
+ 8. Limitation of Liability. In no event and under no legal theory,
28379
+ whether in tort (including negligence), contract, or otherwise,
28380
+ unless required by applicable law (such as deliberate and grossly
28381
+ negligent acts) or agreed to in writing, shall any Contributor be
28382
+ liable to You for damages, including any direct, indirect, special,
28383
+ incidental, or consequential damages of any character arising as a
28384
+ result of this License or out of the use or inability to use the
28385
+ Work (including but not limited to damages for loss of goodwill,
28386
+ work stoppage, computer failure or malfunction, or any and all
28387
+ other commercial damages or losses), even if such Contributor
28388
+ has been advised of the possibility of such damages.
28389
+
28390
+ 9. Accepting Warranty or Additional Liability. While redistributing
28391
+ the Work or Derivative Works thereof, You may choose to offer,
28392
+ and charge a fee for, acceptance of support, warranty, indemnity,
28393
+ or other liability obligations and/or rights consistent with this
28394
+ License. However, in accepting such obligations, You may act only
28395
+ on Your own behalf and on Your sole responsibility, not on behalf
28396
+ of any other Contributor, and only if You agree to indemnify,
28397
+ defend, and hold each Contributor harmless for any liability
28398
+ incurred by, or claims asserted against, such Contributor by reason
28399
+ of your accepting any such warranty or additional liability.
28400
+
28401
+ END OF TERMS AND CONDITIONS
28402
+
27997
28403
  ================================================================================
27998
28404
  proc-macro2 LICENSE-MIT
27999
28405
  ================================================================================
@@ -33176,31 +33582,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
33176
33582
 
33177
33583
  END OF TERMS AND CONDITIONS
33178
33584
 
33179
- APPENDIX: How to apply the Apache License to your work.
33180
-
33181
- To apply the Apache License to your work, attach the following
33182
- boilerplate notice, with the fields enclosed by brackets "[]"
33183
- replaced with your own identifying information. (Don't include
33184
- the brackets!) The text should be enclosed in the appropriate
33185
- comment syntax for the file format. We also recommend that a
33186
- file or class name and description of purpose be included on the
33187
- same "printed page" as the copyright notice for easier
33188
- identification within third-party archives.
33189
-
33190
- Copyright [yyyy] [name of copyright owner]
33191
-
33192
- Licensed under the Apache License, Version 2.0 (the "License");
33193
- you may not use this file except in compliance with the License.
33194
- You may obtain a copy of the License at
33195
-
33196
- http://www.apache.org/licenses/LICENSE-2.0
33197
-
33198
- Unless required by applicable law or agreed to in writing, software
33199
- distributed under the License is distributed on an "AS IS" BASIS,
33200
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33201
- See the License for the specific language governing permissions and
33202
- limitations under the License.
33203
-
33204
33585
  ================================================================================
33205
33586
  serde_json LICENSE-MIT
33206
33587
  ================================================================================
@@ -36530,6 +36911,33 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
36530
36911
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36531
36912
  DEALINGS IN THE SOFTWARE.
36532
36913
 
36914
+ ================================================================================
36915
+ sysinfo LICENSE
36916
+ ================================================================================
36917
+
36918
+ The MIT License (MIT)
36919
+
36920
+ Copyright (c) 2015 Guillaume Gomez
36921
+
36922
+ Permission is hereby granted, free of charge, to any person obtaining a copy
36923
+ of this software and associated documentation files (the "Software"), to deal
36924
+ in the Software without restriction, including without limitation the rights
36925
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36926
+ copies of the Software, and to permit persons to whom the Software is
36927
+ furnished to do so, subject to the following conditions:
36928
+
36929
+ The above copyright notice and this permission notice shall be included in all
36930
+ copies or substantial portions of the Software.
36931
+
36932
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36933
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36934
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36935
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36936
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36937
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36938
+ SOFTWARE.
36939
+
36940
+
36533
36941
  ================================================================================
36534
36942
  thiserror LICENSE-APACHE
36535
36943
  ================================================================================
@@ -38828,7 +39236,7 @@ BSD License
38828
39236
 
38829
39237
  For Zstandard software
38830
39238
 
38831
- Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
39239
+ Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
38832
39240
 
38833
39241
  Redistribution and use in source and binary forms, with or without modification,
38834
39242
  are permitted provided that the following conditions are met:
@@ -38840,9 +39248,9 @@ are permitted provided that the following conditions are met:
38840
39248
  this list of conditions and the following disclaimer in the documentation
38841
39249
  and/or other materials provided with the distribution.
38842
39250
 
38843
- * Neither the name Facebook nor the names of its contributors may be used to
38844
- endorse or promote products derived from this software without specific
38845
- prior written permission.
39251
+ * Neither the name Facebook, nor Meta, nor the names of its contributors may
39252
+ be used to endorse or promote products derived from this software without
39253
+ specific prior written permission.
38846
39254
 
38847
39255
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
38848
39256
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED