polars-df 0.22.0-x86_64-linux-musl → 0.23.0-x86_64-linux-musl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +112 -89
- data/LICENSE-THIRD-PARTY.txt +528 -77
- data/README.md +8 -7
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/3.4/polars.so +0 -0
- data/lib/polars/data_frame.rb +11 -9
- data/lib/polars/data_types.rb +9 -1
- data/lib/polars/date_time_expr.rb +35 -14
- data/lib/polars/expr.rb +2 -2
- data/lib/polars/iceberg_dataset.rb +113 -0
- data/lib/polars/io/iceberg.rb +8 -1
- data/lib/polars/io/ipc.rb +28 -49
- data/lib/polars/io/scan_options.rb +9 -3
- data/lib/polars/io/utils.rb +17 -0
- data/lib/polars/lazy_frame.rb +5 -2
- data/lib/polars/scan_cast_options.rb +4 -1
- data/lib/polars/selectors.rb +8 -8
- data/lib/polars/series.rb +23 -1
- data/lib/polars/string_expr.rb +1 -1
- data/lib/polars/string_name_space.rb +1 -1
- data/lib/polars/utils/convert.rb +2 -2
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +2 -0
- metadata +4 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
|
@@ -286,6 +286,10 @@ foldhash v0.1.5
|
|
|
286
286
|
https://github.com/orlp/foldhash
|
|
287
287
|
Zlib
|
|
288
288
|
|
|
289
|
+
foldhash v0.2.0
|
|
290
|
+
https://github.com/orlp/foldhash
|
|
291
|
+
Zlib
|
|
292
|
+
|
|
289
293
|
form_urlencoded v1.2.1
|
|
290
294
|
https://github.com/servo/rust-url
|
|
291
295
|
MIT OR Apache-2.0
|
|
@@ -350,7 +354,7 @@ h2 v0.4.10
|
|
|
350
354
|
https://github.com/hyperium/h2
|
|
351
355
|
MIT
|
|
352
356
|
|
|
353
|
-
halfbrown v0.
|
|
357
|
+
halfbrown v0.4.0
|
|
354
358
|
https://github.com/Licenser/halfbrown
|
|
355
359
|
Apache-2.0/MIT
|
|
356
360
|
|
|
@@ -358,6 +362,10 @@ hashbrown v0.15.3
|
|
|
358
362
|
https://github.com/rust-lang/hashbrown
|
|
359
363
|
MIT OR Apache-2.0
|
|
360
364
|
|
|
365
|
+
hashbrown v0.16.0
|
|
366
|
+
https://github.com/rust-lang/hashbrown
|
|
367
|
+
MIT OR Apache-2.0
|
|
368
|
+
|
|
361
369
|
heck v0.5.0
|
|
362
370
|
https://github.com/withoutboats/heck
|
|
363
371
|
MIT OR Apache-2.0
|
|
@@ -442,7 +450,7 @@ idna_adapter v1.2.1
|
|
|
442
450
|
https://docs.rs/crate/idna_adapter/latest
|
|
443
451
|
Apache-2.0 OR MIT
|
|
444
452
|
|
|
445
|
-
indexmap v2.
|
|
453
|
+
indexmap v2.12.0
|
|
446
454
|
https://github.com/indexmap-rs/indexmap
|
|
447
455
|
Apache-2.0 OR MIT
|
|
448
456
|
|
|
@@ -542,7 +550,7 @@ lz4-sys v1.11.1+lz4-1.10.0
|
|
|
542
550
|
https://github.com/10xGenomics/lz4-rs
|
|
543
551
|
MIT
|
|
544
552
|
|
|
545
|
-
magnus v0.8.
|
|
553
|
+
magnus v0.8.2
|
|
546
554
|
https://github.com/matsadler/magnus
|
|
547
555
|
MIT
|
|
548
556
|
|
|
@@ -646,11 +654,11 @@ planus v1.1.1
|
|
|
646
654
|
https://github.com/planus-org/planus
|
|
647
655
|
MIT/Apache-2.0
|
|
648
656
|
|
|
649
|
-
polars v0.
|
|
657
|
+
polars v0.52.0
|
|
650
658
|
https://www.pola.rs/
|
|
651
659
|
MIT
|
|
652
660
|
|
|
653
|
-
polars-arrow v0.
|
|
661
|
+
polars-arrow v0.52.0
|
|
654
662
|
https://www.pola.rs/
|
|
655
663
|
MIT AND Apache-2.0
|
|
656
664
|
|
|
@@ -658,47 +666,47 @@ polars-arrow-format v0.2.0
|
|
|
658
666
|
https://github.com/DataEngineeringLabs/arrow-format
|
|
659
667
|
Apache-2.0
|
|
660
668
|
|
|
661
|
-
polars-compute v0.
|
|
669
|
+
polars-compute v0.52.0
|
|
662
670
|
https://www.pola.rs/
|
|
663
671
|
MIT
|
|
664
672
|
|
|
665
|
-
polars-core v0.
|
|
673
|
+
polars-core v0.52.0
|
|
666
674
|
https://www.pola.rs/
|
|
667
675
|
MIT
|
|
668
676
|
|
|
669
|
-
polars-dtype v0.
|
|
677
|
+
polars-dtype v0.52.0
|
|
670
678
|
https://www.pola.rs/
|
|
671
679
|
MIT
|
|
672
680
|
|
|
673
|
-
polars-error v0.
|
|
681
|
+
polars-error v0.52.0
|
|
674
682
|
https://www.pola.rs/
|
|
675
683
|
MIT
|
|
676
684
|
|
|
677
|
-
polars-expr v0.
|
|
685
|
+
polars-expr v0.52.0
|
|
678
686
|
https://www.pola.rs/
|
|
679
687
|
MIT
|
|
680
688
|
|
|
681
|
-
polars-io v0.
|
|
689
|
+
polars-io v0.52.0
|
|
682
690
|
https://www.pola.rs/
|
|
683
691
|
MIT
|
|
684
692
|
|
|
685
|
-
polars-json v0.
|
|
693
|
+
polars-json v0.52.0
|
|
686
694
|
https://www.pola.rs/
|
|
687
695
|
MIT
|
|
688
696
|
|
|
689
|
-
polars-lazy v0.
|
|
697
|
+
polars-lazy v0.52.0
|
|
690
698
|
https://www.pola.rs/
|
|
691
699
|
MIT
|
|
692
700
|
|
|
693
|
-
polars-mem-engine v0.
|
|
701
|
+
polars-mem-engine v0.52.0
|
|
694
702
|
https://www.pola.rs/
|
|
695
703
|
MIT
|
|
696
704
|
|
|
697
|
-
polars-ops v0.
|
|
705
|
+
polars-ops v0.52.0
|
|
698
706
|
https://www.pola.rs/
|
|
699
707
|
MIT
|
|
700
708
|
|
|
701
|
-
polars-parquet v0.
|
|
709
|
+
polars-parquet v0.52.0
|
|
702
710
|
https://www.pola.rs/
|
|
703
711
|
MIT AND Apache-2.0
|
|
704
712
|
|
|
@@ -706,31 +714,31 @@ polars-parquet-format v0.1.0
|
|
|
706
714
|
https://github.com/pola-rs/parquet-format
|
|
707
715
|
MIT AND Apache-2.0
|
|
708
716
|
|
|
709
|
-
polars-plan v0.
|
|
717
|
+
polars-plan v0.52.0
|
|
710
718
|
https://www.pola.rs/
|
|
711
719
|
MIT
|
|
712
720
|
|
|
713
|
-
polars-row v0.
|
|
721
|
+
polars-row v0.52.0
|
|
714
722
|
https://www.pola.rs/
|
|
715
723
|
MIT
|
|
716
724
|
|
|
717
|
-
polars-schema v0.
|
|
725
|
+
polars-schema v0.52.0
|
|
718
726
|
https://www.pola.rs/
|
|
719
727
|
MIT
|
|
720
728
|
|
|
721
|
-
polars-sql v0.
|
|
729
|
+
polars-sql v0.52.0
|
|
722
730
|
https://www.pola.rs/
|
|
723
731
|
MIT
|
|
724
732
|
|
|
725
|
-
polars-stream v0.
|
|
733
|
+
polars-stream v0.52.0
|
|
726
734
|
https://www.pola.rs/
|
|
727
735
|
MIT
|
|
728
736
|
|
|
729
|
-
polars-time v0.
|
|
737
|
+
polars-time v0.52.0
|
|
730
738
|
https://www.pola.rs/
|
|
731
739
|
MIT
|
|
732
740
|
|
|
733
|
-
polars-utils v0.
|
|
741
|
+
polars-utils v0.52.0
|
|
734
742
|
https://www.pola.rs/
|
|
735
743
|
MIT
|
|
736
744
|
|
|
@@ -914,11 +922,15 @@ seq-macro v0.3.6
|
|
|
914
922
|
https://github.com/dtolnay/seq-macro
|
|
915
923
|
MIT OR Apache-2.0
|
|
916
924
|
|
|
917
|
-
serde v1.0.
|
|
925
|
+
serde v1.0.228
|
|
926
|
+
https://serde.rs
|
|
927
|
+
MIT OR Apache-2.0
|
|
928
|
+
|
|
929
|
+
serde_core v1.0.228
|
|
918
930
|
https://serde.rs
|
|
919
931
|
MIT OR Apache-2.0
|
|
920
932
|
|
|
921
|
-
serde_derive v1.0.
|
|
933
|
+
serde_derive v1.0.228
|
|
922
934
|
https://serde.rs
|
|
923
935
|
MIT OR Apache-2.0
|
|
924
936
|
|
|
@@ -954,7 +966,7 @@ signal-hook-registry v1.4.5
|
|
|
954
966
|
https://github.com/vorner/signal-hook
|
|
955
967
|
Apache-2.0/MIT
|
|
956
968
|
|
|
957
|
-
simd-json v0.
|
|
969
|
+
simd-json v0.17.0
|
|
958
970
|
https://github.com/simd-lite/simd-json
|
|
959
971
|
Apache-2.0 OR MIT
|
|
960
972
|
|
|
@@ -966,10 +978,6 @@ siphasher v1.0.1
|
|
|
966
978
|
https://docs.rs/siphasher
|
|
967
979
|
MIT/Apache-2.0
|
|
968
980
|
|
|
969
|
-
skiplist v0.6.0
|
|
970
|
-
https://jpellis.me/projects/rust-skiplist/
|
|
971
|
-
MIT
|
|
972
|
-
|
|
973
981
|
slab v0.4.9
|
|
974
982
|
https://github.com/tokio-rs/slab
|
|
975
983
|
MIT
|
|
@@ -1150,7 +1158,7 @@ uuid v1.16.0
|
|
|
1150
1158
|
https://github.com/uuid-rs/uuid
|
|
1151
1159
|
Apache-2.0 OR MIT
|
|
1152
1160
|
|
|
1153
|
-
value-trait v0.
|
|
1161
|
+
value-trait v0.12.1
|
|
1154
1162
|
https://github.com/simd-lite/value-trait
|
|
1155
1163
|
Apache-2.0/MIT
|
|
1156
1164
|
|
|
@@ -5478,6 +5486,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5478
5486
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5479
5487
|
SOFTWARE.
|
|
5480
5488
|
|
|
5489
|
+
================================================================================
|
|
5490
|
+
brotli LICENSE.BSD-3-Clause
|
|
5491
|
+
================================================================================
|
|
5492
|
+
|
|
5493
|
+
Copyright (c) 2016 Dropbox, Inc.
|
|
5494
|
+
All rights reserved.
|
|
5495
|
+
|
|
5496
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
5497
|
+
|
|
5498
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
5499
|
+
|
|
5500
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
5501
|
+
|
|
5502
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
5503
|
+
|
|
5504
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5505
|
+
|
|
5481
5506
|
================================================================================
|
|
5482
5507
|
brotli LICENSE.MIT
|
|
5483
5508
|
================================================================================
|
|
@@ -5502,23 +5527,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5502
5527
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5503
5528
|
THE SOFTWARE.
|
|
5504
5529
|
|
|
5505
|
-
================================================================================
|
|
5506
|
-
brotli LICENSE.BSD-3-Clause
|
|
5507
|
-
================================================================================
|
|
5508
|
-
|
|
5509
|
-
Copyright (c) 2016 Dropbox, Inc.
|
|
5510
|
-
All rights reserved.
|
|
5511
|
-
|
|
5512
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
5513
|
-
|
|
5514
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
5515
|
-
|
|
5516
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
5517
|
-
|
|
5518
|
-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
5519
|
-
|
|
5520
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5521
|
-
|
|
5522
5530
|
================================================================================
|
|
5523
5531
|
brotli-decompressor LICENSE
|
|
5524
5532
|
================================================================================
|
|
@@ -13919,7 +13927,31 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
13919
13927
|
DEALINGS IN THE SOFTWARE.
|
|
13920
13928
|
|
|
13921
13929
|
================================================================================
|
|
13922
|
-
foldhash LICENSE
|
|
13930
|
+
foldhash v0.1.5 LICENSE
|
|
13931
|
+
================================================================================
|
|
13932
|
+
|
|
13933
|
+
Copyright (c) 2024 Orson Peters
|
|
13934
|
+
|
|
13935
|
+
This software is provided 'as-is', without any express or implied warranty. In
|
|
13936
|
+
no event will the authors be held liable for any damages arising from the use of
|
|
13937
|
+
this software.
|
|
13938
|
+
|
|
13939
|
+
Permission is granted to anyone to use this software for any purpose, including
|
|
13940
|
+
commercial applications, and to alter it and redistribute it freely, subject to
|
|
13941
|
+
the following restrictions:
|
|
13942
|
+
|
|
13943
|
+
1. The origin of this software must not be misrepresented; you must not claim
|
|
13944
|
+
that you wrote the original software. If you use this software in a product,
|
|
13945
|
+
an acknowledgment in the product documentation would be appreciated but is
|
|
13946
|
+
not required.
|
|
13947
|
+
|
|
13948
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
|
13949
|
+
misrepresented as being the original software.
|
|
13950
|
+
|
|
13951
|
+
3. This notice may not be removed or altered from any source distribution.
|
|
13952
|
+
|
|
13953
|
+
================================================================================
|
|
13954
|
+
foldhash v0.2.0 LICENSE
|
|
13923
13955
|
================================================================================
|
|
13924
13956
|
|
|
13925
13957
|
Copyright (c) 2024 Orson Peters
|
|
@@ -17556,7 +17588,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
17556
17588
|
SOFTWARE.
|
|
17557
17589
|
|
|
17558
17590
|
================================================================================
|
|
17559
|
-
hashbrown LICENSE-APACHE
|
|
17591
|
+
hashbrown v0.15.3 LICENSE-APACHE
|
|
17560
17592
|
================================================================================
|
|
17561
17593
|
|
|
17562
17594
|
Apache License
|
|
@@ -17762,7 +17794,243 @@ See the License for the specific language governing permissions and
|
|
|
17762
17794
|
limitations under the License.
|
|
17763
17795
|
|
|
17764
17796
|
================================================================================
|
|
17765
|
-
hashbrown LICENSE-MIT
|
|
17797
|
+
hashbrown v0.15.3 LICENSE-MIT
|
|
17798
|
+
================================================================================
|
|
17799
|
+
|
|
17800
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
17801
|
+
|
|
17802
|
+
Permission is hereby granted, free of charge, to any
|
|
17803
|
+
person obtaining a copy of this software and associated
|
|
17804
|
+
documentation files (the "Software"), to deal in the
|
|
17805
|
+
Software without restriction, including without
|
|
17806
|
+
limitation the rights to use, copy, modify, merge,
|
|
17807
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
17808
|
+
the Software, and to permit persons to whom the Software
|
|
17809
|
+
is furnished to do so, subject to the following
|
|
17810
|
+
conditions:
|
|
17811
|
+
|
|
17812
|
+
The above copyright notice and this permission notice
|
|
17813
|
+
shall be included in all copies or substantial portions
|
|
17814
|
+
of the Software.
|
|
17815
|
+
|
|
17816
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
17817
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
17818
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
17819
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
17820
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
17821
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
17822
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
17823
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
17824
|
+
DEALINGS IN THE SOFTWARE.
|
|
17825
|
+
|
|
17826
|
+
================================================================================
|
|
17827
|
+
hashbrown v0.16.0 LICENSE-APACHE
|
|
17828
|
+
================================================================================
|
|
17829
|
+
|
|
17830
|
+
Apache License
|
|
17831
|
+
Version 2.0, January 2004
|
|
17832
|
+
http://www.apache.org/licenses/
|
|
17833
|
+
|
|
17834
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
17835
|
+
|
|
17836
|
+
1. Definitions.
|
|
17837
|
+
|
|
17838
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
17839
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
17840
|
+
|
|
17841
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
17842
|
+
the copyright owner that is granting the License.
|
|
17843
|
+
|
|
17844
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17845
|
+
other entities that control, are controlled by, or are under common
|
|
17846
|
+
control with that entity. For the purposes of this definition,
|
|
17847
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
17848
|
+
direction or management of such entity, whether by contract or
|
|
17849
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
17850
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
17851
|
+
|
|
17852
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
17853
|
+
exercising permissions granted by this License.
|
|
17854
|
+
|
|
17855
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
17856
|
+
including but not limited to software source code, documentation
|
|
17857
|
+
source, and configuration files.
|
|
17858
|
+
|
|
17859
|
+
"Object" form shall mean any form resulting from mechanical
|
|
17860
|
+
transformation or translation of a Source form, including but
|
|
17861
|
+
not limited to compiled object code, generated documentation,
|
|
17862
|
+
and conversions to other media types.
|
|
17863
|
+
|
|
17864
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
17865
|
+
Object form, made available under the License, as indicated by a
|
|
17866
|
+
copyright notice that is included in or attached to the work
|
|
17867
|
+
(an example is provided in the Appendix below).
|
|
17868
|
+
|
|
17869
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
17870
|
+
form, that is based on (or derived from) the Work and for which the
|
|
17871
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
17872
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
17873
|
+
of this License, Derivative Works shall not include works that remain
|
|
17874
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
17875
|
+
the Work and Derivative Works thereof.
|
|
17876
|
+
|
|
17877
|
+
"Contribution" shall mean any work of authorship, including
|
|
17878
|
+
the original version of the Work and any modifications or additions
|
|
17879
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
17880
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
17881
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
17882
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
17883
|
+
means any form of electronic, verbal, or written communication sent
|
|
17884
|
+
to the Licensor or its representatives, including but not limited to
|
|
17885
|
+
communication on electronic mailing lists, source code control systems,
|
|
17886
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
17887
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
17888
|
+
excluding communication that is conspicuously marked or otherwise
|
|
17889
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
17890
|
+
|
|
17891
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
17892
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
17893
|
+
subsequently incorporated within the Work.
|
|
17894
|
+
|
|
17895
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
17896
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
17897
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
17898
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
17899
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
17900
|
+
Work and such Derivative Works in Source or Object form.
|
|
17901
|
+
|
|
17902
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
17903
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
17904
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
17905
|
+
(except as stated in this section) patent license to make, have made,
|
|
17906
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
17907
|
+
where such license applies only to those patent claims licensable
|
|
17908
|
+
by such Contributor that are necessarily infringed by their
|
|
17909
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
17910
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
17911
|
+
institute patent litigation against any entity (including a
|
|
17912
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
17913
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
17914
|
+
or contributory patent infringement, then any patent licenses
|
|
17915
|
+
granted to You under this License for that Work shall terminate
|
|
17916
|
+
as of the date such litigation is filed.
|
|
17917
|
+
|
|
17918
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
17919
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
17920
|
+
modifications, and in Source or Object form, provided that You
|
|
17921
|
+
meet the following conditions:
|
|
17922
|
+
|
|
17923
|
+
(a) You must give any other recipients of the Work or
|
|
17924
|
+
Derivative Works a copy of this License; and
|
|
17925
|
+
|
|
17926
|
+
(b) You must cause any modified files to carry prominent notices
|
|
17927
|
+
stating that You changed the files; and
|
|
17928
|
+
|
|
17929
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
17930
|
+
that You distribute, all copyright, patent, trademark, and
|
|
17931
|
+
attribution notices from the Source form of the Work,
|
|
17932
|
+
excluding those notices that do not pertain to any part of
|
|
17933
|
+
the Derivative Works; and
|
|
17934
|
+
|
|
17935
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
17936
|
+
distribution, then any Derivative Works that You distribute must
|
|
17937
|
+
include a readable copy of the attribution notices contained
|
|
17938
|
+
within such NOTICE file, excluding those notices that do not
|
|
17939
|
+
pertain to any part of the Derivative Works, in at least one
|
|
17940
|
+
of the following places: within a NOTICE text file distributed
|
|
17941
|
+
as part of the Derivative Works; within the Source form or
|
|
17942
|
+
documentation, if provided along with the Derivative Works; or,
|
|
17943
|
+
within a display generated by the Derivative Works, if and
|
|
17944
|
+
wherever such third-party notices normally appear. The contents
|
|
17945
|
+
of the NOTICE file are for informational purposes only and
|
|
17946
|
+
do not modify the License. You may add Your own attribution
|
|
17947
|
+
notices within Derivative Works that You distribute, alongside
|
|
17948
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
17949
|
+
that such additional attribution notices cannot be construed
|
|
17950
|
+
as modifying the License.
|
|
17951
|
+
|
|
17952
|
+
You may add Your own copyright statement to Your modifications and
|
|
17953
|
+
may provide additional or different license terms and conditions
|
|
17954
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
17955
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
17956
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
17957
|
+
the conditions stated in this License.
|
|
17958
|
+
|
|
17959
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
17960
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
17961
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
17962
|
+
this License, without any additional terms or conditions.
|
|
17963
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
17964
|
+
the terms of any separate license agreement you may have executed
|
|
17965
|
+
with Licensor regarding such Contributions.
|
|
17966
|
+
|
|
17967
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
17968
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
17969
|
+
except as required for reasonable and customary use in describing the
|
|
17970
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
17971
|
+
|
|
17972
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
17973
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
17974
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
17975
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
17976
|
+
implied, including, without limitation, any warranties or conditions
|
|
17977
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
17978
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
17979
|
+
appropriateness of using or redistributing the Work and assume any
|
|
17980
|
+
risks associated with Your exercise of permissions under this License.
|
|
17981
|
+
|
|
17982
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
17983
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
17984
|
+
unless required by applicable law (such as deliberate and grossly
|
|
17985
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
17986
|
+
liable to You for damages, including any direct, indirect, special,
|
|
17987
|
+
incidental, or consequential damages of any character arising as a
|
|
17988
|
+
result of this License or out of the use or inability to use the
|
|
17989
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
17990
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
17991
|
+
other commercial damages or losses), even if such Contributor
|
|
17992
|
+
has been advised of the possibility of such damages.
|
|
17993
|
+
|
|
17994
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
17995
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
17996
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
17997
|
+
or other liability obligations and/or rights consistent with this
|
|
17998
|
+
License. However, in accepting such obligations, You may act only
|
|
17999
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
18000
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
18001
|
+
defend, and hold each Contributor harmless for any liability
|
|
18002
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
18003
|
+
of your accepting any such warranty or additional liability.
|
|
18004
|
+
|
|
18005
|
+
END OF TERMS AND CONDITIONS
|
|
18006
|
+
|
|
18007
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
18008
|
+
|
|
18009
|
+
To apply the Apache License to your work, attach the following
|
|
18010
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
18011
|
+
replaced with your own identifying information. (Don't include
|
|
18012
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
18013
|
+
comment syntax for the file format. We also recommend that a
|
|
18014
|
+
file or class name and description of purpose be included on the
|
|
18015
|
+
same "printed page" as the copyright notice for easier
|
|
18016
|
+
identification within third-party archives.
|
|
18017
|
+
|
|
18018
|
+
Copyright [yyyy] [name of copyright owner]
|
|
18019
|
+
|
|
18020
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18021
|
+
you may not use this file except in compliance with the License.
|
|
18022
|
+
You may obtain a copy of the License at
|
|
18023
|
+
|
|
18024
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
18025
|
+
|
|
18026
|
+
Unless required by applicable law or agreed to in writing, software
|
|
18027
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
18028
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18029
|
+
See the License for the specific language governing permissions and
|
|
18030
|
+
limitations under the License.
|
|
18031
|
+
|
|
18032
|
+
================================================================================
|
|
18033
|
+
hashbrown v0.16.0 LICENSE-MIT
|
|
17766
18034
|
================================================================================
|
|
17767
18035
|
|
|
17768
18036
|
Copyright (c) 2016 Amanieu d'Antras
|
|
@@ -39620,6 +39888,215 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
39620
39888
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
39621
39889
|
DEALINGS IN THE SOFTWARE.
|
|
39622
39890
|
|
|
39891
|
+
================================================================================
|
|
39892
|
+
serde_core LICENSE-APACHE
|
|
39893
|
+
================================================================================
|
|
39894
|
+
|
|
39895
|
+
Apache License
|
|
39896
|
+
Version 2.0, January 2004
|
|
39897
|
+
http://www.apache.org/licenses/
|
|
39898
|
+
|
|
39899
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
39900
|
+
|
|
39901
|
+
1. Definitions.
|
|
39902
|
+
|
|
39903
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
39904
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
39905
|
+
|
|
39906
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
39907
|
+
the copyright owner that is granting the License.
|
|
39908
|
+
|
|
39909
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
39910
|
+
other entities that control, are controlled by, or are under common
|
|
39911
|
+
control with that entity. For the purposes of this definition,
|
|
39912
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
39913
|
+
direction or management of such entity, whether by contract or
|
|
39914
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
39915
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
39916
|
+
|
|
39917
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
39918
|
+
exercising permissions granted by this License.
|
|
39919
|
+
|
|
39920
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
39921
|
+
including but not limited to software source code, documentation
|
|
39922
|
+
source, and configuration files.
|
|
39923
|
+
|
|
39924
|
+
"Object" form shall mean any form resulting from mechanical
|
|
39925
|
+
transformation or translation of a Source form, including but
|
|
39926
|
+
not limited to compiled object code, generated documentation,
|
|
39927
|
+
and conversions to other media types.
|
|
39928
|
+
|
|
39929
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
39930
|
+
Object form, made available under the License, as indicated by a
|
|
39931
|
+
copyright notice that is included in or attached to the work
|
|
39932
|
+
(an example is provided in the Appendix below).
|
|
39933
|
+
|
|
39934
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
39935
|
+
form, that is based on (or derived from) the Work and for which the
|
|
39936
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
39937
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
39938
|
+
of this License, Derivative Works shall not include works that remain
|
|
39939
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
39940
|
+
the Work and Derivative Works thereof.
|
|
39941
|
+
|
|
39942
|
+
"Contribution" shall mean any work of authorship, including
|
|
39943
|
+
the original version of the Work and any modifications or additions
|
|
39944
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
39945
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
39946
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
39947
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
39948
|
+
means any form of electronic, verbal, or written communication sent
|
|
39949
|
+
to the Licensor or its representatives, including but not limited to
|
|
39950
|
+
communication on electronic mailing lists, source code control systems,
|
|
39951
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
39952
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
39953
|
+
excluding communication that is conspicuously marked or otherwise
|
|
39954
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
39955
|
+
|
|
39956
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
39957
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
39958
|
+
subsequently incorporated within the Work.
|
|
39959
|
+
|
|
39960
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
39961
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
39962
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
39963
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
39964
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
39965
|
+
Work and such Derivative Works in Source or Object form.
|
|
39966
|
+
|
|
39967
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
39968
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
39969
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
39970
|
+
(except as stated in this section) patent license to make, have made,
|
|
39971
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
39972
|
+
where such license applies only to those patent claims licensable
|
|
39973
|
+
by such Contributor that are necessarily infringed by their
|
|
39974
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
39975
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
39976
|
+
institute patent litigation against any entity (including a
|
|
39977
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
39978
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
39979
|
+
or contributory patent infringement, then any patent licenses
|
|
39980
|
+
granted to You under this License for that Work shall terminate
|
|
39981
|
+
as of the date such litigation is filed.
|
|
39982
|
+
|
|
39983
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
39984
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
39985
|
+
modifications, and in Source or Object form, provided that You
|
|
39986
|
+
meet the following conditions:
|
|
39987
|
+
|
|
39988
|
+
(a) You must give any other recipients of the Work or
|
|
39989
|
+
Derivative Works a copy of this License; and
|
|
39990
|
+
|
|
39991
|
+
(b) You must cause any modified files to carry prominent notices
|
|
39992
|
+
stating that You changed the files; and
|
|
39993
|
+
|
|
39994
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
39995
|
+
that You distribute, all copyright, patent, trademark, and
|
|
39996
|
+
attribution notices from the Source form of the Work,
|
|
39997
|
+
excluding those notices that do not pertain to any part of
|
|
39998
|
+
the Derivative Works; and
|
|
39999
|
+
|
|
40000
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
40001
|
+
distribution, then any Derivative Works that You distribute must
|
|
40002
|
+
include a readable copy of the attribution notices contained
|
|
40003
|
+
within such NOTICE file, excluding those notices that do not
|
|
40004
|
+
pertain to any part of the Derivative Works, in at least one
|
|
40005
|
+
of the following places: within a NOTICE text file distributed
|
|
40006
|
+
as part of the Derivative Works; within the Source form or
|
|
40007
|
+
documentation, if provided along with the Derivative Works; or,
|
|
40008
|
+
within a display generated by the Derivative Works, if and
|
|
40009
|
+
wherever such third-party notices normally appear. The contents
|
|
40010
|
+
of the NOTICE file are for informational purposes only and
|
|
40011
|
+
do not modify the License. You may add Your own attribution
|
|
40012
|
+
notices within Derivative Works that You distribute, alongside
|
|
40013
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
40014
|
+
that such additional attribution notices cannot be construed
|
|
40015
|
+
as modifying the License.
|
|
40016
|
+
|
|
40017
|
+
You may add Your own copyright statement to Your modifications and
|
|
40018
|
+
may provide additional or different license terms and conditions
|
|
40019
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
40020
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
40021
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
40022
|
+
the conditions stated in this License.
|
|
40023
|
+
|
|
40024
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
40025
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
40026
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
40027
|
+
this License, without any additional terms or conditions.
|
|
40028
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
40029
|
+
the terms of any separate license agreement you may have executed
|
|
40030
|
+
with Licensor regarding such Contributions.
|
|
40031
|
+
|
|
40032
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
40033
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
40034
|
+
except as required for reasonable and customary use in describing the
|
|
40035
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
40036
|
+
|
|
40037
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
40038
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
40039
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
40040
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
40041
|
+
implied, including, without limitation, any warranties or conditions
|
|
40042
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
40043
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
40044
|
+
appropriateness of using or redistributing the Work and assume any
|
|
40045
|
+
risks associated with Your exercise of permissions under this License.
|
|
40046
|
+
|
|
40047
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
40048
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
40049
|
+
unless required by applicable law (such as deliberate and grossly
|
|
40050
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
40051
|
+
liable to You for damages, including any direct, indirect, special,
|
|
40052
|
+
incidental, or consequential damages of any character arising as a
|
|
40053
|
+
result of this License or out of the use or inability to use the
|
|
40054
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
40055
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
40056
|
+
other commercial damages or losses), even if such Contributor
|
|
40057
|
+
has been advised of the possibility of such damages.
|
|
40058
|
+
|
|
40059
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
40060
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
40061
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
40062
|
+
or other liability obligations and/or rights consistent with this
|
|
40063
|
+
License. However, in accepting such obligations, You may act only
|
|
40064
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
40065
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
40066
|
+
defend, and hold each Contributor harmless for any liability
|
|
40067
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
40068
|
+
of your accepting any such warranty or additional liability.
|
|
40069
|
+
|
|
40070
|
+
END OF TERMS AND CONDITIONS
|
|
40071
|
+
|
|
40072
|
+
================================================================================
|
|
40073
|
+
serde_core LICENSE-MIT
|
|
40074
|
+
================================================================================
|
|
40075
|
+
|
|
40076
|
+
Permission is hereby granted, free of charge, to any
|
|
40077
|
+
person obtaining a copy of this software and associated
|
|
40078
|
+
documentation files (the "Software"), to deal in the
|
|
40079
|
+
Software without restriction, including without
|
|
40080
|
+
limitation the rights to use, copy, modify, merge,
|
|
40081
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
40082
|
+
the Software, and to permit persons to whom the Software
|
|
40083
|
+
is furnished to do so, subject to the following
|
|
40084
|
+
conditions:
|
|
40085
|
+
|
|
40086
|
+
The above copyright notice and this permission notice
|
|
40087
|
+
shall be included in all copies or substantial portions
|
|
40088
|
+
of the Software.
|
|
40089
|
+
|
|
40090
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
40091
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
40092
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
40093
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
40094
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
40095
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
40096
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
40097
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
40098
|
+
DEALINGS IN THE SOFTWARE.
|
|
40099
|
+
|
|
39623
40100
|
================================================================================
|
|
39624
40101
|
serde_derive LICENSE-APACHE
|
|
39625
40102
|
================================================================================
|
|
@@ -41899,32 +42376,6 @@ http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
|
41899
42376
|
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
|
41900
42377
|
option.
|
|
41901
42378
|
|
|
41902
|
-
================================================================================
|
|
41903
|
-
skiplist LICENSE
|
|
41904
|
-
================================================================================
|
|
41905
|
-
|
|
41906
|
-
The MIT License (MIT)
|
|
41907
|
-
|
|
41908
|
-
Copyright (c) 2015-2025 Joshua Ellis
|
|
41909
|
-
|
|
41910
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
41911
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
41912
|
-
in the Software without restriction, including without limitation the rights
|
|
41913
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
41914
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
41915
|
-
furnished to do so, subject to the following conditions:
|
|
41916
|
-
|
|
41917
|
-
The above copyright notice and this permission notice shall be included in all
|
|
41918
|
-
copies or substantial portions of the Software.
|
|
41919
|
-
|
|
41920
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
41921
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
41922
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
41923
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
41924
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41925
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
41926
|
-
SOFTWARE.
|
|
41927
|
-
|
|
41928
42379
|
================================================================================
|
|
41929
42380
|
slab LICENSE
|
|
41930
42381
|
================================================================================
|