polars-df 0.5.0-arm64-darwin → 0.6.0-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/Cargo.lock +337 -381
- data/LICENSE-THIRD-PARTY.txt +1032 -703
- data/README.md +4 -3
- data/lib/polars/3.0/polars.bundle +0 -0
- data/lib/polars/3.1/polars.bundle +0 -0
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/array_expr.rb +84 -0
- data/lib/polars/array_name_space.rb +77 -0
- data/lib/polars/batched_csv_reader.rb +1 -1
- data/lib/polars/data_frame.rb +91 -49
- data/lib/polars/data_types.rb +163 -29
- data/lib/polars/date_time_name_space.rb +17 -3
- data/lib/polars/expr.rb +76 -69
- data/lib/polars/functions.rb +0 -1
- data/lib/polars/group_by.rb +1 -22
- data/lib/polars/lazy_frame.rb +82 -30
- data/lib/polars/lazy_functions.rb +67 -31
- data/lib/polars/list_expr.rb +28 -28
- data/lib/polars/list_name_space.rb +13 -13
- data/lib/polars/rolling_group_by.rb +4 -2
- data/lib/polars/series.rb +70 -16
- data/lib/polars/string_expr.rb +137 -11
- data/lib/polars/string_name_space.rb +137 -22
- data/lib/polars/utils.rb +107 -57
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +3 -0
- metadata +4 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -14,7 +14,7 @@ ahash v0.8.3
|
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
17
|
-
aho-corasick v1.0.
|
17
|
+
aho-corasick v1.0.2
|
18
18
|
https://github.com/BurntSushi/aho-corasick
|
19
19
|
Unlicense OR MIT
|
20
20
|
|
@@ -26,6 +26,10 @@ alloc-stdlib v0.2.2
|
|
26
26
|
https://github.com/dropbox/rust-alloc-no-stdlib
|
27
27
|
BSD-3-Clause
|
28
28
|
|
29
|
+
allocator-api2 v0.2.16
|
30
|
+
https://github.com/zakarumych/allocator-api2
|
31
|
+
MIT OR Apache-2.0
|
32
|
+
|
29
33
|
argminmax v0.6.1
|
30
34
|
https://github.com/jvdd/argminmax
|
31
35
|
MIT
|
@@ -38,7 +42,7 @@ arrow-format v0.8.1
|
|
38
42
|
https://github.com/DataEngineeringLabs/arrow-format
|
39
43
|
Apache-2.0
|
40
44
|
|
41
|
-
arrow2 v0.17.
|
45
|
+
arrow2 v0.17.3
|
42
46
|
https://github.com/jorgecarleitao/arrow2
|
43
47
|
Apache-2.0
|
44
48
|
|
@@ -50,7 +54,7 @@ async-stream-impl v0.3.5
|
|
50
54
|
https://github.com/tokio-rs/async-stream
|
51
55
|
MIT
|
52
56
|
|
53
|
-
async-trait v0.1.
|
57
|
+
async-trait v0.1.71
|
54
58
|
https://github.com/dtolnay/async-trait
|
55
59
|
MIT OR Apache-2.0
|
56
60
|
|
@@ -66,11 +70,11 @@ avro-schema v0.3.0
|
|
66
70
|
https://github.com/DataEngineeringLabs/avro-schema
|
67
71
|
MIT/Apache-2.0
|
68
72
|
|
69
|
-
base64 v0.21.
|
73
|
+
base64 v0.21.2
|
70
74
|
https://github.com/marshallpierce/rust-base64
|
71
75
|
MIT OR Apache-2.0
|
72
76
|
|
73
|
-
bindgen v0.
|
77
|
+
bindgen v0.62.0
|
74
78
|
https://rust-lang.github.io/rust-bindgen/
|
75
79
|
BSD-3-Clause
|
76
80
|
|
@@ -114,18 +118,18 @@ chrono v0.4.24
|
|
114
118
|
https://github.com/chronotope/chrono
|
115
119
|
MIT/Apache-2.0
|
116
120
|
|
117
|
-
chrono-tz v0.8.
|
121
|
+
chrono-tz v0.8.3
|
118
122
|
https://github.com/chronotope/chrono-tz
|
119
123
|
MIT OR Apache-2.0
|
120
124
|
|
121
|
-
chrono-tz-build v0.
|
125
|
+
chrono-tz-build v0.2.0
|
122
126
|
MIT OR Apache-2.0
|
123
127
|
|
124
128
|
clang-sys v1.6.1
|
125
129
|
https://github.com/KyleMayes/clang-sys
|
126
130
|
Apache-2.0
|
127
131
|
|
128
|
-
comfy-table
|
132
|
+
comfy-table v7.0.1
|
129
133
|
https://github.com/nukesor/comfy-table
|
130
134
|
MIT
|
131
135
|
|
@@ -153,7 +157,7 @@ crossbeam-deque v0.8.3
|
|
153
157
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
154
158
|
MIT OR Apache-2.0
|
155
159
|
|
156
|
-
crossbeam-epoch v0.9.
|
160
|
+
crossbeam-epoch v0.9.15
|
157
161
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
158
162
|
MIT OR Apache-2.0
|
159
163
|
|
@@ -161,11 +165,11 @@ crossbeam-queue v0.3.8
|
|
161
165
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
|
162
166
|
MIT OR Apache-2.0
|
163
167
|
|
164
|
-
crossbeam-utils v0.8.
|
168
|
+
crossbeam-utils v0.8.16
|
165
169
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
166
170
|
MIT OR Apache-2.0
|
167
171
|
|
168
|
-
crossterm v0.
|
172
|
+
crossterm v0.26.1
|
169
173
|
https://github.com/crossterm-rs/crossterm
|
170
174
|
MIT
|
171
175
|
|
@@ -177,10 +181,14 @@ either v1.8.1
|
|
177
181
|
https://github.com/bluss/either
|
178
182
|
MIT OR Apache-2.0
|
179
183
|
|
180
|
-
enum_dispatch v0.3.
|
184
|
+
enum_dispatch v0.3.12
|
181
185
|
https://gitlab.com/antonok/enum_dispatch
|
182
186
|
MIT OR Apache-2.0
|
183
187
|
|
188
|
+
equivalent v1.0.1
|
189
|
+
https://github.com/cuviper/equivalent
|
190
|
+
Apache-2.0 OR MIT
|
191
|
+
|
184
192
|
ethnum v1.3.2
|
185
193
|
https://github.com/nlordell/ethnum-rs
|
186
194
|
MIT OR Apache-2.0
|
@@ -241,7 +249,7 @@ futures-util v0.3.28
|
|
241
249
|
https://rust-lang.github.io/futures-rs
|
242
250
|
MIT OR Apache-2.0
|
243
251
|
|
244
|
-
getrandom v0.2.
|
252
|
+
getrandom v0.2.10
|
245
253
|
https://github.com/rust-random/getrandom
|
246
254
|
MIT OR Apache-2.0
|
247
255
|
|
@@ -249,7 +257,7 @@ glob v0.3.1
|
|
249
257
|
https://github.com/rust-lang/glob
|
250
258
|
MIT OR Apache-2.0
|
251
259
|
|
252
|
-
halfbrown v0.2.
|
260
|
+
halfbrown v0.2.4
|
253
261
|
https://github.com/Licenser/halfbrown
|
254
262
|
Apache-2.0/MIT
|
255
263
|
|
@@ -257,11 +265,11 @@ hash_hasher v2.0.3
|
|
257
265
|
https://github.com/Fraser999/Hash-Hasher.git
|
258
266
|
Apache-2.0 OR MIT
|
259
267
|
|
260
|
-
hashbrown v0.
|
268
|
+
hashbrown v0.13.2
|
261
269
|
https://github.com/rust-lang/hashbrown
|
262
270
|
MIT OR Apache-2.0
|
263
271
|
|
264
|
-
hashbrown v0.
|
272
|
+
hashbrown v0.14.0
|
265
273
|
https://github.com/rust-lang/hashbrown
|
266
274
|
MIT OR Apache-2.0
|
267
275
|
|
@@ -277,15 +285,15 @@ home v0.5.5
|
|
277
285
|
https://github.com/rust-lang/cargo
|
278
286
|
MIT OR Apache-2.0
|
279
287
|
|
280
|
-
iana-time-zone v0.1.
|
288
|
+
iana-time-zone v0.1.57
|
281
289
|
https://github.com/strawlab/iana-time-zone
|
282
290
|
MIT OR Apache-2.0
|
283
291
|
|
284
|
-
indexmap
|
292
|
+
indexmap v2.0.0
|
285
293
|
https://github.com/bluss/indexmap
|
286
294
|
Apache-2.0 OR MIT
|
287
295
|
|
288
|
-
itoa v1.0.
|
296
|
+
itoa v1.0.8
|
289
297
|
https://github.com/dtolnay/itoa
|
290
298
|
MIT OR Apache-2.0
|
291
299
|
|
@@ -297,10 +305,6 @@ jobserver v0.1.26
|
|
297
305
|
https://github.com/alexcrichton/jobserver-rs
|
298
306
|
MIT/Apache-2.0
|
299
307
|
|
300
|
-
json-deserializer v0.4.4
|
301
|
-
https://github.com/jorgecarleitao/json-deserializer
|
302
|
-
Apache-2.0
|
303
|
-
|
304
308
|
jsonpath_lib v0.3.0
|
305
309
|
https://github.com/freestrings/jsonpath
|
306
310
|
MIT
|
@@ -341,11 +345,11 @@ lexical-write-integer v0.8.5
|
|
341
345
|
https://github.com/Alexhuszagh/rust-lexical
|
342
346
|
MIT/Apache-2.0
|
343
347
|
|
344
|
-
libc v0.2.
|
348
|
+
libc v0.2.147
|
345
349
|
https://github.com/rust-lang/libc
|
346
350
|
MIT OR Apache-2.0
|
347
351
|
|
348
|
-
libflate v1.
|
352
|
+
libflate v1.4.0
|
349
353
|
https://github.com/sile/libflate
|
350
354
|
MIT
|
351
355
|
|
@@ -357,7 +361,7 @@ libloading v0.7.4
|
|
357
361
|
https://github.com/nagisa/rust_libloading/
|
358
362
|
ISC
|
359
363
|
|
360
|
-
libm v0.2.
|
364
|
+
libm v0.2.7
|
361
365
|
https://github.com/rust-lang/libm
|
362
366
|
MIT OR Apache-2.0
|
363
367
|
|
@@ -365,11 +369,11 @@ libmimalloc-sys v0.1.33
|
|
365
369
|
https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys
|
366
370
|
MIT
|
367
371
|
|
368
|
-
lock_api v0.4.
|
372
|
+
lock_api v0.4.10
|
369
373
|
https://github.com/Amanieu/parking_lot
|
370
374
|
MIT OR Apache-2.0
|
371
375
|
|
372
|
-
log v0.4.
|
376
|
+
log v0.4.19
|
373
377
|
https://github.com/rust-lang/log
|
374
378
|
MIT OR Apache-2.0
|
375
379
|
|
@@ -381,7 +385,7 @@ lz4-sys v1.9.4
|
|
381
385
|
https://github.com/10xGenomics/lz4-rs
|
382
386
|
MIT
|
383
387
|
|
384
|
-
magnus v0.5.
|
388
|
+
magnus v0.5.4
|
385
389
|
https://github.com/matsadler/magnus
|
386
390
|
MIT
|
387
391
|
|
@@ -397,7 +401,7 @@ memmap2 v0.5.10
|
|
397
401
|
https://github.com/RazrFalcon/memmap2-rs
|
398
402
|
MIT OR Apache-2.0
|
399
403
|
|
400
|
-
memoffset v0.
|
404
|
+
memoffset v0.9.0
|
401
405
|
https://github.com/Gilnaa/memoffset
|
402
406
|
MIT
|
403
407
|
|
@@ -413,15 +417,15 @@ miniz_oxide v0.7.1
|
|
413
417
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
414
418
|
MIT OR Zlib OR Apache-2.0
|
415
419
|
|
416
|
-
mio v0.8.
|
420
|
+
mio v0.8.8
|
417
421
|
https://github.com/tokio-rs/mio
|
418
422
|
MIT
|
419
423
|
|
420
|
-
multiversion v0.7.
|
424
|
+
multiversion v0.7.2
|
421
425
|
https://github.com/calebzulawski/multiversion
|
422
426
|
MIT OR Apache-2.0
|
423
427
|
|
424
|
-
multiversion-macros v0.7.
|
428
|
+
multiversion-macros v0.7.2
|
425
429
|
https://github.com/calebzulawski/multiversion
|
426
430
|
MIT OR Apache-2.0
|
427
431
|
|
@@ -441,11 +445,11 @@ num-traits v0.2.15
|
|
441
445
|
https://github.com/rust-num/num-traits
|
442
446
|
MIT OR Apache-2.0
|
443
447
|
|
444
|
-
num_cpus v1.
|
448
|
+
num_cpus v1.16.0
|
445
449
|
https://github.com/seanmonstar/num_cpus
|
446
450
|
MIT OR Apache-2.0
|
447
451
|
|
448
|
-
once_cell v1.
|
452
|
+
once_cell v1.18.0
|
449
453
|
https://github.com/matklad/once_cell
|
450
454
|
MIT OR Apache-2.0
|
451
455
|
|
@@ -453,7 +457,7 @@ parking_lot v0.12.1
|
|
453
457
|
https://github.com/Amanieu/parking_lot
|
454
458
|
MIT OR Apache-2.0
|
455
459
|
|
456
|
-
parking_lot_core v0.9.
|
460
|
+
parking_lot_core v0.9.8
|
457
461
|
https://github.com/Amanieu/parking_lot
|
458
462
|
MIT OR Apache-2.0
|
459
463
|
|
@@ -473,23 +477,23 @@ peeking_take_while v0.1.2
|
|
473
477
|
https://github.com/fitzgen/peeking_take_while
|
474
478
|
Apache-2.0/MIT
|
475
479
|
|
476
|
-
phf v0.11.
|
480
|
+
phf v0.11.2
|
477
481
|
https://github.com/rust-phf/rust-phf
|
478
482
|
MIT
|
479
483
|
|
480
|
-
phf_codegen v0.11.
|
484
|
+
phf_codegen v0.11.2
|
481
485
|
https://github.com/rust-phf/rust-phf
|
482
486
|
MIT
|
483
487
|
|
484
|
-
phf_generator v0.11.
|
488
|
+
phf_generator v0.11.2
|
485
489
|
https://github.com/rust-phf/rust-phf
|
486
490
|
MIT
|
487
491
|
|
488
|
-
phf_shared v0.11.
|
492
|
+
phf_shared v0.11.2
|
489
493
|
https://github.com/rust-phf/rust-phf
|
490
494
|
MIT
|
491
495
|
|
492
|
-
pin-project-lite v0.2.
|
496
|
+
pin-project-lite v0.2.10
|
493
497
|
https://github.com/taiki-e/pin-project-lite
|
494
498
|
Apache-2.0 OR MIT
|
495
499
|
|
@@ -505,64 +509,68 @@ planus v0.3.1
|
|
505
509
|
https://github.com/planus-org/planus
|
506
510
|
MIT/Apache-2.0
|
507
511
|
|
508
|
-
polars v0.
|
512
|
+
polars v0.31.1
|
509
513
|
https://github.com/pola-rs/polars
|
510
514
|
MIT
|
511
515
|
|
512
|
-
polars-arrow v0.
|
516
|
+
polars-arrow v0.31.1
|
513
517
|
MIT
|
514
518
|
|
515
|
-
polars-core v0.
|
519
|
+
polars-core v0.31.1
|
516
520
|
https://github.com/pola-rs/polars
|
517
521
|
MIT
|
518
522
|
|
519
|
-
polars-error v0.
|
523
|
+
polars-error v0.31.1
|
520
524
|
https://github.com/pola-rs/polars
|
521
525
|
MIT
|
522
526
|
|
523
|
-
polars-io v0.
|
527
|
+
polars-io v0.31.1
|
524
528
|
https://github.com/pola-rs/polars
|
525
529
|
MIT
|
526
530
|
|
527
|
-
polars-
|
531
|
+
polars-json v0.31.1
|
528
532
|
https://github.com/pola-rs/polars
|
529
533
|
MIT
|
530
534
|
|
531
|
-
polars-
|
535
|
+
polars-lazy v0.31.1
|
532
536
|
https://github.com/pola-rs/polars
|
533
537
|
MIT
|
534
538
|
|
535
|
-
polars-
|
539
|
+
polars-ops v0.31.1
|
536
540
|
https://github.com/pola-rs/polars
|
537
541
|
MIT
|
538
542
|
|
539
|
-
polars-
|
543
|
+
polars-pipe v0.31.1
|
540
544
|
https://github.com/pola-rs/polars
|
541
545
|
MIT
|
542
546
|
|
543
|
-
polars-
|
547
|
+
polars-plan v0.31.1
|
544
548
|
https://github.com/pola-rs/polars
|
545
549
|
MIT
|
546
550
|
|
547
|
-
polars-
|
551
|
+
polars-row v0.31.1
|
548
552
|
https://github.com/pola-rs/polars
|
549
553
|
MIT
|
550
554
|
|
551
|
-
polars-
|
555
|
+
polars-sql v0.31.1
|
556
|
+
https://github.com/pola-rs/polars
|
552
557
|
MIT
|
553
558
|
|
554
|
-
polars-
|
559
|
+
polars-time v0.31.1
|
560
|
+
MIT
|
561
|
+
|
562
|
+
polars-utils v0.31.1
|
555
563
|
MIT
|
556
564
|
|
557
565
|
ppv-lite86 v0.2.17
|
558
566
|
https://github.com/cryptocorrosion/cryptocorrosion
|
559
567
|
MIT/Apache-2.0
|
560
568
|
|
561
|
-
proc-macro2 v1.0.
|
569
|
+
proc-macro2 v1.0.64
|
562
570
|
https://github.com/dtolnay/proc-macro2
|
563
571
|
MIT OR Apache-2.0
|
564
572
|
|
565
|
-
quote v1.0.
|
573
|
+
quote v1.0.29
|
566
574
|
https://github.com/dtolnay/quote
|
567
575
|
MIT OR Apache-2.0
|
568
576
|
|
@@ -590,11 +598,11 @@ rayon-core v1.11.0
|
|
590
598
|
https://github.com/rayon-rs/rayon
|
591
599
|
MIT OR Apache-2.0
|
592
600
|
|
593
|
-
rb-sys v0.9.
|
601
|
+
rb-sys v0.9.79
|
594
602
|
https://github.com/oxidize-rb/rb-sys
|
595
603
|
MIT OR Apache-2.0
|
596
604
|
|
597
|
-
rb-sys-build v0.9.
|
605
|
+
rb-sys-build v0.9.79
|
598
606
|
https://github.com/oxidize-rb/rb-sys
|
599
607
|
MIT OR Apache-2.0
|
600
608
|
|
@@ -602,16 +610,20 @@ rb-sys-env v0.1.2
|
|
602
610
|
https://github.com/oxidize-rb/rb-sys
|
603
611
|
MIT OR Apache-2.0
|
604
612
|
|
605
|
-
regex v1.
|
613
|
+
regex v1.9.1
|
606
614
|
https://github.com/rust-lang/regex
|
607
615
|
MIT OR Apache-2.0
|
608
616
|
|
617
|
+
regex-automata v0.3.3
|
618
|
+
https://github.com/rust-lang/regex/tree/master/regex-automata
|
619
|
+
MIT OR Apache-2.0
|
620
|
+
|
609
621
|
regex-syntax v0.6.29
|
610
622
|
https://github.com/rust-lang/regex
|
611
623
|
MIT OR Apache-2.0
|
612
624
|
|
613
|
-
regex-syntax v0.7.
|
614
|
-
https://github.com/rust-lang/regex
|
625
|
+
regex-syntax v0.7.4
|
626
|
+
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
615
627
|
MIT OR Apache-2.0
|
616
628
|
|
617
629
|
rle-decode-fast v1.0.3
|
@@ -626,11 +638,11 @@ rustc_version v0.4.0
|
|
626
638
|
https://github.com/Kimundi/rustc-version-rs
|
627
639
|
MIT/Apache-2.0
|
628
640
|
|
629
|
-
rustversion v1.0.
|
641
|
+
rustversion v1.0.13
|
630
642
|
https://github.com/dtolnay/rustversion
|
631
643
|
MIT OR Apache-2.0
|
632
644
|
|
633
|
-
ryu v1.0.
|
645
|
+
ryu v1.0.14
|
634
646
|
https://github.com/dtolnay/ryu
|
635
647
|
Apache-2.0 OR BSL-1.0
|
636
648
|
|
@@ -642,19 +654,19 @@ semver v1.0.17
|
|
642
654
|
https://github.com/dtolnay/semver
|
643
655
|
MIT OR Apache-2.0
|
644
656
|
|
645
|
-
seq-macro v0.3.
|
657
|
+
seq-macro v0.3.4
|
646
658
|
https://github.com/dtolnay/seq-macro
|
647
659
|
MIT OR Apache-2.0
|
648
660
|
|
649
|
-
serde v1.0.
|
661
|
+
serde v1.0.171
|
650
662
|
https://serde.rs
|
651
663
|
MIT OR Apache-2.0
|
652
664
|
|
653
|
-
serde_derive v1.0.
|
665
|
+
serde_derive v1.0.171
|
654
666
|
https://serde.rs
|
655
667
|
MIT OR Apache-2.0
|
656
668
|
|
657
|
-
serde_json v1.0.
|
669
|
+
serde_json v1.0.102
|
658
670
|
https://github.com/serde-rs/json
|
659
671
|
MIT OR Apache-2.0
|
660
672
|
|
@@ -666,7 +678,7 @@ shlex v1.1.0
|
|
666
678
|
https://github.com/comex/rust-shlex
|
667
679
|
MIT OR Apache-2.0
|
668
680
|
|
669
|
-
signal-hook v0.3.
|
681
|
+
signal-hook v0.3.16
|
670
682
|
https://github.com/vorner/signal-hook
|
671
683
|
Apache-2.0/MIT
|
672
684
|
|
@@ -678,7 +690,7 @@ signal-hook-registry v1.4.1
|
|
678
690
|
https://github.com/vorner/signal-hook
|
679
691
|
Apache-2.0/MIT
|
680
692
|
|
681
|
-
simd-json v0.
|
693
|
+
simd-json v0.10.3
|
682
694
|
https://github.com/simd-lite/simd-json
|
683
695
|
Apache-2.0 OR MIT
|
684
696
|
|
@@ -694,7 +706,7 @@ slab v0.4.8
|
|
694
706
|
https://github.com/tokio-rs/slab
|
695
707
|
MIT
|
696
708
|
|
697
|
-
smallvec v1.
|
709
|
+
smallvec v1.11.0
|
698
710
|
https://github.com/servo/rust-smallvec
|
699
711
|
MIT OR Apache-2.0
|
700
712
|
|
@@ -710,7 +722,7 @@ socket2 v0.4.9
|
|
710
722
|
https://github.com/rust-lang/socket2
|
711
723
|
MIT OR Apache-2.0
|
712
724
|
|
713
|
-
sqlparser v0.
|
725
|
+
sqlparser v0.34.0
|
714
726
|
https://github.com/sqlparser-rs/sqlparser-rs
|
715
727
|
Apache-2.0
|
716
728
|
|
@@ -738,27 +750,31 @@ strum_macros v0.24.3
|
|
738
750
|
https://github.com/Peternator7/strum
|
739
751
|
MIT
|
740
752
|
|
753
|
+
strum_macros v0.25.1
|
754
|
+
https://github.com/Peternator7/strum
|
755
|
+
MIT
|
756
|
+
|
741
757
|
syn v1.0.109
|
742
758
|
https://github.com/dtolnay/syn
|
743
759
|
MIT OR Apache-2.0
|
744
760
|
|
745
|
-
syn v2.0.
|
761
|
+
syn v2.0.26
|
746
762
|
https://github.com/dtolnay/syn
|
747
763
|
MIT OR Apache-2.0
|
748
764
|
|
749
|
-
sysinfo v0.
|
765
|
+
sysinfo v0.29.4
|
750
766
|
https://github.com/GuillaumeGomez/sysinfo
|
751
767
|
MIT
|
752
768
|
|
753
|
-
target-features v0.1.
|
769
|
+
target-features v0.1.4
|
754
770
|
https://github.com/calebzulawski/target-features
|
755
771
|
MIT OR Apache-2.0
|
756
772
|
|
757
|
-
thiserror v1.0.
|
773
|
+
thiserror v1.0.43
|
758
774
|
https://github.com/dtolnay/thiserror
|
759
775
|
MIT OR Apache-2.0
|
760
776
|
|
761
|
-
thiserror-impl v1.0.
|
777
|
+
thiserror-impl v1.0.43
|
762
778
|
https://github.com/dtolnay/thiserror
|
763
779
|
MIT OR Apache-2.0
|
764
780
|
|
@@ -766,11 +782,11 @@ time v0.1.45
|
|
766
782
|
https://github.com/time-rs/time
|
767
783
|
MIT/Apache-2.0
|
768
784
|
|
769
|
-
tokio v1.
|
785
|
+
tokio v1.29.1
|
770
786
|
https://tokio.rs
|
771
787
|
MIT
|
772
788
|
|
773
|
-
unicode-ident v1.0.
|
789
|
+
unicode-ident v1.0.11
|
774
790
|
https://github.com/dtolnay/unicode-ident
|
775
791
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
776
792
|
|
@@ -778,7 +794,7 @@ unicode-width v0.1.10
|
|
778
794
|
https://github.com/unicode-rs/unicode-width
|
779
795
|
MIT/Apache-2.0
|
780
796
|
|
781
|
-
value-trait v0.6.
|
797
|
+
value-trait v0.6.1
|
782
798
|
https://github.com/simd-lite/value-trait
|
783
799
|
Apache-2.0/MIT
|
784
800
|
|
@@ -1435,38 +1451,23 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
1435
1451
|
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.
|
1436
1452
|
|
1437
1453
|
================================================================================
|
1438
|
-
|
1454
|
+
allocator-api2 COPYING
|
1439
1455
|
================================================================================
|
1440
1456
|
|
1441
|
-
|
1442
|
-
|
1443
|
-
Copyright (c) 2022 Jeroen Van Der Donckt
|
1444
|
-
|
1445
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1446
|
-
of this software and associated documentation files (the "Software"), to deal
|
1447
|
-
in the Software without restriction, including without limitation the rights
|
1448
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1449
|
-
copies of the Software, and to permit persons to whom the Software is
|
1450
|
-
furnished to do so, subject to the following conditions:
|
1457
|
+
Copyright 2023 The allocator-api2 Project Developers
|
1451
1458
|
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1457
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1458
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1459
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1460
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1461
|
-
SOFTWARE.
|
1459
|
+
Licensed under the Apache License, Version 2.0, <license/LICENSE-APACHE or
|
1460
|
+
http://apache.org/licenses/LICENSE-2.0> or the MIT license <license/LICENSE-MIT or
|
1461
|
+
http://opensource.org/licenses/MIT>, at your option. This file may not be
|
1462
|
+
copied, modified, or distributed except according to those terms.
|
1462
1463
|
|
1463
1464
|
================================================================================
|
1464
|
-
|
1465
|
+
argminmax LICENSE
|
1465
1466
|
================================================================================
|
1466
1467
|
|
1467
1468
|
MIT License
|
1468
1469
|
|
1469
|
-
Copyright (c)
|
1470
|
+
Copyright (c) 2022 Jeroen Van Der Donckt
|
1470
1471
|
|
1471
1472
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1472
1473
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1486,7 +1487,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1486
1487
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1487
1488
|
SOFTWARE.
|
1488
1489
|
|
1489
|
-
|
1490
1490
|
================================================================================
|
1491
1491
|
array-init-cursor LICENSE-APACHE
|
1492
1492
|
================================================================================
|
@@ -1669,6 +1669,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1669
1669
|
END OF TERMS AND CONDITIONS
|
1670
1670
|
|
1671
1671
|
|
1672
|
+
================================================================================
|
1673
|
+
array-init-cursor LICENSE-MIT
|
1674
|
+
================================================================================
|
1675
|
+
|
1676
|
+
MIT License
|
1677
|
+
|
1678
|
+
Copyright (c) 2021 The Planus Project Developers
|
1679
|
+
|
1680
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1681
|
+
of this software and associated documentation files (the "Software"), to deal
|
1682
|
+
in the Software without restriction, including without limitation the rights
|
1683
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1684
|
+
copies of the Software, and to permit persons to whom the Software is
|
1685
|
+
furnished to do so, subject to the following conditions:
|
1686
|
+
|
1687
|
+
The above copyright notice and this permission notice shall be included in all
|
1688
|
+
copies or substantial portions of the Software.
|
1689
|
+
|
1690
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1691
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1692
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1693
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1694
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1695
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1696
|
+
SOFTWARE.
|
1697
|
+
|
1698
|
+
|
1672
1699
|
================================================================================
|
1673
1700
|
arrow-format LICENSE
|
1674
1701
|
================================================================================
|
@@ -8503,6 +8530,242 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8503
8530
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8504
8531
|
SOFTWARE.
|
8505
8532
|
|
8533
|
+
================================================================================
|
8534
|
+
equivalent LICENSE-APACHE
|
8535
|
+
================================================================================
|
8536
|
+
|
8537
|
+
Apache License
|
8538
|
+
Version 2.0, January 2004
|
8539
|
+
http://www.apache.org/licenses/
|
8540
|
+
|
8541
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8542
|
+
|
8543
|
+
1. Definitions.
|
8544
|
+
|
8545
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
8546
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
8547
|
+
|
8548
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
8549
|
+
the copyright owner that is granting the License.
|
8550
|
+
|
8551
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
8552
|
+
other entities that control, are controlled by, or are under common
|
8553
|
+
control with that entity. For the purposes of this definition,
|
8554
|
+
"control" means (i) the power, direct or indirect, to cause the
|
8555
|
+
direction or management of such entity, whether by contract or
|
8556
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
8557
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
8558
|
+
|
8559
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
8560
|
+
exercising permissions granted by this License.
|
8561
|
+
|
8562
|
+
"Source" form shall mean the preferred form for making modifications,
|
8563
|
+
including but not limited to software source code, documentation
|
8564
|
+
source, and configuration files.
|
8565
|
+
|
8566
|
+
"Object" form shall mean any form resulting from mechanical
|
8567
|
+
transformation or translation of a Source form, including but
|
8568
|
+
not limited to compiled object code, generated documentation,
|
8569
|
+
and conversions to other media types.
|
8570
|
+
|
8571
|
+
"Work" shall mean the work of authorship, whether in Source or
|
8572
|
+
Object form, made available under the License, as indicated by a
|
8573
|
+
copyright notice that is included in or attached to the work
|
8574
|
+
(an example is provided in the Appendix below).
|
8575
|
+
|
8576
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
8577
|
+
form, that is based on (or derived from) the Work and for which the
|
8578
|
+
editorial revisions, annotations, elaborations, or other modifications
|
8579
|
+
represent, as a whole, an original work of authorship. For the purposes
|
8580
|
+
of this License, Derivative Works shall not include works that remain
|
8581
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
8582
|
+
the Work and Derivative Works thereof.
|
8583
|
+
|
8584
|
+
"Contribution" shall mean any work of authorship, including
|
8585
|
+
the original version of the Work and any modifications or additions
|
8586
|
+
to that Work or Derivative Works thereof, that is intentionally
|
8587
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
8588
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
8589
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
8590
|
+
means any form of electronic, verbal, or written communication sent
|
8591
|
+
to the Licensor or its representatives, including but not limited to
|
8592
|
+
communication on electronic mailing lists, source code control systems,
|
8593
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
8594
|
+
Licensor for the purpose of discussing and improving the Work, but
|
8595
|
+
excluding communication that is conspicuously marked or otherwise
|
8596
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
8597
|
+
|
8598
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
8599
|
+
on behalf of whom a Contribution has been received by Licensor and
|
8600
|
+
subsequently incorporated within the Work.
|
8601
|
+
|
8602
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
8603
|
+
this License, each Contributor hereby grants to You a perpetual,
|
8604
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8605
|
+
copyright license to reproduce, prepare Derivative Works of,
|
8606
|
+
publicly display, publicly perform, sublicense, and distribute the
|
8607
|
+
Work and such Derivative Works in Source or Object form.
|
8608
|
+
|
8609
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
8610
|
+
this License, each Contributor hereby grants to You a perpetual,
|
8611
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8612
|
+
(except as stated in this section) patent license to make, have made,
|
8613
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
8614
|
+
where such license applies only to those patent claims licensable
|
8615
|
+
by such Contributor that are necessarily infringed by their
|
8616
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
8617
|
+
with the Work to which such Contribution(s) was submitted. If You
|
8618
|
+
institute patent litigation against any entity (including a
|
8619
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
8620
|
+
or a Contribution incorporated within the Work constitutes direct
|
8621
|
+
or contributory patent infringement, then any patent licenses
|
8622
|
+
granted to You under this License for that Work shall terminate
|
8623
|
+
as of the date such litigation is filed.
|
8624
|
+
|
8625
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
8626
|
+
Work or Derivative Works thereof in any medium, with or without
|
8627
|
+
modifications, and in Source or Object form, provided that You
|
8628
|
+
meet the following conditions:
|
8629
|
+
|
8630
|
+
(a) You must give any other recipients of the Work or
|
8631
|
+
Derivative Works a copy of this License; and
|
8632
|
+
|
8633
|
+
(b) You must cause any modified files to carry prominent notices
|
8634
|
+
stating that You changed the files; and
|
8635
|
+
|
8636
|
+
(c) You must retain, in the Source form of any Derivative Works
|
8637
|
+
that You distribute, all copyright, patent, trademark, and
|
8638
|
+
attribution notices from the Source form of the Work,
|
8639
|
+
excluding those notices that do not pertain to any part of
|
8640
|
+
the Derivative Works; and
|
8641
|
+
|
8642
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
8643
|
+
distribution, then any Derivative Works that You distribute must
|
8644
|
+
include a readable copy of the attribution notices contained
|
8645
|
+
within such NOTICE file, excluding those notices that do not
|
8646
|
+
pertain to any part of the Derivative Works, in at least one
|
8647
|
+
of the following places: within a NOTICE text file distributed
|
8648
|
+
as part of the Derivative Works; within the Source form or
|
8649
|
+
documentation, if provided along with the Derivative Works; or,
|
8650
|
+
within a display generated by the Derivative Works, if and
|
8651
|
+
wherever such third-party notices normally appear. The contents
|
8652
|
+
of the NOTICE file are for informational purposes only and
|
8653
|
+
do not modify the License. You may add Your own attribution
|
8654
|
+
notices within Derivative Works that You distribute, alongside
|
8655
|
+
or as an addendum to the NOTICE text from the Work, provided
|
8656
|
+
that such additional attribution notices cannot be construed
|
8657
|
+
as modifying the License.
|
8658
|
+
|
8659
|
+
You may add Your own copyright statement to Your modifications and
|
8660
|
+
may provide additional or different license terms and conditions
|
8661
|
+
for use, reproduction, or distribution of Your modifications, or
|
8662
|
+
for any such Derivative Works as a whole, provided Your use,
|
8663
|
+
reproduction, and distribution of the Work otherwise complies with
|
8664
|
+
the conditions stated in this License.
|
8665
|
+
|
8666
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
8667
|
+
any Contribution intentionally submitted for inclusion in the Work
|
8668
|
+
by You to the Licensor shall be under the terms and conditions of
|
8669
|
+
this License, without any additional terms or conditions.
|
8670
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
8671
|
+
the terms of any separate license agreement you may have executed
|
8672
|
+
with Licensor regarding such Contributions.
|
8673
|
+
|
8674
|
+
6. Trademarks. This License does not grant permission to use the trade
|
8675
|
+
names, trademarks, service marks, or product names of the Licensor,
|
8676
|
+
except as required for reasonable and customary use in describing the
|
8677
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
8678
|
+
|
8679
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
8680
|
+
agreed to in writing, Licensor provides the Work (and each
|
8681
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
8682
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
8683
|
+
implied, including, without limitation, any warranties or conditions
|
8684
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
8685
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
8686
|
+
appropriateness of using or redistributing the Work and assume any
|
8687
|
+
risks associated with Your exercise of permissions under this License.
|
8688
|
+
|
8689
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
8690
|
+
whether in tort (including negligence), contract, or otherwise,
|
8691
|
+
unless required by applicable law (such as deliberate and grossly
|
8692
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
8693
|
+
liable to You for damages, including any direct, indirect, special,
|
8694
|
+
incidental, or consequential damages of any character arising as a
|
8695
|
+
result of this License or out of the use or inability to use the
|
8696
|
+
Work (including but not limited to damages for loss of goodwill,
|
8697
|
+
work stoppage, computer failure or malfunction, or any and all
|
8698
|
+
other commercial damages or losses), even if such Contributor
|
8699
|
+
has been advised of the possibility of such damages.
|
8700
|
+
|
8701
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
8702
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
8703
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
8704
|
+
or other liability obligations and/or rights consistent with this
|
8705
|
+
License. However, in accepting such obligations, You may act only
|
8706
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
8707
|
+
of any other Contributor, and only if You agree to indemnify,
|
8708
|
+
defend, and hold each Contributor harmless for any liability
|
8709
|
+
incurred by, or claims asserted against, such Contributor by reason
|
8710
|
+
of your accepting any such warranty or additional liability.
|
8711
|
+
|
8712
|
+
END OF TERMS AND CONDITIONS
|
8713
|
+
|
8714
|
+
APPENDIX: How to apply the Apache License to your work.
|
8715
|
+
|
8716
|
+
To apply the Apache License to your work, attach the following
|
8717
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
8718
|
+
replaced with your own identifying information. (Don't include
|
8719
|
+
the brackets!) The text should be enclosed in the appropriate
|
8720
|
+
comment syntax for the file format. We also recommend that a
|
8721
|
+
file or class name and description of purpose be included on the
|
8722
|
+
same "printed page" as the copyright notice for easier
|
8723
|
+
identification within third-party archives.
|
8724
|
+
|
8725
|
+
Copyright [yyyy] [name of copyright owner]
|
8726
|
+
|
8727
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
8728
|
+
you may not use this file except in compliance with the License.
|
8729
|
+
You may obtain a copy of the License at
|
8730
|
+
|
8731
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
8732
|
+
|
8733
|
+
Unless required by applicable law or agreed to in writing, software
|
8734
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
8735
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8736
|
+
See the License for the specific language governing permissions and
|
8737
|
+
limitations under the License.
|
8738
|
+
|
8739
|
+
================================================================================
|
8740
|
+
equivalent LICENSE-MIT
|
8741
|
+
================================================================================
|
8742
|
+
|
8743
|
+
Copyright (c) 2016--2023
|
8744
|
+
|
8745
|
+
Permission is hereby granted, free of charge, to any
|
8746
|
+
person obtaining a copy of this software and associated
|
8747
|
+
documentation files (the "Software"), to deal in the
|
8748
|
+
Software without restriction, including without
|
8749
|
+
limitation the rights to use, copy, modify, merge,
|
8750
|
+
publish, distribute, sublicense, and/or sell copies of
|
8751
|
+
the Software, and to permit persons to whom the Software
|
8752
|
+
is furnished to do so, subject to the following
|
8753
|
+
conditions:
|
8754
|
+
|
8755
|
+
The above copyright notice and this permission notice
|
8756
|
+
shall be included in all copies or substantial portions
|
8757
|
+
of the Software.
|
8758
|
+
|
8759
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
8760
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
8761
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
8762
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
8763
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
8764
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8765
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
8766
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
8767
|
+
DEALINGS IN THE SOFTWARE.
|
8768
|
+
|
8506
8769
|
================================================================================
|
8507
8770
|
ethnum LICENSE-APACHE
|
8508
8771
|
================================================================================
|
@@ -12544,7 +12807,7 @@ OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
12544
12807
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
12545
12808
|
|
12546
12809
|
================================================================================
|
12547
|
-
hashbrown v0.
|
12810
|
+
hashbrown v0.13.2 LICENSE-APACHE
|
12548
12811
|
================================================================================
|
12549
12812
|
|
12550
12813
|
Apache License
|
@@ -12750,7 +13013,7 @@ See the License for the specific language governing permissions and
|
|
12750
13013
|
limitations under the License.
|
12751
13014
|
|
12752
13015
|
================================================================================
|
12753
|
-
hashbrown v0.
|
13016
|
+
hashbrown v0.13.2 LICENSE-MIT
|
12754
13017
|
================================================================================
|
12755
13018
|
|
12756
13019
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -12780,7 +13043,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12780
13043
|
DEALINGS IN THE SOFTWARE.
|
12781
13044
|
|
12782
13045
|
================================================================================
|
12783
|
-
hashbrown v0.
|
13046
|
+
hashbrown v0.14.0 LICENSE-APACHE
|
12784
13047
|
================================================================================
|
12785
13048
|
|
12786
13049
|
Apache License
|
@@ -12986,7 +13249,7 @@ See the License for the specific language governing permissions and
|
|
12986
13249
|
limitations under the License.
|
12987
13250
|
|
12988
13251
|
================================================================================
|
12989
|
-
hashbrown v0.
|
13252
|
+
hashbrown v0.14.0 LICENSE-MIT
|
12990
13253
|
================================================================================
|
12991
13254
|
|
12992
13255
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -14661,202 +14924,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
14661
14924
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14662
14925
|
DEALINGS IN THE SOFTWARE.
|
14663
14926
|
|
14664
|
-
================================================================================
|
14665
|
-
json-deserializer LICENSE
|
14666
|
-
================================================================================
|
14667
|
-
|
14668
|
-
|
14669
|
-
Apache License
|
14670
|
-
Version 2.0, January 2004
|
14671
|
-
https://www.apache.org/licenses/
|
14672
|
-
|
14673
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14674
|
-
|
14675
|
-
1. Definitions.
|
14676
|
-
|
14677
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14678
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14679
|
-
|
14680
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14681
|
-
the copyright owner that is granting the License.
|
14682
|
-
|
14683
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14684
|
-
other entities that control, are controlled by, or are under common
|
14685
|
-
control with that entity. For the purposes of this definition,
|
14686
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14687
|
-
direction or management of such entity, whether by contract or
|
14688
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14689
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14690
|
-
|
14691
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14692
|
-
exercising permissions granted by this License.
|
14693
|
-
|
14694
|
-
"Source" form shall mean the preferred form for making modifications,
|
14695
|
-
including but not limited to software source code, documentation
|
14696
|
-
source, and configuration files.
|
14697
|
-
|
14698
|
-
"Object" form shall mean any form resulting from mechanical
|
14699
|
-
transformation or translation of a Source form, including but
|
14700
|
-
not limited to compiled object code, generated documentation,
|
14701
|
-
and conversions to other media types.
|
14702
|
-
|
14703
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14704
|
-
Object form, made available under the License, as indicated by a
|
14705
|
-
copyright notice that is included in or attached to the work
|
14706
|
-
(an example is provided in the Appendix below).
|
14707
|
-
|
14708
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14709
|
-
form, that is based on (or derived from) the Work and for which the
|
14710
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14711
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14712
|
-
of this License, Derivative Works shall not include works that remain
|
14713
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14714
|
-
the Work and Derivative Works thereof.
|
14715
|
-
|
14716
|
-
"Contribution" shall mean any work of authorship, including
|
14717
|
-
the original version of the Work and any modifications or additions
|
14718
|
-
to that Work or Derivative Works thereof, that is intentionally
|
14719
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
14720
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
14721
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
14722
|
-
means any form of electronic, verbal, or written communication sent
|
14723
|
-
to the Licensor or its representatives, including but not limited to
|
14724
|
-
communication on electronic mailing lists, source code control systems,
|
14725
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
14726
|
-
Licensor for the purpose of discussing and improving the Work, but
|
14727
|
-
excluding communication that is conspicuously marked or otherwise
|
14728
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
14729
|
-
|
14730
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14731
|
-
on behalf of whom a Contribution has been received by Licensor and
|
14732
|
-
subsequently incorporated within the Work.
|
14733
|
-
|
14734
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
14735
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14736
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14737
|
-
copyright license to reproduce, prepare Derivative Works of,
|
14738
|
-
publicly display, publicly perform, sublicense, and distribute the
|
14739
|
-
Work and such Derivative Works in Source or Object form.
|
14740
|
-
|
14741
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
14742
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14743
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14744
|
-
(except as stated in this section) patent license to make, have made,
|
14745
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14746
|
-
where such license applies only to those patent claims licensable
|
14747
|
-
by such Contributor that are necessarily infringed by their
|
14748
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
14749
|
-
with the Work to which such Contribution(s) was submitted. If You
|
14750
|
-
institute patent litigation against any entity (including a
|
14751
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14752
|
-
or a Contribution incorporated within the Work constitutes direct
|
14753
|
-
or contributory patent infringement, then any patent licenses
|
14754
|
-
granted to You under this License for that Work shall terminate
|
14755
|
-
as of the date such litigation is filed.
|
14756
|
-
|
14757
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
14758
|
-
Work or Derivative Works thereof in any medium, with or without
|
14759
|
-
modifications, and in Source or Object form, provided that You
|
14760
|
-
meet the following conditions:
|
14761
|
-
|
14762
|
-
(a) You must give any other recipients of the Work or
|
14763
|
-
Derivative Works a copy of this License; and
|
14764
|
-
|
14765
|
-
(b) You must cause any modified files to carry prominent notices
|
14766
|
-
stating that You changed the files; and
|
14767
|
-
|
14768
|
-
(c) You must retain, in the Source form of any Derivative Works
|
14769
|
-
that You distribute, all copyright, patent, trademark, and
|
14770
|
-
attribution notices from the Source form of the Work,
|
14771
|
-
excluding those notices that do not pertain to any part of
|
14772
|
-
the Derivative Works; and
|
14773
|
-
|
14774
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
14775
|
-
distribution, then any Derivative Works that You distribute must
|
14776
|
-
include a readable copy of the attribution notices contained
|
14777
|
-
within such NOTICE file, excluding those notices that do not
|
14778
|
-
pertain to any part of the Derivative Works, in at least one
|
14779
|
-
of the following places: within a NOTICE text file distributed
|
14780
|
-
as part of the Derivative Works; within the Source form or
|
14781
|
-
documentation, if provided along with the Derivative Works; or,
|
14782
|
-
within a display generated by the Derivative Works, if and
|
14783
|
-
wherever such third-party notices normally appear. The contents
|
14784
|
-
of the NOTICE file are for informational purposes only and
|
14785
|
-
do not modify the License. You may add Your own attribution
|
14786
|
-
notices within Derivative Works that You distribute, alongside
|
14787
|
-
or as an addendum to the NOTICE text from the Work, provided
|
14788
|
-
that such additional attribution notices cannot be construed
|
14789
|
-
as modifying the License.
|
14790
|
-
|
14791
|
-
You may add Your own copyright statement to Your modifications and
|
14792
|
-
may provide additional or different license terms and conditions
|
14793
|
-
for use, reproduction, or distribution of Your modifications, or
|
14794
|
-
for any such Derivative Works as a whole, provided Your use,
|
14795
|
-
reproduction, and distribution of the Work otherwise complies with
|
14796
|
-
the conditions stated in this License.
|
14797
|
-
|
14798
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14799
|
-
any Contribution intentionally submitted for inclusion in the Work
|
14800
|
-
by You to the Licensor shall be under the terms and conditions of
|
14801
|
-
this License, without any additional terms or conditions.
|
14802
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
14803
|
-
the terms of any separate license agreement you may have executed
|
14804
|
-
with Licensor regarding such Contributions.
|
14805
|
-
|
14806
|
-
6. Trademarks. This License does not grant permission to use the trade
|
14807
|
-
names, trademarks, service marks, or product names of the Licensor,
|
14808
|
-
except as required for reasonable and customary use in describing the
|
14809
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
14810
|
-
|
14811
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
14812
|
-
agreed to in writing, Licensor provides the Work (and each
|
14813
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14814
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14815
|
-
implied, including, without limitation, any warranties or conditions
|
14816
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14817
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14818
|
-
appropriateness of using or redistributing the Work and assume any
|
14819
|
-
risks associated with Your exercise of permissions under this License.
|
14820
|
-
|
14821
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
14822
|
-
whether in tort (including negligence), contract, or otherwise,
|
14823
|
-
unless required by applicable law (such as deliberate and grossly
|
14824
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
14825
|
-
liable to You for damages, including any direct, indirect, special,
|
14826
|
-
incidental, or consequential damages of any character arising as a
|
14827
|
-
result of this License or out of the use or inability to use the
|
14828
|
-
Work (including but not limited to damages for loss of goodwill,
|
14829
|
-
work stoppage, computer failure or malfunction, or any and all
|
14830
|
-
other commercial damages or losses), even if such Contributor
|
14831
|
-
has been advised of the possibility of such damages.
|
14832
|
-
|
14833
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
14834
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
14835
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
14836
|
-
or other liability obligations and/or rights consistent with this
|
14837
|
-
License. However, in accepting such obligations, You may act only
|
14838
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
14839
|
-
of any other Contributor, and only if You agree to indemnify,
|
14840
|
-
defend, and hold each Contributor harmless for any liability
|
14841
|
-
incurred by, or claims asserted against, such Contributor by reason
|
14842
|
-
of your accepting any such warranty or additional liability.
|
14843
|
-
|
14844
|
-
END OF TERMS AND CONDITIONS
|
14845
|
-
|
14846
|
-
Copyright 2020-2022 Jorge C. Leitão
|
14847
|
-
|
14848
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
14849
|
-
you may not use this file except in compliance with the License.
|
14850
|
-
You may obtain a copy of the License at
|
14851
|
-
|
14852
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
14853
|
-
|
14854
|
-
Unless required by applicable law or agreed to in writing, software
|
14855
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14856
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14857
|
-
See the License for the specific language governing permissions and
|
14858
|
-
limitations under the License.
|
14859
|
-
|
14860
14927
|
================================================================================
|
14861
14928
|
jsonpath_lib LICENSE
|
14862
14929
|
================================================================================
|
@@ -19258,38 +19325,347 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
19258
19325
|
DEALINGS IN THE SOFTWARE.
|
19259
19326
|
|
19260
19327
|
================================================================================
|
19261
|
-
libflate LICENSE
|
19262
|
-
================================================================================
|
19263
|
-
|
19264
|
-
The MIT License
|
19265
|
-
|
19266
|
-
Copyright (c) 2016 Takeru Ohta <phjgt308@gmail.com>
|
19267
|
-
|
19268
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
19269
|
-
of this software and associated documentation files (the "Software"), to deal
|
19270
|
-
in the Software without restriction, including without limitation the rights
|
19271
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19272
|
-
copies of the Software, and to permit persons to whom the Software is
|
19273
|
-
furnished to do so, subject to the following conditions:
|
19274
|
-
|
19275
|
-
The above copyright notice and this permission notice shall be included in
|
19276
|
-
all copies or substantial portions of the Software.
|
19277
|
-
|
19278
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19279
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19280
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19281
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19282
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19283
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19284
|
-
THE SOFTWARE.
|
19285
|
-
|
19286
|
-
================================================================================
|
19287
|
-
libflate_lz77 LICENSE
|
19328
|
+
libflate LICENSE
|
19329
|
+
================================================================================
|
19330
|
+
|
19331
|
+
The MIT License
|
19332
|
+
|
19333
|
+
Copyright (c) 2016 Takeru Ohta <phjgt308@gmail.com>
|
19334
|
+
|
19335
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
19336
|
+
of this software and associated documentation files (the "Software"), to deal
|
19337
|
+
in the Software without restriction, including without limitation the rights
|
19338
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19339
|
+
copies of the Software, and to permit persons to whom the Software is
|
19340
|
+
furnished to do so, subject to the following conditions:
|
19341
|
+
|
19342
|
+
The above copyright notice and this permission notice shall be included in
|
19343
|
+
all copies or substantial portions of the Software.
|
19344
|
+
|
19345
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19346
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19347
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19348
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19349
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19350
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19351
|
+
THE SOFTWARE.
|
19352
|
+
|
19353
|
+
================================================================================
|
19354
|
+
libflate_lz77 LICENSE
|
19355
|
+
================================================================================
|
19356
|
+
|
19357
|
+
The MIT License
|
19358
|
+
|
19359
|
+
Copyright (c) 2016 Takeru Ohta <phjgt308@gmail.com>
|
19360
|
+
|
19361
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
19362
|
+
of this software and associated documentation files (the "Software"), to deal
|
19363
|
+
in the Software without restriction, including without limitation the rights
|
19364
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19365
|
+
copies of the Software, and to permit persons to whom the Software is
|
19366
|
+
furnished to do so, subject to the following conditions:
|
19367
|
+
|
19368
|
+
The above copyright notice and this permission notice shall be included in
|
19369
|
+
all copies or substantial portions of the Software.
|
19370
|
+
|
19371
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19372
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19373
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19374
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19375
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19376
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19377
|
+
THE SOFTWARE.
|
19378
|
+
|
19379
|
+
================================================================================
|
19380
|
+
libloading LICENSE
|
19381
|
+
================================================================================
|
19382
|
+
|
19383
|
+
Copyright © 2015, Simonas Kazlauskas
|
19384
|
+
|
19385
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without
|
19386
|
+
fee is hereby granted, provided that the above copyright notice and this permission notice appear
|
19387
|
+
in all copies.
|
19388
|
+
|
19389
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
19390
|
+
SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
19391
|
+
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
19392
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
19393
|
+
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
19394
|
+
THIS SOFTWARE.
|
19395
|
+
|
19396
|
+
================================================================================
|
19397
|
+
libm LICENSE-APACHE
|
19398
|
+
================================================================================
|
19399
|
+
|
19400
|
+
Apache License
|
19401
|
+
Version 2.0, January 2004
|
19402
|
+
http://www.apache.org/licenses/
|
19403
|
+
|
19404
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
19405
|
+
|
19406
|
+
1. Definitions.
|
19407
|
+
|
19408
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
19409
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
19410
|
+
|
19411
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
19412
|
+
the copyright owner that is granting the License.
|
19413
|
+
|
19414
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
19415
|
+
other entities that control, are controlled by, or are under common
|
19416
|
+
control with that entity. For the purposes of this definition,
|
19417
|
+
"control" means (i) the power, direct or indirect, to cause the
|
19418
|
+
direction or management of such entity, whether by contract or
|
19419
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
19420
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
19421
|
+
|
19422
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
19423
|
+
exercising permissions granted by this License.
|
19424
|
+
|
19425
|
+
"Source" form shall mean the preferred form for making modifications,
|
19426
|
+
including but not limited to software source code, documentation
|
19427
|
+
source, and configuration files.
|
19428
|
+
|
19429
|
+
"Object" form shall mean any form resulting from mechanical
|
19430
|
+
transformation or translation of a Source form, including but
|
19431
|
+
not limited to compiled object code, generated documentation,
|
19432
|
+
and conversions to other media types.
|
19433
|
+
|
19434
|
+
"Work" shall mean the work of authorship, whether in Source or
|
19435
|
+
Object form, made available under the License, as indicated by a
|
19436
|
+
copyright notice that is included in or attached to the work
|
19437
|
+
(an example is provided in the Appendix below).
|
19438
|
+
|
19439
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
19440
|
+
form, that is based on (or derived from) the Work and for which the
|
19441
|
+
editorial revisions, annotations, elaborations, or other modifications
|
19442
|
+
represent, as a whole, an original work of authorship. For the purposes
|
19443
|
+
of this License, Derivative Works shall not include works that remain
|
19444
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
19445
|
+
the Work and Derivative Works thereof.
|
19446
|
+
|
19447
|
+
"Contribution" shall mean any work of authorship, including
|
19448
|
+
the original version of the Work and any modifications or additions
|
19449
|
+
to that Work or Derivative Works thereof, that is intentionally
|
19450
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
19451
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
19452
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
19453
|
+
means any form of electronic, verbal, or written communication sent
|
19454
|
+
to the Licensor or its representatives, including but not limited to
|
19455
|
+
communication on electronic mailing lists, source code control systems,
|
19456
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
19457
|
+
Licensor for the purpose of discussing and improving the Work, but
|
19458
|
+
excluding communication that is conspicuously marked or otherwise
|
19459
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
19460
|
+
|
19461
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
19462
|
+
on behalf of whom a Contribution has been received by Licensor and
|
19463
|
+
subsequently incorporated within the Work.
|
19464
|
+
|
19465
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
19466
|
+
this License, each Contributor hereby grants to You a perpetual,
|
19467
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
19468
|
+
copyright license to reproduce, prepare Derivative Works of,
|
19469
|
+
publicly display, publicly perform, sublicense, and distribute the
|
19470
|
+
Work and such Derivative Works in Source or Object form.
|
19471
|
+
|
19472
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
19473
|
+
this License, each Contributor hereby grants to You a perpetual,
|
19474
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
19475
|
+
(except as stated in this section) patent license to make, have made,
|
19476
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
19477
|
+
where such license applies only to those patent claims licensable
|
19478
|
+
by such Contributor that are necessarily infringed by their
|
19479
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
19480
|
+
with the Work to which such Contribution(s) was submitted. If You
|
19481
|
+
institute patent litigation against any entity (including a
|
19482
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
19483
|
+
or a Contribution incorporated within the Work constitutes direct
|
19484
|
+
or contributory patent infringement, then any patent licenses
|
19485
|
+
granted to You under this License for that Work shall terminate
|
19486
|
+
as of the date such litigation is filed.
|
19487
|
+
|
19488
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
19489
|
+
Work or Derivative Works thereof in any medium, with or without
|
19490
|
+
modifications, and in Source or Object form, provided that You
|
19491
|
+
meet the following conditions:
|
19492
|
+
|
19493
|
+
(a) You must give any other recipients of the Work or
|
19494
|
+
Derivative Works a copy of this License; and
|
19495
|
+
|
19496
|
+
(b) You must cause any modified files to carry prominent notices
|
19497
|
+
stating that You changed the files; and
|
19498
|
+
|
19499
|
+
(c) You must retain, in the Source form of any Derivative Works
|
19500
|
+
that You distribute, all copyright, patent, trademark, and
|
19501
|
+
attribution notices from the Source form of the Work,
|
19502
|
+
excluding those notices that do not pertain to any part of
|
19503
|
+
the Derivative Works; and
|
19504
|
+
|
19505
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
19506
|
+
distribution, then any Derivative Works that You distribute must
|
19507
|
+
include a readable copy of the attribution notices contained
|
19508
|
+
within such NOTICE file, excluding those notices that do not
|
19509
|
+
pertain to any part of the Derivative Works, in at least one
|
19510
|
+
of the following places: within a NOTICE text file distributed
|
19511
|
+
as part of the Derivative Works; within the Source form or
|
19512
|
+
documentation, if provided along with the Derivative Works; or,
|
19513
|
+
within a display generated by the Derivative Works, if and
|
19514
|
+
wherever such third-party notices normally appear. The contents
|
19515
|
+
of the NOTICE file are for informational purposes only and
|
19516
|
+
do not modify the License. You may add Your own attribution
|
19517
|
+
notices within Derivative Works that You distribute, alongside
|
19518
|
+
or as an addendum to the NOTICE text from the Work, provided
|
19519
|
+
that such additional attribution notices cannot be construed
|
19520
|
+
as modifying the License.
|
19521
|
+
|
19522
|
+
You may add Your own copyright statement to Your modifications and
|
19523
|
+
may provide additional or different license terms and conditions
|
19524
|
+
for use, reproduction, or distribution of Your modifications, or
|
19525
|
+
for any such Derivative Works as a whole, provided Your use,
|
19526
|
+
reproduction, and distribution of the Work otherwise complies with
|
19527
|
+
the conditions stated in this License.
|
19528
|
+
|
19529
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
19530
|
+
any Contribution intentionally submitted for inclusion in the Work
|
19531
|
+
by You to the Licensor shall be under the terms and conditions of
|
19532
|
+
this License, without any additional terms or conditions.
|
19533
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
19534
|
+
the terms of any separate license agreement you may have executed
|
19535
|
+
with Licensor regarding such Contributions.
|
19536
|
+
|
19537
|
+
6. Trademarks. This License does not grant permission to use the trade
|
19538
|
+
names, trademarks, service marks, or product names of the Licensor,
|
19539
|
+
except as required for reasonable and customary use in describing the
|
19540
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
19541
|
+
|
19542
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
19543
|
+
agreed to in writing, Licensor provides the Work (and each
|
19544
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
19545
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
19546
|
+
implied, including, without limitation, any warranties or conditions
|
19547
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
19548
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
19549
|
+
appropriateness of using or redistributing the Work and assume any
|
19550
|
+
risks associated with Your exercise of permissions under this License.
|
19551
|
+
|
19552
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
19553
|
+
whether in tort (including negligence), contract, or otherwise,
|
19554
|
+
unless required by applicable law (such as deliberate and grossly
|
19555
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
19556
|
+
liable to You for damages, including any direct, indirect, special,
|
19557
|
+
incidental, or consequential damages of any character arising as a
|
19558
|
+
result of this License or out of the use or inability to use the
|
19559
|
+
Work (including but not limited to damages for loss of goodwill,
|
19560
|
+
work stoppage, computer failure or malfunction, or any and all
|
19561
|
+
other commercial damages or losses), even if such Contributor
|
19562
|
+
has been advised of the possibility of such damages.
|
19563
|
+
|
19564
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
19565
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
19566
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
19567
|
+
or other liability obligations and/or rights consistent with this
|
19568
|
+
License. However, in accepting such obligations, You may act only
|
19569
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
19570
|
+
of any other Contributor, and only if You agree to indemnify,
|
19571
|
+
defend, and hold each Contributor harmless for any liability
|
19572
|
+
incurred by, or claims asserted against, such Contributor by reason
|
19573
|
+
of your accepting any such warranty or additional liability.
|
19574
|
+
|
19575
|
+
END OF TERMS AND CONDITIONS
|
19576
|
+
|
19577
|
+
APPENDIX: How to apply the Apache License to your work.
|
19578
|
+
|
19579
|
+
To apply the Apache License to your work, attach the following
|
19580
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
19581
|
+
replaced with your own identifying information. (Don't include
|
19582
|
+
the brackets!) The text should be enclosed in the appropriate
|
19583
|
+
comment syntax for the file format. We also recommend that a
|
19584
|
+
file or class name and description of purpose be included on the
|
19585
|
+
same "printed page" as the copyright notice for easier
|
19586
|
+
identification within third-party archives.
|
19587
|
+
|
19588
|
+
Copyright [yyyy] [name of copyright owner]
|
19589
|
+
|
19590
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
19591
|
+
you may not use this file except in compliance with the License.
|
19592
|
+
You may obtain a copy of the License at
|
19593
|
+
|
19594
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
19595
|
+
|
19596
|
+
Unless required by applicable law or agreed to in writing, software
|
19597
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
19598
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19599
|
+
See the License for the specific language governing permissions and
|
19600
|
+
limitations under the License.
|
19601
|
+
|
19602
|
+
================================================================================
|
19603
|
+
libm LICENSE-MIT
|
19604
|
+
================================================================================
|
19605
|
+
|
19606
|
+
Copyright (c) 2018 Jorge Aparicio
|
19607
|
+
|
19608
|
+
Permission is hereby granted, free of charge, to any
|
19609
|
+
person obtaining a copy of this software and associated
|
19610
|
+
documentation files (the "Software"), to deal in the
|
19611
|
+
Software without restriction, including without
|
19612
|
+
limitation the rights to use, copy, modify, merge,
|
19613
|
+
publish, distribute, sublicense, and/or sell copies of
|
19614
|
+
the Software, and to permit persons to whom the Software
|
19615
|
+
is furnished to do so, subject to the following
|
19616
|
+
conditions:
|
19617
|
+
|
19618
|
+
The above copyright notice and this permission notice
|
19619
|
+
shall be included in all copies or substantial portions
|
19620
|
+
of the Software.
|
19621
|
+
|
19622
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
19623
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
19624
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
19625
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
19626
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
19627
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19628
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
19629
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
19630
|
+
DEALINGS IN THE SOFTWARE.
|
19631
|
+
|
19632
|
+
================================================================================
|
19633
|
+
libmimalloc-sys LICENSE.txt
|
19634
|
+
================================================================================
|
19635
|
+
|
19636
|
+
Copyright 2019 Octavian Oncescu
|
19637
|
+
|
19638
|
+
Permission is hereby granted, free of charge, to any
|
19639
|
+
person obtaining a copy of this software and associated
|
19640
|
+
documentation files (the "Software"), to deal in the
|
19641
|
+
Software without restriction, including without
|
19642
|
+
limitation the rights to use, copy, modify, merge,
|
19643
|
+
publish, distribute, sublicense, and/or sell copies of
|
19644
|
+
the Software, and to permit persons to whom the Software
|
19645
|
+
is furnished to do so, subject to the following
|
19646
|
+
conditions:
|
19647
|
+
|
19648
|
+
The above copyright notice and this permission notice
|
19649
|
+
shall be included in all copies or substantial portions
|
19650
|
+
of the Software.
|
19651
|
+
|
19652
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
19653
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
19654
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
19655
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
19656
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
19657
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19658
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
19659
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
19660
|
+
DEALINGS IN THE SOFTWARE.
|
19661
|
+
|
19662
|
+
================================================================================
|
19663
|
+
libmimalloc-sys c_src/mimalloc/LICENSE
|
19288
19664
|
================================================================================
|
19289
19665
|
|
19290
|
-
|
19666
|
+
MIT License
|
19291
19667
|
|
19292
|
-
Copyright (c)
|
19668
|
+
Copyright (c) 2018-2021 Microsoft Corporation, Daan Leijen
|
19293
19669
|
|
19294
19670
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
19295
19671
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -19298,36 +19674,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19298
19674
|
copies of the Software, and to permit persons to whom the Software is
|
19299
19675
|
furnished to do so, subject to the following conditions:
|
19300
19676
|
|
19301
|
-
The above copyright notice and this permission notice shall be included in
|
19302
|
-
|
19677
|
+
The above copyright notice and this permission notice shall be included in all
|
19678
|
+
copies or substantial portions of the Software.
|
19303
19679
|
|
19304
19680
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19305
19681
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19306
19682
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19307
19683
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19308
19684
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19309
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19310
|
-
|
19311
|
-
|
19312
|
-
================================================================================
|
19313
|
-
libloading LICENSE
|
19314
|
-
================================================================================
|
19315
|
-
|
19316
|
-
Copyright © 2015, Simonas Kazlauskas
|
19317
|
-
|
19318
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose with or without
|
19319
|
-
fee is hereby granted, provided that the above copyright notice and this permission notice appear
|
19320
|
-
in all copies.
|
19321
|
-
|
19322
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
19323
|
-
SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
19324
|
-
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
19325
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
19326
|
-
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
19327
|
-
THIS SOFTWARE.
|
19685
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19686
|
+
SOFTWARE.
|
19328
19687
|
|
19329
19688
|
================================================================================
|
19330
|
-
|
19689
|
+
lock_api LICENSE-APACHE
|
19331
19690
|
================================================================================
|
19332
19691
|
|
19333
19692
|
Apache License
|
@@ -19533,40 +19892,10 @@ See the License for the specific language governing permissions and
|
|
19533
19892
|
limitations under the License.
|
19534
19893
|
|
19535
19894
|
================================================================================
|
19536
|
-
|
19537
|
-
================================================================================
|
19538
|
-
|
19539
|
-
Copyright (c) 2018 Jorge Aparicio
|
19540
|
-
|
19541
|
-
Permission is hereby granted, free of charge, to any
|
19542
|
-
person obtaining a copy of this software and associated
|
19543
|
-
documentation files (the "Software"), to deal in the
|
19544
|
-
Software without restriction, including without
|
19545
|
-
limitation the rights to use, copy, modify, merge,
|
19546
|
-
publish, distribute, sublicense, and/or sell copies of
|
19547
|
-
the Software, and to permit persons to whom the Software
|
19548
|
-
is furnished to do so, subject to the following
|
19549
|
-
conditions:
|
19550
|
-
|
19551
|
-
The above copyright notice and this permission notice
|
19552
|
-
shall be included in all copies or substantial portions
|
19553
|
-
of the Software.
|
19554
|
-
|
19555
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
19556
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
19557
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
19558
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
19559
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
19560
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19561
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
19562
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
19563
|
-
DEALINGS IN THE SOFTWARE.
|
19564
|
-
|
19565
|
-
================================================================================
|
19566
|
-
libmimalloc-sys LICENSE.txt
|
19895
|
+
lock_api LICENSE-MIT
|
19567
19896
|
================================================================================
|
19568
19897
|
|
19569
|
-
Copyright
|
19898
|
+
Copyright (c) 2016 The Rust Project Developers
|
19570
19899
|
|
19571
19900
|
Permission is hereby granted, free of charge, to any
|
19572
19901
|
person obtaining a copy of this software and associated
|
@@ -19593,33 +19922,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
19593
19922
|
DEALINGS IN THE SOFTWARE.
|
19594
19923
|
|
19595
19924
|
================================================================================
|
19596
|
-
|
19597
|
-
================================================================================
|
19598
|
-
|
19599
|
-
MIT License
|
19600
|
-
|
19601
|
-
Copyright (c) 2018-2021 Microsoft Corporation, Daan Leijen
|
19602
|
-
|
19603
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
19604
|
-
of this software and associated documentation files (the "Software"), to deal
|
19605
|
-
in the Software without restriction, including without limitation the rights
|
19606
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19607
|
-
copies of the Software, and to permit persons to whom the Software is
|
19608
|
-
furnished to do so, subject to the following conditions:
|
19609
|
-
|
19610
|
-
The above copyright notice and this permission notice shall be included in all
|
19611
|
-
copies or substantial portions of the Software.
|
19612
|
-
|
19613
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19614
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19615
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19616
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19617
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19618
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19619
|
-
SOFTWARE.
|
19620
|
-
|
19621
|
-
================================================================================
|
19622
|
-
lock_api LICENSE-APACHE
|
19925
|
+
log LICENSE-APACHE
|
19623
19926
|
================================================================================
|
19624
19927
|
|
19625
19928
|
Apache License
|
@@ -19825,10 +20128,10 @@ See the License for the specific language governing permissions and
|
|
19825
20128
|
limitations under the License.
|
19826
20129
|
|
19827
20130
|
================================================================================
|
19828
|
-
|
20131
|
+
log LICENSE-MIT
|
19829
20132
|
================================================================================
|
19830
20133
|
|
19831
|
-
Copyright (c)
|
20134
|
+
Copyright (c) 2014 The Rust Project Developers
|
19832
20135
|
|
19833
20136
|
Permission is hereby granted, free of charge, to any
|
19834
20137
|
person obtaining a copy of this software and associated
|
@@ -19854,242 +20157,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
19854
20157
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
19855
20158
|
DEALINGS IN THE SOFTWARE.
|
19856
20159
|
|
19857
|
-
================================================================================
|
19858
|
-
log LICENSE-APACHE
|
19859
|
-
================================================================================
|
19860
|
-
|
19861
|
-
Apache License
|
19862
|
-
Version 2.0, January 2004
|
19863
|
-
http://www.apache.org/licenses/
|
19864
|
-
|
19865
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
19866
|
-
|
19867
|
-
1. Definitions.
|
19868
|
-
|
19869
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
19870
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
19871
|
-
|
19872
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
19873
|
-
the copyright owner that is granting the License.
|
19874
|
-
|
19875
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
19876
|
-
other entities that control, are controlled by, or are under common
|
19877
|
-
control with that entity. For the purposes of this definition,
|
19878
|
-
"control" means (i) the power, direct or indirect, to cause the
|
19879
|
-
direction or management of such entity, whether by contract or
|
19880
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
19881
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
19882
|
-
|
19883
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
19884
|
-
exercising permissions granted by this License.
|
19885
|
-
|
19886
|
-
"Source" form shall mean the preferred form for making modifications,
|
19887
|
-
including but not limited to software source code, documentation
|
19888
|
-
source, and configuration files.
|
19889
|
-
|
19890
|
-
"Object" form shall mean any form resulting from mechanical
|
19891
|
-
transformation or translation of a Source form, including but
|
19892
|
-
not limited to compiled object code, generated documentation,
|
19893
|
-
and conversions to other media types.
|
19894
|
-
|
19895
|
-
"Work" shall mean the work of authorship, whether in Source or
|
19896
|
-
Object form, made available under the License, as indicated by a
|
19897
|
-
copyright notice that is included in or attached to the work
|
19898
|
-
(an example is provided in the Appendix below).
|
19899
|
-
|
19900
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
19901
|
-
form, that is based on (or derived from) the Work and for which the
|
19902
|
-
editorial revisions, annotations, elaborations, or other modifications
|
19903
|
-
represent, as a whole, an original work of authorship. For the purposes
|
19904
|
-
of this License, Derivative Works shall not include works that remain
|
19905
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
19906
|
-
the Work and Derivative Works thereof.
|
19907
|
-
|
19908
|
-
"Contribution" shall mean any work of authorship, including
|
19909
|
-
the original version of the Work and any modifications or additions
|
19910
|
-
to that Work or Derivative Works thereof, that is intentionally
|
19911
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
19912
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
19913
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
19914
|
-
means any form of electronic, verbal, or written communication sent
|
19915
|
-
to the Licensor or its representatives, including but not limited to
|
19916
|
-
communication on electronic mailing lists, source code control systems,
|
19917
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
19918
|
-
Licensor for the purpose of discussing and improving the Work, but
|
19919
|
-
excluding communication that is conspicuously marked or otherwise
|
19920
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
19921
|
-
|
19922
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
19923
|
-
on behalf of whom a Contribution has been received by Licensor and
|
19924
|
-
subsequently incorporated within the Work.
|
19925
|
-
|
19926
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
19927
|
-
this License, each Contributor hereby grants to You a perpetual,
|
19928
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
19929
|
-
copyright license to reproduce, prepare Derivative Works of,
|
19930
|
-
publicly display, publicly perform, sublicense, and distribute the
|
19931
|
-
Work and such Derivative Works in Source or Object form.
|
19932
|
-
|
19933
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
19934
|
-
this License, each Contributor hereby grants to You a perpetual,
|
19935
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
19936
|
-
(except as stated in this section) patent license to make, have made,
|
19937
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
19938
|
-
where such license applies only to those patent claims licensable
|
19939
|
-
by such Contributor that are necessarily infringed by their
|
19940
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
19941
|
-
with the Work to which such Contribution(s) was submitted. If You
|
19942
|
-
institute patent litigation against any entity (including a
|
19943
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
19944
|
-
or a Contribution incorporated within the Work constitutes direct
|
19945
|
-
or contributory patent infringement, then any patent licenses
|
19946
|
-
granted to You under this License for that Work shall terminate
|
19947
|
-
as of the date such litigation is filed.
|
19948
|
-
|
19949
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
19950
|
-
Work or Derivative Works thereof in any medium, with or without
|
19951
|
-
modifications, and in Source or Object form, provided that You
|
19952
|
-
meet the following conditions:
|
19953
|
-
|
19954
|
-
(a) You must give any other recipients of the Work or
|
19955
|
-
Derivative Works a copy of this License; and
|
19956
|
-
|
19957
|
-
(b) You must cause any modified files to carry prominent notices
|
19958
|
-
stating that You changed the files; and
|
19959
|
-
|
19960
|
-
(c) You must retain, in the Source form of any Derivative Works
|
19961
|
-
that You distribute, all copyright, patent, trademark, and
|
19962
|
-
attribution notices from the Source form of the Work,
|
19963
|
-
excluding those notices that do not pertain to any part of
|
19964
|
-
the Derivative Works; and
|
19965
|
-
|
19966
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
19967
|
-
distribution, then any Derivative Works that You distribute must
|
19968
|
-
include a readable copy of the attribution notices contained
|
19969
|
-
within such NOTICE file, excluding those notices that do not
|
19970
|
-
pertain to any part of the Derivative Works, in at least one
|
19971
|
-
of the following places: within a NOTICE text file distributed
|
19972
|
-
as part of the Derivative Works; within the Source form or
|
19973
|
-
documentation, if provided along with the Derivative Works; or,
|
19974
|
-
within a display generated by the Derivative Works, if and
|
19975
|
-
wherever such third-party notices normally appear. The contents
|
19976
|
-
of the NOTICE file are for informational purposes only and
|
19977
|
-
do not modify the License. You may add Your own attribution
|
19978
|
-
notices within Derivative Works that You distribute, alongside
|
19979
|
-
or as an addendum to the NOTICE text from the Work, provided
|
19980
|
-
that such additional attribution notices cannot be construed
|
19981
|
-
as modifying the License.
|
19982
|
-
|
19983
|
-
You may add Your own copyright statement to Your modifications and
|
19984
|
-
may provide additional or different license terms and conditions
|
19985
|
-
for use, reproduction, or distribution of Your modifications, or
|
19986
|
-
for any such Derivative Works as a whole, provided Your use,
|
19987
|
-
reproduction, and distribution of the Work otherwise complies with
|
19988
|
-
the conditions stated in this License.
|
19989
|
-
|
19990
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
19991
|
-
any Contribution intentionally submitted for inclusion in the Work
|
19992
|
-
by You to the Licensor shall be under the terms and conditions of
|
19993
|
-
this License, without any additional terms or conditions.
|
19994
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
19995
|
-
the terms of any separate license agreement you may have executed
|
19996
|
-
with Licensor regarding such Contributions.
|
19997
|
-
|
19998
|
-
6. Trademarks. This License does not grant permission to use the trade
|
19999
|
-
names, trademarks, service marks, or product names of the Licensor,
|
20000
|
-
except as required for reasonable and customary use in describing the
|
20001
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
20002
|
-
|
20003
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
20004
|
-
agreed to in writing, Licensor provides the Work (and each
|
20005
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
20006
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
20007
|
-
implied, including, without limitation, any warranties or conditions
|
20008
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
20009
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
20010
|
-
appropriateness of using or redistributing the Work and assume any
|
20011
|
-
risks associated with Your exercise of permissions under this License.
|
20012
|
-
|
20013
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
20014
|
-
whether in tort (including negligence), contract, or otherwise,
|
20015
|
-
unless required by applicable law (such as deliberate and grossly
|
20016
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
20017
|
-
liable to You for damages, including any direct, indirect, special,
|
20018
|
-
incidental, or consequential damages of any character arising as a
|
20019
|
-
result of this License or out of the use or inability to use the
|
20020
|
-
Work (including but not limited to damages for loss of goodwill,
|
20021
|
-
work stoppage, computer failure or malfunction, or any and all
|
20022
|
-
other commercial damages or losses), even if such Contributor
|
20023
|
-
has been advised of the possibility of such damages.
|
20024
|
-
|
20025
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
20026
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
20027
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
20028
|
-
or other liability obligations and/or rights consistent with this
|
20029
|
-
License. However, in accepting such obligations, You may act only
|
20030
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
20031
|
-
of any other Contributor, and only if You agree to indemnify,
|
20032
|
-
defend, and hold each Contributor harmless for any liability
|
20033
|
-
incurred by, or claims asserted against, such Contributor by reason
|
20034
|
-
of your accepting any such warranty or additional liability.
|
20035
|
-
|
20036
|
-
END OF TERMS AND CONDITIONS
|
20037
|
-
|
20038
|
-
APPENDIX: How to apply the Apache License to your work.
|
20039
|
-
|
20040
|
-
To apply the Apache License to your work, attach the following
|
20041
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
20042
|
-
replaced with your own identifying information. (Don't include
|
20043
|
-
the brackets!) The text should be enclosed in the appropriate
|
20044
|
-
comment syntax for the file format. We also recommend that a
|
20045
|
-
file or class name and description of purpose be included on the
|
20046
|
-
same "printed page" as the copyright notice for easier
|
20047
|
-
identification within third-party archives.
|
20048
|
-
|
20049
|
-
Copyright [yyyy] [name of copyright owner]
|
20050
|
-
|
20051
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
20052
|
-
you may not use this file except in compliance with the License.
|
20053
|
-
You may obtain a copy of the License at
|
20054
|
-
|
20055
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
20056
|
-
|
20057
|
-
Unless required by applicable law or agreed to in writing, software
|
20058
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
20059
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
20060
|
-
See the License for the specific language governing permissions and
|
20061
|
-
limitations under the License.
|
20062
|
-
|
20063
|
-
================================================================================
|
20064
|
-
log LICENSE-MIT
|
20065
|
-
================================================================================
|
20066
|
-
|
20067
|
-
Copyright (c) 2014 The Rust Project Developers
|
20068
|
-
|
20069
|
-
Permission is hereby granted, free of charge, to any
|
20070
|
-
person obtaining a copy of this software and associated
|
20071
|
-
documentation files (the "Software"), to deal in the
|
20072
|
-
Software without restriction, including without
|
20073
|
-
limitation the rights to use, copy, modify, merge,
|
20074
|
-
publish, distribute, sublicense, and/or sell copies of
|
20075
|
-
the Software, and to permit persons to whom the Software
|
20076
|
-
is furnished to do so, subject to the following
|
20077
|
-
conditions:
|
20078
|
-
|
20079
|
-
The above copyright notice and this permission notice
|
20080
|
-
shall be included in all copies or substantial portions
|
20081
|
-
of the Software.
|
20082
|
-
|
20083
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
20084
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
20085
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
20086
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
20087
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
20088
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
20089
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
20090
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20091
|
-
DEALINGS IN THE SOFTWARE.
|
20092
|
-
|
20093
20160
|
================================================================================
|
20094
20161
|
lz4 LICENSE
|
20095
20162
|
================================================================================
|
@@ -25599,33 +25666,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
25599
25666
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25600
25667
|
DEALINGS IN THE SOFTWARE.
|
25601
25668
|
|
25602
|
-
================================================================================
|
25603
|
-
planus LICENSE-MIT
|
25604
|
-
================================================================================
|
25605
|
-
|
25606
|
-
MIT License
|
25607
|
-
|
25608
|
-
Copyright (c) 2021 The Planus Project Developers
|
25609
|
-
|
25610
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25611
|
-
of this software and associated documentation files (the "Software"), to deal
|
25612
|
-
in the Software without restriction, including without limitation the rights
|
25613
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25614
|
-
copies of the Software, and to permit persons to whom the Software is
|
25615
|
-
furnished to do so, subject to the following conditions:
|
25616
|
-
|
25617
|
-
The above copyright notice and this permission notice shall be included in all
|
25618
|
-
copies or substantial portions of the Software.
|
25619
|
-
|
25620
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25621
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25622
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25623
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25624
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25625
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25626
|
-
SOFTWARE.
|
25627
|
-
|
25628
|
-
|
25629
25669
|
================================================================================
|
25630
25670
|
planus LICENSE-APACHE
|
25631
25671
|
================================================================================
|
@@ -25808,6 +25848,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
25808
25848
|
END OF TERMS AND CONDITIONS
|
25809
25849
|
|
25810
25850
|
|
25851
|
+
================================================================================
|
25852
|
+
planus LICENSE-MIT
|
25853
|
+
================================================================================
|
25854
|
+
|
25855
|
+
MIT License
|
25856
|
+
|
25857
|
+
Copyright (c) 2021 The Planus Project Developers
|
25858
|
+
|
25859
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25860
|
+
of this software and associated documentation files (the "Software"), to deal
|
25861
|
+
in the Software without restriction, including without limitation the rights
|
25862
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25863
|
+
copies of the Software, and to permit persons to whom the Software is
|
25864
|
+
furnished to do so, subject to the following conditions:
|
25865
|
+
|
25866
|
+
The above copyright notice and this permission notice shall be included in all
|
25867
|
+
copies or substantial portions of the Software.
|
25868
|
+
|
25869
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25870
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25871
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25872
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25873
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25874
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25875
|
+
SOFTWARE.
|
25876
|
+
|
25877
|
+
|
25811
25878
|
================================================================================
|
25812
25879
|
polars LICENSE
|
25813
25880
|
================================================================================
|
@@ -25928,6 +25995,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25928
25995
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25929
25996
|
SOFTWARE.
|
25930
25997
|
|
25998
|
+
================================================================================
|
25999
|
+
polars-json LICENSE
|
26000
|
+
================================================================================
|
26001
|
+
|
26002
|
+
Copyright (c) 2020 Ritchie Vink
|
26003
|
+
|
26004
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
26005
|
+
of this software and associated documentation files (the "Software"), to deal
|
26006
|
+
in the Software without restriction, including without limitation the rights
|
26007
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
26008
|
+
copies of the Software, and to permit persons to whom the Software is
|
26009
|
+
furnished to do so, subject to the following conditions:
|
26010
|
+
|
26011
|
+
The above copyright notice and this permission notice shall be included in all
|
26012
|
+
copies or substantial portions of the Software.
|
26013
|
+
|
26014
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
26015
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26016
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
26017
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
26018
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
26019
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
26020
|
+
SOFTWARE.
|
26021
|
+
|
25931
26022
|
================================================================================
|
25932
26023
|
polars-lazy LICENSE
|
25933
26024
|
================================================================================
|
@@ -29040,28 +29131,240 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29040
29131
|
DEALINGS IN THE SOFTWARE.
|
29041
29132
|
|
29042
29133
|
================================================================================
|
29043
|
-
regex
|
29134
|
+
regex-automata LICENSE-APACHE
|
29044
29135
|
================================================================================
|
29045
29136
|
|
29046
|
-
|
29137
|
+
Apache License
|
29138
|
+
Version 2.0, January 2004
|
29139
|
+
http://www.apache.org/licenses/
|
29047
29140
|
|
29048
|
-
|
29049
|
-
|
29050
|
-
|
29051
|
-
|
29052
|
-
|
29053
|
-
|
29054
|
-
|
29055
|
-
|
29056
|
-
|
29057
|
-
|
29058
|
-
|
29059
|
-
|
29060
|
-
|
29061
|
-
|
29062
|
-
|
29063
|
-
|
29064
|
-
|
29141
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29142
|
+
|
29143
|
+
1. Definitions.
|
29144
|
+
|
29145
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
29146
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
29147
|
+
|
29148
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
29149
|
+
the copyright owner that is granting the License.
|
29150
|
+
|
29151
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
29152
|
+
other entities that control, are controlled by, or are under common
|
29153
|
+
control with that entity. For the purposes of this definition,
|
29154
|
+
"control" means (i) the power, direct or indirect, to cause the
|
29155
|
+
direction or management of such entity, whether by contract or
|
29156
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29157
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
29158
|
+
|
29159
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
29160
|
+
exercising permissions granted by this License.
|
29161
|
+
|
29162
|
+
"Source" form shall mean the preferred form for making modifications,
|
29163
|
+
including but not limited to software source code, documentation
|
29164
|
+
source, and configuration files.
|
29165
|
+
|
29166
|
+
"Object" form shall mean any form resulting from mechanical
|
29167
|
+
transformation or translation of a Source form, including but
|
29168
|
+
not limited to compiled object code, generated documentation,
|
29169
|
+
and conversions to other media types.
|
29170
|
+
|
29171
|
+
"Work" shall mean the work of authorship, whether in Source or
|
29172
|
+
Object form, made available under the License, as indicated by a
|
29173
|
+
copyright notice that is included in or attached to the work
|
29174
|
+
(an example is provided in the Appendix below).
|
29175
|
+
|
29176
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
29177
|
+
form, that is based on (or derived from) the Work and for which the
|
29178
|
+
editorial revisions, annotations, elaborations, or other modifications
|
29179
|
+
represent, as a whole, an original work of authorship. For the purposes
|
29180
|
+
of this License, Derivative Works shall not include works that remain
|
29181
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
29182
|
+
the Work and Derivative Works thereof.
|
29183
|
+
|
29184
|
+
"Contribution" shall mean any work of authorship, including
|
29185
|
+
the original version of the Work and any modifications or additions
|
29186
|
+
to that Work or Derivative Works thereof, that is intentionally
|
29187
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
29188
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
29189
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
29190
|
+
means any form of electronic, verbal, or written communication sent
|
29191
|
+
to the Licensor or its representatives, including but not limited to
|
29192
|
+
communication on electronic mailing lists, source code control systems,
|
29193
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
29194
|
+
Licensor for the purpose of discussing and improving the Work, but
|
29195
|
+
excluding communication that is conspicuously marked or otherwise
|
29196
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
29197
|
+
|
29198
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29199
|
+
on behalf of whom a Contribution has been received by Licensor and
|
29200
|
+
subsequently incorporated within the Work.
|
29201
|
+
|
29202
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
29203
|
+
this License, each Contributor hereby grants to You a perpetual,
|
29204
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29205
|
+
copyright license to reproduce, prepare Derivative Works of,
|
29206
|
+
publicly display, publicly perform, sublicense, and distribute the
|
29207
|
+
Work and such Derivative Works in Source or Object form.
|
29208
|
+
|
29209
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
29210
|
+
this License, each Contributor hereby grants to You a perpetual,
|
29211
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29212
|
+
(except as stated in this section) patent license to make, have made,
|
29213
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29214
|
+
where such license applies only to those patent claims licensable
|
29215
|
+
by such Contributor that are necessarily infringed by their
|
29216
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
29217
|
+
with the Work to which such Contribution(s) was submitted. If You
|
29218
|
+
institute patent litigation against any entity (including a
|
29219
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29220
|
+
or a Contribution incorporated within the Work constitutes direct
|
29221
|
+
or contributory patent infringement, then any patent licenses
|
29222
|
+
granted to You under this License for that Work shall terminate
|
29223
|
+
as of the date such litigation is filed.
|
29224
|
+
|
29225
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
29226
|
+
Work or Derivative Works thereof in any medium, with or without
|
29227
|
+
modifications, and in Source or Object form, provided that You
|
29228
|
+
meet the following conditions:
|
29229
|
+
|
29230
|
+
(a) You must give any other recipients of the Work or
|
29231
|
+
Derivative Works a copy of this License; and
|
29232
|
+
|
29233
|
+
(b) You must cause any modified files to carry prominent notices
|
29234
|
+
stating that You changed the files; and
|
29235
|
+
|
29236
|
+
(c) You must retain, in the Source form of any Derivative Works
|
29237
|
+
that You distribute, all copyright, patent, trademark, and
|
29238
|
+
attribution notices from the Source form of the Work,
|
29239
|
+
excluding those notices that do not pertain to any part of
|
29240
|
+
the Derivative Works; and
|
29241
|
+
|
29242
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
29243
|
+
distribution, then any Derivative Works that You distribute must
|
29244
|
+
include a readable copy of the attribution notices contained
|
29245
|
+
within such NOTICE file, excluding those notices that do not
|
29246
|
+
pertain to any part of the Derivative Works, in at least one
|
29247
|
+
of the following places: within a NOTICE text file distributed
|
29248
|
+
as part of the Derivative Works; within the Source form or
|
29249
|
+
documentation, if provided along with the Derivative Works; or,
|
29250
|
+
within a display generated by the Derivative Works, if and
|
29251
|
+
wherever such third-party notices normally appear. The contents
|
29252
|
+
of the NOTICE file are for informational purposes only and
|
29253
|
+
do not modify the License. You may add Your own attribution
|
29254
|
+
notices within Derivative Works that You distribute, alongside
|
29255
|
+
or as an addendum to the NOTICE text from the Work, provided
|
29256
|
+
that such additional attribution notices cannot be construed
|
29257
|
+
as modifying the License.
|
29258
|
+
|
29259
|
+
You may add Your own copyright statement to Your modifications and
|
29260
|
+
may provide additional or different license terms and conditions
|
29261
|
+
for use, reproduction, or distribution of Your modifications, or
|
29262
|
+
for any such Derivative Works as a whole, provided Your use,
|
29263
|
+
reproduction, and distribution of the Work otherwise complies with
|
29264
|
+
the conditions stated in this License.
|
29265
|
+
|
29266
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29267
|
+
any Contribution intentionally submitted for inclusion in the Work
|
29268
|
+
by You to the Licensor shall be under the terms and conditions of
|
29269
|
+
this License, without any additional terms or conditions.
|
29270
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
29271
|
+
the terms of any separate license agreement you may have executed
|
29272
|
+
with Licensor regarding such Contributions.
|
29273
|
+
|
29274
|
+
6. Trademarks. This License does not grant permission to use the trade
|
29275
|
+
names, trademarks, service marks, or product names of the Licensor,
|
29276
|
+
except as required for reasonable and customary use in describing the
|
29277
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
29278
|
+
|
29279
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
29280
|
+
agreed to in writing, Licensor provides the Work (and each
|
29281
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29282
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29283
|
+
implied, including, without limitation, any warranties or conditions
|
29284
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29285
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29286
|
+
appropriateness of using or redistributing the Work and assume any
|
29287
|
+
risks associated with Your exercise of permissions under this License.
|
29288
|
+
|
29289
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
29290
|
+
whether in tort (including negligence), contract, or otherwise,
|
29291
|
+
unless required by applicable law (such as deliberate and grossly
|
29292
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
29293
|
+
liable to You for damages, including any direct, indirect, special,
|
29294
|
+
incidental, or consequential damages of any character arising as a
|
29295
|
+
result of this License or out of the use or inability to use the
|
29296
|
+
Work (including but not limited to damages for loss of goodwill,
|
29297
|
+
work stoppage, computer failure or malfunction, or any and all
|
29298
|
+
other commercial damages or losses), even if such Contributor
|
29299
|
+
has been advised of the possibility of such damages.
|
29300
|
+
|
29301
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
29302
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
29303
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
29304
|
+
or other liability obligations and/or rights consistent with this
|
29305
|
+
License. However, in accepting such obligations, You may act only
|
29306
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
29307
|
+
of any other Contributor, and only if You agree to indemnify,
|
29308
|
+
defend, and hold each Contributor harmless for any liability
|
29309
|
+
incurred by, or claims asserted against, such Contributor by reason
|
29310
|
+
of your accepting any such warranty or additional liability.
|
29311
|
+
|
29312
|
+
END OF TERMS AND CONDITIONS
|
29313
|
+
|
29314
|
+
APPENDIX: How to apply the Apache License to your work.
|
29315
|
+
|
29316
|
+
To apply the Apache License to your work, attach the following
|
29317
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
29318
|
+
replaced with your own identifying information. (Don't include
|
29319
|
+
the brackets!) The text should be enclosed in the appropriate
|
29320
|
+
comment syntax for the file format. We also recommend that a
|
29321
|
+
file or class name and description of purpose be included on the
|
29322
|
+
same "printed page" as the copyright notice for easier
|
29323
|
+
identification within third-party archives.
|
29324
|
+
|
29325
|
+
Copyright [yyyy] [name of copyright owner]
|
29326
|
+
|
29327
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
29328
|
+
you may not use this file except in compliance with the License.
|
29329
|
+
You may obtain a copy of the License at
|
29330
|
+
|
29331
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29332
|
+
|
29333
|
+
Unless required by applicable law or agreed to in writing, software
|
29334
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
29335
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29336
|
+
See the License for the specific language governing permissions and
|
29337
|
+
limitations under the License.
|
29338
|
+
|
29339
|
+
================================================================================
|
29340
|
+
regex-automata LICENSE-MIT
|
29341
|
+
================================================================================
|
29342
|
+
|
29343
|
+
Copyright (c) 2014 The Rust Project Developers
|
29344
|
+
|
29345
|
+
Permission is hereby granted, free of charge, to any
|
29346
|
+
person obtaining a copy of this software and associated
|
29347
|
+
documentation files (the "Software"), to deal in the
|
29348
|
+
Software without restriction, including without
|
29349
|
+
limitation the rights to use, copy, modify, merge,
|
29350
|
+
publish, distribute, sublicense, and/or sell copies of
|
29351
|
+
the Software, and to permit persons to whom the Software
|
29352
|
+
is furnished to do so, subject to the following
|
29353
|
+
conditions:
|
29354
|
+
|
29355
|
+
The above copyright notice and this permission notice
|
29356
|
+
shall be included in all copies or substantial portions
|
29357
|
+
of the Software.
|
29358
|
+
|
29359
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29360
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29361
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29362
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29363
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29364
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29365
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29366
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29367
|
+
DEALINGS IN THE SOFTWARE.
|
29065
29368
|
|
29066
29369
|
================================================================================
|
29067
29370
|
regex-syntax v0.6.29 LICENSE-APACHE
|
@@ -29362,7 +29665,7 @@ use or other dealings in these Data Files or Software without prior
|
|
29362
29665
|
written authorization of the copyright holder.
|
29363
29666
|
|
29364
29667
|
================================================================================
|
29365
|
-
regex-syntax v0.7.
|
29668
|
+
regex-syntax v0.7.4 LICENSE-APACHE
|
29366
29669
|
================================================================================
|
29367
29670
|
|
29368
29671
|
Apache License
|
@@ -29568,7 +29871,7 @@ See the License for the specific language governing permissions and
|
|
29568
29871
|
limitations under the License.
|
29569
29872
|
|
29570
29873
|
================================================================================
|
29571
|
-
regex-syntax v0.7.
|
29874
|
+
regex-syntax v0.7.4 LICENSE-MIT
|
29572
29875
|
================================================================================
|
29573
29876
|
|
29574
29877
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -29598,7 +29901,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29598
29901
|
DEALINGS IN THE SOFTWARE.
|
29599
29902
|
|
29600
29903
|
================================================================================
|
29601
|
-
regex-syntax v0.7.
|
29904
|
+
regex-syntax v0.7.4 src/unicode_tables/LICENSE-UNICODE
|
29602
29905
|
================================================================================
|
29603
29906
|
|
29604
29907
|
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
@@ -35354,7 +35657,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
35354
35657
|
SOFTWARE.
|
35355
35658
|
|
35356
35659
|
================================================================================
|
35357
|
-
strum_macros LICENSE
|
35660
|
+
strum_macros v0.24.3 LICENSE
|
35661
|
+
================================================================================
|
35662
|
+
|
35663
|
+
MIT License
|
35664
|
+
|
35665
|
+
Copyright (c) 2019 Peter Glotfelty
|
35666
|
+
|
35667
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35668
|
+
of this software and associated documentation files (the "Software"), to deal
|
35669
|
+
in the Software without restriction, including without limitation the rights
|
35670
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35671
|
+
copies of the Software, and to permit persons to whom the Software is
|
35672
|
+
furnished to do so, subject to the following conditions:
|
35673
|
+
|
35674
|
+
The above copyright notice and this permission notice shall be included in all
|
35675
|
+
copies or substantial portions of the Software.
|
35676
|
+
|
35677
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
35678
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35679
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35680
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35681
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35682
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35683
|
+
SOFTWARE.
|
35684
|
+
|
35685
|
+
================================================================================
|
35686
|
+
strum_macros v0.25.1 LICENSE
|
35358
35687
|
================================================================================
|
35359
35688
|
|
35360
35689
|
MIT License
|
@@ -35614,7 +35943,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35614
35943
|
DEALINGS IN THE SOFTWARE.
|
35615
35944
|
|
35616
35945
|
================================================================================
|
35617
|
-
syn v2.0.
|
35946
|
+
syn v2.0.26 LICENSE-APACHE
|
35618
35947
|
================================================================================
|
35619
35948
|
|
35620
35949
|
Apache License
|
@@ -35795,7 +36124,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35795
36124
|
END OF TERMS AND CONDITIONS
|
35796
36125
|
|
35797
36126
|
================================================================================
|
35798
|
-
syn v2.0.
|
36127
|
+
syn v2.0.26 LICENSE-MIT
|
35799
36128
|
================================================================================
|
35800
36129
|
|
35801
36130
|
Permission is hereby granted, free of charge, to any
|