polars-df 0.11.0-aarch64-linux → 0.12.0-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/Cargo.lock +360 -361
- data/LICENSE-THIRD-PARTY.txt +1065 -878
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/array_expr.rb +4 -4
- data/lib/polars/batched_csv_reader.rb +2 -2
- data/lib/polars/cat_expr.rb +0 -36
- data/lib/polars/cat_name_space.rb +0 -37
- data/lib/polars/data_frame.rb +93 -101
- data/lib/polars/data_types.rb +1 -1
- data/lib/polars/date_time_expr.rb +525 -573
- data/lib/polars/date_time_name_space.rb +263 -464
- data/lib/polars/dynamic_group_by.rb +3 -3
- data/lib/polars/exceptions.rb +3 -0
- data/lib/polars/expr.rb +367 -330
- data/lib/polars/expr_dispatch.rb +1 -1
- data/lib/polars/functions/aggregation/horizontal.rb +8 -8
- data/lib/polars/functions/as_datatype.rb +63 -40
- data/lib/polars/functions/lazy.rb +63 -14
- data/lib/polars/functions/lit.rb +1 -1
- data/lib/polars/functions/range/date_range.rb +18 -77
- data/lib/polars/functions/range/datetime_range.rb +4 -4
- data/lib/polars/functions/range/int_range.rb +2 -2
- data/lib/polars/functions/range/time_range.rb +4 -4
- data/lib/polars/functions/repeat.rb +1 -1
- data/lib/polars/functions/whenthen.rb +1 -1
- data/lib/polars/io/csv.rb +8 -8
- data/lib/polars/io/ipc.rb +3 -3
- data/lib/polars/io/json.rb +13 -2
- data/lib/polars/io/ndjson.rb +15 -4
- data/lib/polars/io/parquet.rb +5 -4
- data/lib/polars/lazy_frame.rb +120 -106
- data/lib/polars/lazy_group_by.rb +1 -1
- data/lib/polars/list_expr.rb +11 -11
- data/lib/polars/list_name_space.rb +5 -1
- data/lib/polars/rolling_group_by.rb +5 -7
- data/lib/polars/series.rb +105 -189
- data/lib/polars/string_expr.rb +42 -67
- data/lib/polars/string_name_space.rb +5 -4
- data/lib/polars/testing.rb +2 -2
- data/lib/polars/utils/constants.rb +9 -0
- data/lib/polars/utils/convert.rb +97 -0
- data/lib/polars/utils/parse.rb +89 -0
- data/lib/polars/utils/various.rb +76 -0
- data/lib/polars/utils/wrap.rb +19 -0
- data/lib/polars/utils.rb +4 -330
- data/lib/polars/version.rb +1 -1
- data/lib/polars/whenthen.rb +6 -6
- data/lib/polars.rb +11 -0
- metadata +7 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -10,11 +10,11 @@ adler32 v1.2.0
|
|
10
10
|
https://github.com/remram44/adler32-rs
|
11
11
|
Zlib
|
12
12
|
|
13
|
-
ahash v0.8.
|
13
|
+
ahash v0.8.11
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
17
|
-
aho-corasick v1.1.
|
17
|
+
aho-corasick v1.1.3
|
18
18
|
https://github.com/BurntSushi/aho-corasick
|
19
19
|
Unlicense OR MIT
|
20
20
|
|
@@ -26,7 +26,7 @@ alloc-stdlib v0.2.2
|
|
26
26
|
https://github.com/dropbox/rust-alloc-no-stdlib
|
27
27
|
BSD-3-Clause
|
28
28
|
|
29
|
-
allocator-api2 v0.2.
|
29
|
+
allocator-api2 v0.2.18
|
30
30
|
https://github.com/zakarumych/allocator-api2
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
@@ -46,7 +46,7 @@ async-stream-impl v0.3.5
|
|
46
46
|
https://github.com/tokio-rs/async-stream
|
47
47
|
MIT
|
48
48
|
|
49
|
-
async-trait v0.1.
|
49
|
+
async-trait v0.1.80
|
50
50
|
https://github.com/dtolnay/async-trait
|
51
51
|
MIT OR Apache-2.0
|
52
52
|
|
@@ -58,7 +58,7 @@ atoi_simd v0.15.6
|
|
58
58
|
https://github.com/RoDmitry/atoi_simd
|
59
59
|
MIT OR Apache-2.0
|
60
60
|
|
61
|
-
autocfg v1.
|
61
|
+
autocfg v1.3.0
|
62
62
|
https://github.com/cuviper/autocfg
|
63
63
|
Apache-2.0 OR MIT
|
64
64
|
|
@@ -70,11 +70,11 @@ base64 v0.22.1
|
|
70
70
|
https://github.com/marshallpierce/rust-base64
|
71
71
|
MIT OR Apache-2.0
|
72
72
|
|
73
|
-
bindgen v0.69.
|
73
|
+
bindgen v0.69.4
|
74
74
|
https://rust-lang.github.io/rust-bindgen/
|
75
75
|
BSD-3-Clause
|
76
76
|
|
77
|
-
bitflags v2.
|
77
|
+
bitflags v2.5.0
|
78
78
|
https://github.com/bitflags/bitflags
|
79
79
|
MIT OR Apache-2.0
|
80
80
|
|
@@ -82,23 +82,23 @@ brotli v5.0.0
|
|
82
82
|
https://github.com/dropbox/rust-brotli
|
83
83
|
BSD-3-Clause OR MIT
|
84
84
|
|
85
|
-
brotli-decompressor v4.0.
|
85
|
+
brotli-decompressor v4.0.1
|
86
86
|
https://github.com/dropbox/rust-brotli-decompressor
|
87
87
|
BSD-3-Clause/MIT
|
88
88
|
|
89
|
-
bytemuck v1.
|
89
|
+
bytemuck v1.16.1
|
90
90
|
https://github.com/Lokathor/bytemuck
|
91
91
|
Zlib OR Apache-2.0 OR MIT
|
92
92
|
|
93
|
-
bytemuck_derive v1.
|
93
|
+
bytemuck_derive v1.7.0
|
94
94
|
https://github.com/Lokathor/bytemuck
|
95
95
|
Zlib OR Apache-2.0 OR MIT
|
96
96
|
|
97
|
-
bytes v1.
|
97
|
+
bytes v1.6.0
|
98
98
|
https://github.com/tokio-rs/bytes
|
99
99
|
MIT
|
100
100
|
|
101
|
-
cc v1.0.
|
101
|
+
cc v1.0.99
|
102
102
|
https://github.com/rust-lang/cc-rs
|
103
103
|
MIT OR Apache-2.0
|
104
104
|
|
@@ -110,22 +110,22 @@ cfg-if v1.0.0
|
|
110
110
|
https://github.com/alexcrichton/cfg-if
|
111
111
|
MIT/Apache-2.0
|
112
112
|
|
113
|
-
chrono v0.4.
|
113
|
+
chrono v0.4.38
|
114
114
|
https://github.com/chronotope/chrono
|
115
115
|
MIT OR Apache-2.0
|
116
116
|
|
117
|
-
chrono-tz v0.8.
|
117
|
+
chrono-tz v0.8.6
|
118
118
|
https://github.com/chronotope/chrono-tz
|
119
119
|
MIT OR Apache-2.0
|
120
120
|
|
121
121
|
chrono-tz-build v0.2.1
|
122
122
|
MIT OR Apache-2.0
|
123
123
|
|
124
|
-
clang-sys v1.
|
124
|
+
clang-sys v1.8.1
|
125
125
|
https://github.com/KyleMayes/clang-sys
|
126
126
|
Apache-2.0
|
127
127
|
|
128
|
-
comfy-table v7.1.
|
128
|
+
comfy-table v7.1.1
|
129
129
|
https://github.com/nukesor/comfy-table
|
130
130
|
MIT
|
131
131
|
|
@@ -137,27 +137,27 @@ crc-catalog v1.1.1
|
|
137
137
|
https://github.com/akhilles/crc-catalog.git
|
138
138
|
MIT OR Apache-2.0
|
139
139
|
|
140
|
-
crc32fast v1.
|
140
|
+
crc32fast v1.4.2
|
141
141
|
https://github.com/srijs/rust-crc32fast
|
142
142
|
MIT OR Apache-2.0
|
143
143
|
|
144
|
-
crossbeam-channel v0.5.
|
144
|
+
crossbeam-channel v0.5.13
|
145
145
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
146
146
|
MIT OR Apache-2.0
|
147
147
|
|
148
|
-
crossbeam-deque v0.8.
|
148
|
+
crossbeam-deque v0.8.5
|
149
149
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
150
150
|
MIT OR Apache-2.0
|
151
151
|
|
152
|
-
crossbeam-epoch v0.9.
|
152
|
+
crossbeam-epoch v0.9.18
|
153
153
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
154
154
|
MIT OR Apache-2.0
|
155
155
|
|
156
|
-
crossbeam-queue v0.3.
|
156
|
+
crossbeam-queue v0.3.11
|
157
157
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
|
158
158
|
MIT OR Apache-2.0
|
159
159
|
|
160
|
-
crossbeam-utils v0.8.
|
160
|
+
crossbeam-utils v0.8.20
|
161
161
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
162
162
|
MIT OR Apache-2.0
|
163
163
|
|
@@ -165,7 +165,7 @@ crossterm v0.27.0
|
|
165
165
|
https://github.com/crossterm-rs/crossterm
|
166
166
|
MIT
|
167
167
|
|
168
|
-
dyn-clone v1.0.
|
168
|
+
dyn-clone v1.0.17
|
169
169
|
https://github.com/dtolnay/dyn-clone
|
170
170
|
MIT OR Apache-2.0
|
171
171
|
|
@@ -173,7 +173,7 @@ either v1.12.0
|
|
173
173
|
https://github.com/rayon-rs/either
|
174
174
|
MIT OR Apache-2.0
|
175
175
|
|
176
|
-
enum_dispatch v0.3.
|
176
|
+
enum_dispatch v0.3.13
|
177
177
|
https://gitlab.com/antonok/enum_dispatch
|
178
178
|
MIT OR Apache-2.0
|
179
179
|
|
@@ -193,7 +193,7 @@ fast-float v0.2.0
|
|
193
193
|
https://github.com/aldanor/fast-float-rust
|
194
194
|
MIT OR Apache-2.0
|
195
195
|
|
196
|
-
flate2 v1.0.
|
196
|
+
flate2 v1.0.30
|
197
197
|
https://github.com/rust-lang/flate2-rs
|
198
198
|
MIT OR Apache-2.0
|
199
199
|
|
@@ -241,7 +241,7 @@ futures-util v0.3.30
|
|
241
241
|
https://rust-lang.github.io/futures-rs
|
242
242
|
MIT OR Apache-2.0
|
243
243
|
|
244
|
-
getrandom v0.2.
|
244
|
+
getrandom v0.2.15
|
245
245
|
https://github.com/rust-random/getrandom
|
246
246
|
MIT OR Apache-2.0
|
247
247
|
|
@@ -249,19 +249,15 @@ glob v0.3.1
|
|
249
249
|
https://github.com/rust-lang/glob
|
250
250
|
MIT OR Apache-2.0
|
251
251
|
|
252
|
-
halfbrown v0.2.
|
252
|
+
halfbrown v0.2.5
|
253
253
|
https://github.com/Licenser/halfbrown
|
254
254
|
Apache-2.0/MIT
|
255
255
|
|
256
|
-
hashbrown v0.
|
256
|
+
hashbrown v0.14.5
|
257
257
|
https://github.com/rust-lang/hashbrown
|
258
258
|
MIT OR Apache-2.0
|
259
259
|
|
260
|
-
|
261
|
-
https://github.com/rust-lang/hashbrown
|
262
|
-
MIT OR Apache-2.0
|
263
|
-
|
264
|
-
heck v0.4.1
|
260
|
+
heck v0.5.0
|
265
261
|
https://github.com/withoutboats/heck
|
266
262
|
MIT OR Apache-2.0
|
267
263
|
|
@@ -273,15 +269,19 @@ home v0.5.9
|
|
273
269
|
https://github.com/rust-lang/cargo
|
274
270
|
MIT OR Apache-2.0
|
275
271
|
|
276
|
-
iana-time-zone v0.1.
|
272
|
+
iana-time-zone v0.1.60
|
277
273
|
https://github.com/strawlab/iana-time-zone
|
278
274
|
MIT OR Apache-2.0
|
279
275
|
|
280
|
-
indexmap v2.
|
281
|
-
https://github.com/
|
276
|
+
indexmap v2.2.6
|
277
|
+
https://github.com/indexmap-rs/indexmap
|
282
278
|
Apache-2.0 OR MIT
|
283
279
|
|
284
|
-
|
280
|
+
itertools v0.12.1
|
281
|
+
https://github.com/rust-itertools/itertools
|
282
|
+
MIT OR Apache-2.0
|
283
|
+
|
284
|
+
itoa v1.0.11
|
285
285
|
https://github.com/dtolnay/itoa
|
286
286
|
MIT OR Apache-2.0
|
287
287
|
|
@@ -297,17 +297,17 @@ jemallocator v0.5.4
|
|
297
297
|
https://github.com/tikv/jemallocator
|
298
298
|
MIT/Apache-2.0
|
299
299
|
|
300
|
-
jobserver v0.1.
|
301
|
-
https://github.com/
|
302
|
-
MIT
|
300
|
+
jobserver v0.1.31
|
301
|
+
https://github.com/rust-lang/jobserver-rs
|
302
|
+
MIT OR Apache-2.0
|
303
303
|
|
304
304
|
jsonpath_lib_polars_vendor v0.0.1
|
305
305
|
https://github.com/freestrings/jsonpath
|
306
306
|
MIT
|
307
307
|
|
308
|
-
lazy_static v1.
|
308
|
+
lazy_static v1.5.0
|
309
309
|
https://github.com/rust-lang-nursery/lazy-static.rs
|
310
|
-
MIT
|
310
|
+
MIT OR Apache-2.0
|
311
311
|
|
312
312
|
lazycell v1.3.0
|
313
313
|
https://github.com/indiv0/lazycell
|
@@ -337,7 +337,7 @@ lexical-write-integer v0.8.5
|
|
337
337
|
https://github.com/Alexhuszagh/rust-lexical
|
338
338
|
MIT/Apache-2.0
|
339
339
|
|
340
|
-
libc v0.2.
|
340
|
+
libc v0.2.155
|
341
341
|
https://github.com/rust-lang/libc
|
342
342
|
MIT OR Apache-2.0
|
343
343
|
|
@@ -349,7 +349,7 @@ libflate_lz77 v1.2.0
|
|
349
349
|
https://github.com/sile/libflate
|
350
350
|
MIT
|
351
351
|
|
352
|
-
libloading v0.8.
|
352
|
+
libloading v0.8.3
|
353
353
|
https://github.com/nagisa/rust_libloading/
|
354
354
|
ISC
|
355
355
|
|
@@ -357,23 +357,23 @@ libm v0.2.8
|
|
357
357
|
https://github.com/rust-lang/libm
|
358
358
|
MIT OR Apache-2.0
|
359
359
|
|
360
|
-
lock_api v0.4.
|
360
|
+
lock_api v0.4.12
|
361
361
|
https://github.com/Amanieu/parking_lot
|
362
362
|
MIT OR Apache-2.0
|
363
363
|
|
364
|
-
log v0.4.
|
364
|
+
log v0.4.21
|
365
365
|
https://github.com/rust-lang/log
|
366
366
|
MIT OR Apache-2.0
|
367
367
|
|
368
|
-
lz4 v1.
|
368
|
+
lz4 v1.25.0
|
369
369
|
https://github.com/10xGenomics/lz4-rs
|
370
370
|
MIT
|
371
371
|
|
372
|
-
lz4-sys v1.9.
|
372
|
+
lz4-sys v1.9.5
|
373
373
|
https://github.com/10xGenomics/lz4-rs
|
374
374
|
MIT
|
375
375
|
|
376
|
-
magnus v0.
|
376
|
+
magnus v0.7.1
|
377
377
|
https://github.com/matsadler/magnus
|
378
378
|
MIT
|
379
379
|
|
@@ -381,7 +381,7 @@ magnus-macros v0.6.0
|
|
381
381
|
https://github.com/matsadler/magnus
|
382
382
|
MIT
|
383
383
|
|
384
|
-
memchr v2.7.
|
384
|
+
memchr v2.7.4
|
385
385
|
https://github.com/BurntSushi/memchr
|
386
386
|
Unlicense OR MIT
|
387
387
|
|
@@ -393,19 +393,19 @@ minimal-lexical v0.2.1
|
|
393
393
|
https://github.com/Alexhuszagh/minimal-lexical
|
394
394
|
MIT/Apache-2.0
|
395
395
|
|
396
|
-
miniz_oxide v0.7.
|
396
|
+
miniz_oxide v0.7.4
|
397
397
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
398
398
|
MIT OR Zlib OR Apache-2.0
|
399
399
|
|
400
|
-
mio v0.8.
|
400
|
+
mio v0.8.11
|
401
401
|
https://github.com/tokio-rs/mio
|
402
402
|
MIT
|
403
403
|
|
404
|
-
multiversion v0.7.
|
404
|
+
multiversion v0.7.4
|
405
405
|
https://github.com/calebzulawski/multiversion
|
406
406
|
MIT OR Apache-2.0
|
407
407
|
|
408
|
-
multiversion-macros v0.7.
|
408
|
+
multiversion-macros v0.7.4
|
409
409
|
https://github.com/calebzulawski/multiversion
|
410
410
|
MIT OR Apache-2.0
|
411
411
|
|
@@ -429,11 +429,11 @@ once_cell v1.19.0
|
|
429
429
|
https://github.com/matklad/once_cell
|
430
430
|
MIT OR Apache-2.0
|
431
431
|
|
432
|
-
parking_lot v0.12.
|
432
|
+
parking_lot v0.12.3
|
433
433
|
https://github.com/Amanieu/parking_lot
|
434
434
|
MIT OR Apache-2.0
|
435
435
|
|
436
|
-
parking_lot_core v0.9.
|
436
|
+
parking_lot_core v0.9.10
|
437
437
|
https://github.com/Amanieu/parking_lot
|
438
438
|
MIT OR Apache-2.0
|
439
439
|
|
@@ -441,14 +441,10 @@ parquet-format-safe v0.2.4
|
|
441
441
|
https://github.com/jorgecarleitao/parquet-format-safe
|
442
442
|
MIT/Apache-2.0
|
443
443
|
|
444
|
-
parse-zoneinfo v0.3.
|
445
|
-
https://github.com/
|
444
|
+
parse-zoneinfo v0.3.1
|
445
|
+
https://github.com/chronotope/chrono-tz
|
446
446
|
MIT
|
447
447
|
|
448
|
-
peeking_take_while v0.1.2
|
449
|
-
https://github.com/fitzgen/peeking_take_while
|
450
|
-
Apache-2.0/MIT
|
451
|
-
|
452
448
|
percent-encoding v2.3.1
|
453
449
|
https://github.com/servo/rust-url/
|
454
450
|
MIT OR Apache-2.0
|
@@ -469,7 +465,7 @@ phf_shared v0.11.2
|
|
469
465
|
https://github.com/rust-phf/rust-phf
|
470
466
|
MIT
|
471
467
|
|
472
|
-
pin-project-lite v0.2.
|
468
|
+
pin-project-lite v0.2.14
|
473
469
|
https://github.com/taiki-e/pin-project-lite
|
474
470
|
Apache-2.0 OR MIT
|
475
471
|
|
@@ -477,7 +473,7 @@ pin-utils v0.1.0
|
|
477
473
|
https://github.com/rust-lang-nursery/pin-utils
|
478
474
|
MIT OR Apache-2.0
|
479
475
|
|
480
|
-
pkg-config v0.3.
|
476
|
+
pkg-config v0.3.30
|
481
477
|
https://github.com/rust-lang/pkg-config-rs
|
482
478
|
MIT OR Apache-2.0
|
483
479
|
|
@@ -485,74 +481,78 @@ planus v0.3.1
|
|
485
481
|
https://github.com/planus-org/planus
|
486
482
|
MIT/Apache-2.0
|
487
483
|
|
488
|
-
polars v0.
|
484
|
+
polars v0.41.3
|
489
485
|
https://www.pola.rs/
|
490
486
|
MIT
|
491
487
|
|
492
|
-
polars-arrow v0.
|
488
|
+
polars-arrow v0.41.3
|
493
489
|
https://www.pola.rs/
|
494
490
|
MIT AND Apache-2.0
|
495
491
|
|
496
492
|
polars-arrow-format v0.1.0
|
497
493
|
https://github.com/polar-rs/arrow-format
|
498
494
|
|
499
|
-
polars-compute v0.
|
495
|
+
polars-compute v0.41.3
|
500
496
|
https://www.pola.rs/
|
501
497
|
MIT
|
502
498
|
|
503
|
-
polars-core v0.
|
499
|
+
polars-core v0.41.3
|
504
500
|
https://www.pola.rs/
|
505
501
|
MIT
|
506
502
|
|
507
|
-
polars-error v0.
|
503
|
+
polars-error v0.41.3
|
508
504
|
https://www.pola.rs/
|
509
505
|
MIT
|
510
506
|
|
511
|
-
polars-expr v0.
|
507
|
+
polars-expr v0.41.3
|
512
508
|
https://www.pola.rs/
|
513
509
|
MIT
|
514
510
|
|
515
|
-
polars-io v0.
|
511
|
+
polars-io v0.41.3
|
516
512
|
https://www.pola.rs/
|
517
513
|
MIT
|
518
514
|
|
519
|
-
polars-json v0.
|
515
|
+
polars-json v0.41.3
|
520
516
|
https://www.pola.rs/
|
521
517
|
MIT
|
522
518
|
|
523
|
-
polars-lazy v0.
|
519
|
+
polars-lazy v0.41.3
|
524
520
|
https://www.pola.rs/
|
525
521
|
MIT
|
526
522
|
|
527
|
-
polars-
|
523
|
+
polars-mem-engine v0.41.3
|
528
524
|
https://www.pola.rs/
|
529
525
|
MIT
|
530
526
|
|
531
|
-
polars-
|
527
|
+
polars-ops v0.41.3
|
528
|
+
https://www.pola.rs/
|
529
|
+
MIT
|
530
|
+
|
531
|
+
polars-parquet v0.41.3
|
532
532
|
https://www.pola.rs/
|
533
533
|
MIT AND Apache-2.0
|
534
534
|
|
535
|
-
polars-pipe v0.
|
535
|
+
polars-pipe v0.41.3
|
536
536
|
https://www.pola.rs/
|
537
537
|
MIT
|
538
538
|
|
539
|
-
polars-plan v0.
|
539
|
+
polars-plan v0.41.3
|
540
540
|
https://www.pola.rs/
|
541
541
|
MIT
|
542
542
|
|
543
|
-
polars-row v0.
|
543
|
+
polars-row v0.41.3
|
544
544
|
https://www.pola.rs/
|
545
545
|
MIT
|
546
546
|
|
547
|
-
polars-sql v0.
|
547
|
+
polars-sql v0.41.3
|
548
548
|
https://www.pola.rs/
|
549
549
|
MIT
|
550
550
|
|
551
|
-
polars-time v0.
|
551
|
+
polars-time v0.41.3
|
552
552
|
https://www.pola.rs/
|
553
553
|
MIT
|
554
554
|
|
555
|
-
polars-utils v0.
|
555
|
+
polars-utils v0.41.3
|
556
556
|
https://www.pola.rs/
|
557
557
|
MIT
|
558
558
|
|
@@ -560,7 +560,7 @@ ppv-lite86 v0.2.17
|
|
560
560
|
https://github.com/cryptocorrosion/cryptocorrosion
|
561
561
|
MIT/Apache-2.0
|
562
562
|
|
563
|
-
proc-macro2 v1.0.
|
563
|
+
proc-macro2 v1.0.86
|
564
564
|
https://github.com/dtolnay/proc-macro2
|
565
565
|
MIT OR Apache-2.0
|
566
566
|
|
@@ -568,7 +568,7 @@ psm v0.1.21
|
|
568
568
|
https://github.com/rust-lang/stacker/
|
569
569
|
MIT OR Apache-2.0
|
570
570
|
|
571
|
-
quote v1.0.
|
571
|
+
quote v1.0.36
|
572
572
|
https://github.com/dtolnay/quote
|
573
573
|
MIT OR Apache-2.0
|
574
574
|
|
@@ -588,11 +588,11 @@ rand_distr v0.4.3
|
|
588
588
|
https://rust-random.github.io/book
|
589
589
|
MIT OR Apache-2.0
|
590
590
|
|
591
|
-
raw-cpuid v11.0.
|
591
|
+
raw-cpuid v11.0.2
|
592
592
|
https://github.com/gz/rust-cpuid
|
593
593
|
MIT
|
594
594
|
|
595
|
-
rayon v1.
|
595
|
+
rayon v1.10.0
|
596
596
|
https://github.com/rayon-rs/rayon
|
597
597
|
MIT OR Apache-2.0
|
598
598
|
|
@@ -600,11 +600,11 @@ rayon-core v1.12.1
|
|
600
600
|
https://github.com/rayon-rs/rayon
|
601
601
|
MIT OR Apache-2.0
|
602
602
|
|
603
|
-
rb-sys v0.9.
|
603
|
+
rb-sys v0.9.98
|
604
604
|
https://github.com/oxidize-rb/rb-sys
|
605
605
|
MIT OR Apache-2.0
|
606
606
|
|
607
|
-
rb-sys-build v0.9.
|
607
|
+
rb-sys-build v0.9.98
|
608
608
|
https://github.com/oxidize-rb/rb-sys
|
609
609
|
MIT OR Apache-2.0
|
610
610
|
|
@@ -620,23 +620,23 @@ recursive-proc-macro-impl v0.1.1
|
|
620
620
|
https://github.com/orlp/recursive
|
621
621
|
MIT
|
622
622
|
|
623
|
-
ref-cast v1.0.
|
623
|
+
ref-cast v1.0.23
|
624
624
|
https://github.com/dtolnay/ref-cast
|
625
625
|
MIT OR Apache-2.0
|
626
626
|
|
627
|
-
ref-cast-impl v1.0.
|
627
|
+
ref-cast-impl v1.0.23
|
628
628
|
https://github.com/dtolnay/ref-cast
|
629
629
|
MIT OR Apache-2.0
|
630
630
|
|
631
|
-
regex v1.10.
|
631
|
+
regex v1.10.5
|
632
632
|
https://github.com/rust-lang/regex
|
633
633
|
MIT OR Apache-2.0
|
634
634
|
|
635
|
-
regex-automata v0.4.
|
635
|
+
regex-automata v0.4.7
|
636
636
|
https://github.com/rust-lang/regex/tree/master/regex-automata
|
637
637
|
MIT OR Apache-2.0
|
638
638
|
|
639
|
-
regex-syntax v0.8.
|
639
|
+
regex-syntax v0.8.4
|
640
640
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
641
641
|
MIT OR Apache-2.0
|
642
642
|
|
@@ -648,11 +648,11 @@ rustc-hash v1.1.0
|
|
648
648
|
https://github.com/rust-lang-nursery/rustc-hash
|
649
649
|
Apache-2.0/MIT
|
650
650
|
|
651
|
-
rustversion v1.0.
|
651
|
+
rustversion v1.0.17
|
652
652
|
https://github.com/dtolnay/rustversion
|
653
653
|
MIT OR Apache-2.0
|
654
654
|
|
655
|
-
ryu v1.0.
|
655
|
+
ryu v1.0.18
|
656
656
|
https://github.com/dtolnay/ryu
|
657
657
|
Apache-2.0 OR BSL-1.0
|
658
658
|
|
@@ -664,15 +664,15 @@ seq-macro v0.3.5
|
|
664
664
|
https://github.com/dtolnay/seq-macro
|
665
665
|
MIT OR Apache-2.0
|
666
666
|
|
667
|
-
serde v1.0.
|
667
|
+
serde v1.0.203
|
668
668
|
https://serde.rs
|
669
669
|
MIT OR Apache-2.0
|
670
670
|
|
671
|
-
serde_derive v1.0.
|
671
|
+
serde_derive v1.0.203
|
672
672
|
https://serde.rs
|
673
673
|
MIT OR Apache-2.0
|
674
674
|
|
675
|
-
serde_json v1.0.
|
675
|
+
serde_json v1.0.117
|
676
676
|
https://github.com/serde-rs/json
|
677
677
|
MIT OR Apache-2.0
|
678
678
|
|
@@ -680,11 +680,11 @@ shell-words v1.1.0
|
|
680
680
|
https://github.com/tmiasko/shell-words
|
681
681
|
MIT/Apache-2.0
|
682
682
|
|
683
|
-
shlex v1.
|
683
|
+
shlex v1.3.0
|
684
684
|
https://github.com/comex/rust-shlex
|
685
685
|
MIT OR Apache-2.0
|
686
686
|
|
687
|
-
simd-json v0.13.
|
687
|
+
simd-json v0.13.10
|
688
688
|
https://github.com/simd-lite/simd-json
|
689
689
|
Apache-2.0 OR MIT
|
690
690
|
|
@@ -700,7 +700,7 @@ slab v0.4.9
|
|
700
700
|
https://github.com/tokio-rs/slab
|
701
701
|
MIT
|
702
702
|
|
703
|
-
smallvec v1.
|
703
|
+
smallvec v1.13.2
|
704
704
|
https://github.com/servo/rust-smallvec
|
705
705
|
MIT OR Apache-2.0
|
706
706
|
|
@@ -712,11 +712,11 @@ snap v1.1.1
|
|
712
712
|
https://github.com/BurntSushi/rust-snappy
|
713
713
|
BSD-3-Clause
|
714
714
|
|
715
|
-
socket2 v0.5.
|
715
|
+
socket2 v0.5.7
|
716
716
|
https://github.com/rust-lang/socket2
|
717
717
|
MIT OR Apache-2.0
|
718
718
|
|
719
|
-
sqlparser v0.
|
719
|
+
sqlparser v0.47.0
|
720
720
|
https://github.com/sqlparser-rs/sqlparser-rs
|
721
721
|
Apache-2.0
|
722
722
|
|
@@ -740,15 +740,11 @@ strength_reduce v0.2.4
|
|
740
740
|
http://github.com/ejmahler/strength_reduce
|
741
741
|
MIT OR Apache-2.0
|
742
742
|
|
743
|
-
strum v0.
|
744
|
-
https://github.com/Peternator7/strum
|
745
|
-
MIT
|
746
|
-
|
747
|
-
strum_macros v0.25.3
|
743
|
+
strum v0.26.2
|
748
744
|
https://github.com/Peternator7/strum
|
749
745
|
MIT
|
750
746
|
|
751
|
-
strum_macros v0.26.
|
747
|
+
strum_macros v0.26.4
|
752
748
|
https://github.com/Peternator7/strum
|
753
749
|
MIT
|
754
750
|
|
@@ -756,31 +752,31 @@ syn v1.0.109
|
|
756
752
|
https://github.com/dtolnay/syn
|
757
753
|
MIT OR Apache-2.0
|
758
754
|
|
759
|
-
syn v2.0.
|
755
|
+
syn v2.0.67
|
760
756
|
https://github.com/dtolnay/syn
|
761
757
|
MIT OR Apache-2.0
|
762
758
|
|
763
|
-
sysinfo v0.30.
|
759
|
+
sysinfo v0.30.12
|
764
760
|
https://github.com/GuillaumeGomez/sysinfo
|
765
761
|
MIT
|
766
762
|
|
767
|
-
target-features v0.1.
|
763
|
+
target-features v0.1.6
|
768
764
|
https://github.com/calebzulawski/target-features
|
769
765
|
MIT OR Apache-2.0
|
770
766
|
|
771
|
-
thiserror v1.0.
|
767
|
+
thiserror v1.0.61
|
772
768
|
https://github.com/dtolnay/thiserror
|
773
769
|
MIT OR Apache-2.0
|
774
770
|
|
775
|
-
thiserror-impl v1.0.
|
771
|
+
thiserror-impl v1.0.61
|
776
772
|
https://github.com/dtolnay/thiserror
|
777
773
|
MIT OR Apache-2.0
|
778
774
|
|
779
|
-
tokio v1.
|
775
|
+
tokio v1.38.0
|
780
776
|
https://tokio.rs
|
781
777
|
MIT
|
782
778
|
|
783
|
-
tokio-util v0.7.
|
779
|
+
tokio-util v0.7.11
|
784
780
|
https://tokio.rs
|
785
781
|
MIT
|
786
782
|
|
@@ -788,23 +784,23 @@ unicode-ident v1.0.12
|
|
788
784
|
https://github.com/dtolnay/unicode-ident
|
789
785
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
790
786
|
|
791
|
-
unicode-reverse v1.0.
|
787
|
+
unicode-reverse v1.0.9
|
792
788
|
https://github.com/mbrubeck/unicode-reverse
|
793
|
-
MIT
|
789
|
+
MIT OR Apache-2.0
|
794
790
|
|
795
|
-
unicode-segmentation v1.
|
791
|
+
unicode-segmentation v1.11.0
|
796
792
|
https://github.com/unicode-rs/unicode-segmentation
|
797
793
|
MIT/Apache-2.0
|
798
794
|
|
799
|
-
unicode-width v0.1.
|
795
|
+
unicode-width v0.1.13
|
800
796
|
https://github.com/unicode-rs/unicode-width
|
801
|
-
MIT
|
797
|
+
MIT OR Apache-2.0
|
802
798
|
|
803
|
-
uuid v1.
|
799
|
+
uuid v1.8.0
|
804
800
|
https://github.com/uuid-rs/uuid
|
805
801
|
Apache-2.0 OR MIT
|
806
802
|
|
807
|
-
value-trait v0.8.
|
803
|
+
value-trait v0.8.1
|
808
804
|
https://github.com/simd-lite/value-trait
|
809
805
|
Apache-2.0/MIT
|
810
806
|
|
@@ -812,23 +808,23 @@ version_check v0.9.4
|
|
812
808
|
https://github.com/SergioBenitez/version_check
|
813
809
|
MIT/Apache-2.0
|
814
810
|
|
815
|
-
xxhash-rust v0.8.
|
811
|
+
xxhash-rust v0.8.10
|
816
812
|
https://github.com/DoumanAsh/xxhash-rust
|
817
813
|
BSL-1.0
|
818
814
|
|
819
|
-
zerocopy v0.7.
|
815
|
+
zerocopy v0.7.34
|
820
816
|
https://github.com/google/zerocopy
|
821
817
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
822
818
|
|
823
|
-
zstd v0.13.
|
819
|
+
zstd v0.13.1
|
824
820
|
https://github.com/gyscos/zstd-rs
|
825
821
|
MIT
|
826
822
|
|
827
|
-
zstd-safe v7.
|
823
|
+
zstd-safe v7.1.0
|
828
824
|
https://github.com/gyscos/zstd-rs
|
829
825
|
MIT/Apache-2.0
|
830
826
|
|
831
|
-
zstd-sys v2.0.
|
827
|
+
zstd-sys v2.0.11+zstd.1.5.6
|
832
828
|
https://github.com/gyscos/zstd-rs
|
833
829
|
MIT/Apache-2.0
|
834
830
|
|
@@ -1465,15 +1461,213 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
1465
1461
|
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.
|
1466
1462
|
|
1467
1463
|
================================================================================
|
1468
|
-
allocator-api2
|
1464
|
+
allocator-api2 LICENSE-APACHE
|
1469
1465
|
================================================================================
|
1470
1466
|
|
1471
|
-
|
1467
|
+
Apache License
|
1468
|
+
Version 2.0, January 2004
|
1469
|
+
http://www.apache.org/licenses/
|
1470
|
+
|
1471
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1472
|
+
|
1473
|
+
1. Definitions.
|
1474
|
+
|
1475
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
1476
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
1477
|
+
|
1478
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
1479
|
+
the copyright owner that is granting the License.
|
1480
|
+
|
1481
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
1482
|
+
other entities that control, are controlled by, or are under common
|
1483
|
+
control with that entity. For the purposes of this definition,
|
1484
|
+
"control" means (i) the power, direct or indirect, to cause the
|
1485
|
+
direction or management of such entity, whether by contract or
|
1486
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1487
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
1488
|
+
|
1489
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
1490
|
+
exercising permissions granted by this License.
|
1491
|
+
|
1492
|
+
"Source" form shall mean the preferred form for making modifications,
|
1493
|
+
including but not limited to software source code, documentation
|
1494
|
+
source, and configuration files.
|
1495
|
+
|
1496
|
+
"Object" form shall mean any form resulting from mechanical
|
1497
|
+
transformation or translation of a Source form, including but
|
1498
|
+
not limited to compiled object code, generated documentation,
|
1499
|
+
and conversions to other media types.
|
1500
|
+
|
1501
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1502
|
+
Object form, made available under the License, as indicated by a
|
1503
|
+
copyright notice that is included in or attached to the work
|
1504
|
+
(an example is provided in the Appendix below).
|
1505
|
+
|
1506
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1507
|
+
form, that is based on (or derived from) the Work and for which the
|
1508
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1509
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1510
|
+
of this License, Derivative Works shall not include works that remain
|
1511
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1512
|
+
the Work and Derivative Works thereof.
|
1513
|
+
|
1514
|
+
"Contribution" shall mean any work of authorship, including
|
1515
|
+
the original version of the Work and any modifications or additions
|
1516
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1517
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1518
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1519
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1520
|
+
means any form of electronic, verbal, or written communication sent
|
1521
|
+
to the Licensor or its representatives, including but not limited to
|
1522
|
+
communication on electronic mailing lists, source code control systems,
|
1523
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1524
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1525
|
+
excluding communication that is conspicuously marked or otherwise
|
1526
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1527
|
+
|
1528
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1529
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1530
|
+
subsequently incorporated within the Work.
|
1531
|
+
|
1532
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
1533
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1534
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1535
|
+
copyright license to reproduce, prepare Derivative Works of,
|
1536
|
+
publicly display, publicly perform, sublicense, and distribute the
|
1537
|
+
Work and such Derivative Works in Source or Object form.
|
1538
|
+
|
1539
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
1540
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1541
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1542
|
+
(except as stated in this section) patent license to make, have made,
|
1543
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1544
|
+
where such license applies only to those patent claims licensable
|
1545
|
+
by such Contributor that are necessarily infringed by their
|
1546
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
1547
|
+
with the Work to which such Contribution(s) was submitted. If You
|
1548
|
+
institute patent litigation against any entity (including a
|
1549
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1550
|
+
or a Contribution incorporated within the Work constitutes direct
|
1551
|
+
or contributory patent infringement, then any patent licenses
|
1552
|
+
granted to You under this License for that Work shall terminate
|
1553
|
+
as of the date such litigation is filed.
|
1554
|
+
|
1555
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
1556
|
+
Work or Derivative Works thereof in any medium, with or without
|
1557
|
+
modifications, and in Source or Object form, provided that You
|
1558
|
+
meet the following conditions:
|
1559
|
+
|
1560
|
+
(a) You must give any other recipients of the Work or
|
1561
|
+
Derivative Works a copy of this License; and
|
1562
|
+
|
1563
|
+
(b) You must cause any modified files to carry prominent notices
|
1564
|
+
stating that You changed the files; and
|
1565
|
+
|
1566
|
+
(c) You must retain, in the Source form of any Derivative Works
|
1567
|
+
that You distribute, all copyright, patent, trademark, and
|
1568
|
+
attribution notices from the Source form of the Work,
|
1569
|
+
excluding those notices that do not pertain to any part of
|
1570
|
+
the Derivative Works; and
|
1571
|
+
|
1572
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
1573
|
+
distribution, then any Derivative Works that You distribute must
|
1574
|
+
include a readable copy of the attribution notices contained
|
1575
|
+
within such NOTICE file, excluding those notices that do not
|
1576
|
+
pertain to any part of the Derivative Works, in at least one
|
1577
|
+
of the following places: within a NOTICE text file distributed
|
1578
|
+
as part of the Derivative Works; within the Source form or
|
1579
|
+
documentation, if provided along with the Derivative Works; or,
|
1580
|
+
within a display generated by the Derivative Works, if and
|
1581
|
+
wherever such third-party notices normally appear. The contents
|
1582
|
+
of the NOTICE file are for informational purposes only and
|
1583
|
+
do not modify the License. You may add Your own attribution
|
1584
|
+
notices within Derivative Works that You distribute, alongside
|
1585
|
+
or as an addendum to the NOTICE text from the Work, provided
|
1586
|
+
that such additional attribution notices cannot be construed
|
1587
|
+
as modifying the License.
|
1588
|
+
|
1589
|
+
You may add Your own copyright statement to Your modifications and
|
1590
|
+
may provide additional or different license terms and conditions
|
1591
|
+
for use, reproduction, or distribution of Your modifications, or
|
1592
|
+
for any such Derivative Works as a whole, provided Your use,
|
1593
|
+
reproduction, and distribution of the Work otherwise complies with
|
1594
|
+
the conditions stated in this License.
|
1595
|
+
|
1596
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1597
|
+
any Contribution intentionally submitted for inclusion in the Work
|
1598
|
+
by You to the Licensor shall be under the terms and conditions of
|
1599
|
+
this License, without any additional terms or conditions.
|
1600
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
1601
|
+
the terms of any separate license agreement you may have executed
|
1602
|
+
with Licensor regarding such Contributions.
|
1603
|
+
|
1604
|
+
6. Trademarks. This License does not grant permission to use the trade
|
1605
|
+
names, trademarks, service marks, or product names of the Licensor,
|
1606
|
+
except as required for reasonable and customary use in describing the
|
1607
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
1608
|
+
|
1609
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
1610
|
+
agreed to in writing, Licensor provides the Work (and each
|
1611
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1612
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1613
|
+
implied, including, without limitation, any warranties or conditions
|
1614
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1615
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1616
|
+
appropriateness of using or redistributing the Work and assume any
|
1617
|
+
risks associated with Your exercise of permissions under this License.
|
1618
|
+
|
1619
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
1620
|
+
whether in tort (including negligence), contract, or otherwise,
|
1621
|
+
unless required by applicable law (such as deliberate and grossly
|
1622
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
1623
|
+
liable to You for damages, including any direct, indirect, special,
|
1624
|
+
incidental, or consequential damages of any character arising as a
|
1625
|
+
result of this License or out of the use or inability to use the
|
1626
|
+
Work (including but not limited to damages for loss of goodwill,
|
1627
|
+
work stoppage, computer failure or malfunction, or any and all
|
1628
|
+
other commercial damages or losses), even if such Contributor
|
1629
|
+
has been advised of the possibility of such damages.
|
1630
|
+
|
1631
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
1632
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
1633
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
1634
|
+
or other liability obligations and/or rights consistent with this
|
1635
|
+
License. However, in accepting such obligations, You may act only
|
1636
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
1637
|
+
of any other Contributor, and only if You agree to indemnify,
|
1638
|
+
defend, and hold each Contributor harmless for any liability
|
1639
|
+
incurred by, or claims asserted against, such Contributor by reason
|
1640
|
+
of your accepting any such warranty or additional liability.
|
1641
|
+
|
1642
|
+
END OF TERMS AND CONDITIONS
|
1643
|
+
|
1644
|
+
================================================================================
|
1645
|
+
allocator-api2 LICENSE-MIT
|
1646
|
+
================================================================================
|
1472
1647
|
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
|
1648
|
+
Permission is hereby granted, free of charge, to any
|
1649
|
+
person obtaining a copy of this software and associated
|
1650
|
+
documentation files (the "Software"), to deal in the
|
1651
|
+
Software without restriction, including without
|
1652
|
+
limitation the rights to use, copy, modify, merge,
|
1653
|
+
publish, distribute, sublicense, and/or sell copies of
|
1654
|
+
the Software, and to permit persons to whom the Software
|
1655
|
+
is furnished to do so, subject to the following
|
1656
|
+
conditions:
|
1657
|
+
|
1658
|
+
The above copyright notice and this permission notice
|
1659
|
+
shall be included in all copies or substantial portions
|
1660
|
+
of the Software.
|
1661
|
+
|
1662
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1663
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1664
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1665
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1666
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1667
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1668
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1669
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1670
|
+
DEALINGS IN THE SOFTWARE.
|
1477
1671
|
|
1478
1672
|
================================================================================
|
1479
1673
|
argminmax LICENSE
|
@@ -1501,6 +1695,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1501
1695
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1502
1696
|
SOFTWARE.
|
1503
1697
|
|
1698
|
+
================================================================================
|
1699
|
+
array-init-cursor LICENSE-MIT
|
1700
|
+
================================================================================
|
1701
|
+
|
1702
|
+
MIT License
|
1703
|
+
|
1704
|
+
Copyright (c) 2021 The Planus Project Developers
|
1705
|
+
|
1706
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1707
|
+
of this software and associated documentation files (the "Software"), to deal
|
1708
|
+
in the Software without restriction, including without limitation the rights
|
1709
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1710
|
+
copies of the Software, and to permit persons to whom the Software is
|
1711
|
+
furnished to do so, subject to the following conditions:
|
1712
|
+
|
1713
|
+
The above copyright notice and this permission notice shall be included in all
|
1714
|
+
copies or substantial portions of the Software.
|
1715
|
+
|
1716
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1717
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1718
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1719
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1720
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1721
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1722
|
+
SOFTWARE.
|
1723
|
+
|
1724
|
+
|
1504
1725
|
================================================================================
|
1505
1726
|
array-init-cursor LICENSE-APACHE
|
1506
1727
|
================================================================================
|
@@ -1683,33 +1904,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1683
1904
|
END OF TERMS AND CONDITIONS
|
1684
1905
|
|
1685
1906
|
|
1686
|
-
================================================================================
|
1687
|
-
array-init-cursor LICENSE-MIT
|
1688
|
-
================================================================================
|
1689
|
-
|
1690
|
-
MIT License
|
1691
|
-
|
1692
|
-
Copyright (c) 2021 The Planus Project Developers
|
1693
|
-
|
1694
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1695
|
-
of this software and associated documentation files (the "Software"), to deal
|
1696
|
-
in the Software without restriction, including without limitation the rights
|
1697
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1698
|
-
copies of the Software, and to permit persons to whom the Software is
|
1699
|
-
furnished to do so, subject to the following conditions:
|
1700
|
-
|
1701
|
-
The above copyright notice and this permission notice shall be included in all
|
1702
|
-
copies or substantial portions of the Software.
|
1703
|
-
|
1704
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1705
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1706
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1707
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1708
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1709
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1710
|
-
SOFTWARE.
|
1711
|
-
|
1712
|
-
|
1713
1907
|
================================================================================
|
1714
1908
|
async-stream LICENSE
|
1715
1909
|
================================================================================
|
@@ -4941,208 +5135,208 @@ limitations under the License.
|
|
4941
5135
|
clang-sys LICENSE.txt
|
4942
5136
|
================================================================================
|
4943
5137
|
|
4944
|
-
|
4945
|
-
Apache License
|
4946
|
-
Version 2.0, January 2004
|
4947
|
-
http://www.apache.org/licenses/
|
4948
|
-
|
4949
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4950
|
-
|
4951
|
-
1. Definitions.
|
4952
|
-
|
4953
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
4954
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
4955
|
-
|
4956
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
4957
|
-
the copyright owner that is granting the License.
|
4958
|
-
|
4959
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
4960
|
-
other entities that control, are controlled by, or are under common
|
4961
|
-
control with that entity. For the purposes of this definition,
|
4962
|
-
"control" means (i) the power, direct or indirect, to cause the
|
4963
|
-
direction or management of such entity, whether by contract or
|
4964
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4965
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
4966
|
-
|
4967
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
4968
|
-
exercising permissions granted by this License.
|
4969
|
-
|
4970
|
-
"Source" form shall mean the preferred form for making modifications,
|
4971
|
-
including but not limited to software source code, documentation
|
4972
|
-
source, and configuration files.
|
4973
|
-
|
4974
|
-
"Object" form shall mean any form resulting from mechanical
|
4975
|
-
transformation or translation of a Source form, including but
|
4976
|
-
not limited to compiled object code, generated documentation,
|
4977
|
-
and conversions to other media types.
|
4978
|
-
|
4979
|
-
"Work" shall mean the work of authorship, whether in Source or
|
4980
|
-
Object form, made available under the License, as indicated by a
|
4981
|
-
copyright notice that is included in or attached to the work
|
4982
|
-
(an example is provided in the Appendix below).
|
4983
|
-
|
4984
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
4985
|
-
form, that is based on (or derived from) the Work and for which the
|
4986
|
-
editorial revisions, annotations, elaborations, or other modifications
|
4987
|
-
represent, as a whole, an original work of authorship. For the purposes
|
4988
|
-
of this License, Derivative Works shall not include works that remain
|
4989
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
4990
|
-
the Work and Derivative Works thereof.
|
4991
|
-
|
4992
|
-
"Contribution" shall mean any work of authorship, including
|
4993
|
-
the original version of the Work and any modifications or additions
|
4994
|
-
to that Work or Derivative Works thereof, that is intentionally
|
4995
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
4996
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
4997
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
4998
|
-
means any form of electronic, verbal, or written communication sent
|
4999
|
-
to the Licensor or its representatives, including but not limited to
|
5000
|
-
communication on electronic mailing lists, source code control systems,
|
5001
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5002
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5003
|
-
excluding communication that is conspicuously marked or otherwise
|
5004
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5005
|
-
|
5006
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5007
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5008
|
-
subsequently incorporated within the Work.
|
5009
|
-
|
5010
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5011
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5012
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5013
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5014
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5015
|
-
Work and such Derivative Works in Source or Object form.
|
5016
|
-
|
5017
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5018
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5019
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5020
|
-
(except as stated in this section) patent license to make, have made,
|
5021
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5022
|
-
where such license applies only to those patent claims licensable
|
5023
|
-
by such Contributor that are necessarily infringed by their
|
5024
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5025
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5026
|
-
institute patent litigation against any entity (including a
|
5027
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5028
|
-
or a Contribution incorporated within the Work constitutes direct
|
5029
|
-
or contributory patent infringement, then any patent licenses
|
5030
|
-
granted to You under this License for that Work shall terminate
|
5031
|
-
as of the date such litigation is filed.
|
5032
|
-
|
5033
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5034
|
-
Work or Derivative Works thereof in any medium, with or without
|
5035
|
-
modifications, and in Source or Object form, provided that You
|
5036
|
-
meet the following conditions:
|
5037
|
-
|
5038
|
-
(a) You must give any other recipients of the Work or
|
5039
|
-
Derivative Works a copy of this License; and
|
5040
|
-
|
5041
|
-
(b) You must cause any modified files to carry prominent notices
|
5042
|
-
stating that You changed the files; and
|
5043
|
-
|
5044
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5045
|
-
that You distribute, all copyright, patent, trademark, and
|
5046
|
-
attribution notices from the Source form of the Work,
|
5047
|
-
excluding those notices that do not pertain to any part of
|
5048
|
-
the Derivative Works; and
|
5049
|
-
|
5050
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5051
|
-
distribution, then any Derivative Works that You distribute must
|
5052
|
-
include a readable copy of the attribution notices contained
|
5053
|
-
within such NOTICE file, excluding those notices that do not
|
5054
|
-
pertain to any part of the Derivative Works, in at least one
|
5055
|
-
of the following places: within a NOTICE text file distributed
|
5056
|
-
as part of the Derivative Works; within the Source form or
|
5057
|
-
documentation, if provided along with the Derivative Works; or,
|
5058
|
-
within a display generated by the Derivative Works, if and
|
5059
|
-
wherever such third-party notices normally appear. The contents
|
5060
|
-
of the NOTICE file are for informational purposes only and
|
5061
|
-
do not modify the License. You may add Your own attribution
|
5062
|
-
notices within Derivative Works that You distribute, alongside
|
5063
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5064
|
-
that such additional attribution notices cannot be construed
|
5065
|
-
as modifying the License.
|
5066
|
-
|
5067
|
-
You may add Your own copyright statement to Your modifications and
|
5068
|
-
may provide additional or different license terms and conditions
|
5069
|
-
for use, reproduction, or distribution of Your modifications, or
|
5070
|
-
for any such Derivative Works as a whole, provided Your use,
|
5071
|
-
reproduction, and distribution of the Work otherwise complies with
|
5072
|
-
the conditions stated in this License.
|
5073
|
-
|
5074
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5075
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5076
|
-
by You to the Licensor shall be under the terms and conditions of
|
5077
|
-
this License, without any additional terms or conditions.
|
5078
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5079
|
-
the terms of any separate license agreement you may have executed
|
5080
|
-
with Licensor regarding such Contributions.
|
5081
|
-
|
5082
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5083
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5084
|
-
except as required for reasonable and customary use in describing the
|
5085
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5086
|
-
|
5087
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5088
|
-
agreed to in writing, Licensor provides the Work (and each
|
5089
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5090
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5091
|
-
implied, including, without limitation, any warranties or conditions
|
5092
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5093
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5094
|
-
appropriateness of using or redistributing the Work and assume any
|
5095
|
-
risks associated with Your exercise of permissions under this License.
|
5096
|
-
|
5097
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5098
|
-
whether in tort (including negligence), contract, or otherwise,
|
5099
|
-
unless required by applicable law (such as deliberate and grossly
|
5100
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5101
|
-
liable to You for damages, including any direct, indirect, special,
|
5102
|
-
incidental, or consequential damages of any character arising as a
|
5103
|
-
result of this License or out of the use or inability to use the
|
5104
|
-
Work (including but not limited to damages for loss of goodwill,
|
5105
|
-
work stoppage, computer failure or malfunction, or any and all
|
5106
|
-
other commercial damages or losses), even if such Contributor
|
5107
|
-
has been advised of the possibility of such damages.
|
5108
|
-
|
5109
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5110
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5111
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5112
|
-
or other liability obligations and/or rights consistent with this
|
5113
|
-
License. However, in accepting such obligations, You may act only
|
5114
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5115
|
-
of any other Contributor, and only if You agree to indemnify,
|
5116
|
-
defend, and hold each Contributor harmless for any liability
|
5117
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5118
|
-
of your accepting any such warranty or additional liability.
|
5119
|
-
|
5120
|
-
END OF TERMS AND CONDITIONS
|
5121
|
-
|
5122
|
-
APPENDIX: How to apply the Apache License to your work.
|
5123
|
-
|
5124
|
-
To apply the Apache License to your work, attach the following
|
5125
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5126
|
-
replaced with your own identifying information. (Don't include
|
5127
|
-
the brackets!) The text should be enclosed in the appropriate
|
5128
|
-
comment syntax for the file format. We also recommend that a
|
5129
|
-
file or class name and description of purpose be included on the
|
5130
|
-
same "printed page" as the copyright notice for easier
|
5131
|
-
identification within third-party archives.
|
5132
|
-
|
5133
|
-
Copyright [yyyy] [name of copyright owner]
|
5134
|
-
|
5135
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5136
|
-
you may not use this file except in compliance with the License.
|
5137
|
-
You may obtain a copy of the License at
|
5138
|
-
|
5139
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5140
|
-
|
5141
|
-
Unless required by applicable law or agreed to in writing, software
|
5142
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5143
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5144
|
-
See the License for the specific language governing permissions and
|
5145
|
-
limitations under the License.
|
5138
|
+
|
5139
|
+
Apache License
|
5140
|
+
Version 2.0, January 2004
|
5141
|
+
http://www.apache.org/licenses/
|
5142
|
+
|
5143
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5144
|
+
|
5145
|
+
1. Definitions.
|
5146
|
+
|
5147
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
5148
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
5149
|
+
|
5150
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
5151
|
+
the copyright owner that is granting the License.
|
5152
|
+
|
5153
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
5154
|
+
other entities that control, are controlled by, or are under common
|
5155
|
+
control with that entity. For the purposes of this definition,
|
5156
|
+
"control" means (i) the power, direct or indirect, to cause the
|
5157
|
+
direction or management of such entity, whether by contract or
|
5158
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5159
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
5160
|
+
|
5161
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
5162
|
+
exercising permissions granted by this License.
|
5163
|
+
|
5164
|
+
"Source" form shall mean the preferred form for making modifications,
|
5165
|
+
including but not limited to software source code, documentation
|
5166
|
+
source, and configuration files.
|
5167
|
+
|
5168
|
+
"Object" form shall mean any form resulting from mechanical
|
5169
|
+
transformation or translation of a Source form, including but
|
5170
|
+
not limited to compiled object code, generated documentation,
|
5171
|
+
and conversions to other media types.
|
5172
|
+
|
5173
|
+
"Work" shall mean the work of authorship, whether in Source or
|
5174
|
+
Object form, made available under the License, as indicated by a
|
5175
|
+
copyright notice that is included in or attached to the work
|
5176
|
+
(an example is provided in the Appendix below).
|
5177
|
+
|
5178
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
5179
|
+
form, that is based on (or derived from) the Work and for which the
|
5180
|
+
editorial revisions, annotations, elaborations, or other modifications
|
5181
|
+
represent, as a whole, an original work of authorship. For the purposes
|
5182
|
+
of this License, Derivative Works shall not include works that remain
|
5183
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
5184
|
+
the Work and Derivative Works thereof.
|
5185
|
+
|
5186
|
+
"Contribution" shall mean any work of authorship, including
|
5187
|
+
the original version of the Work and any modifications or additions
|
5188
|
+
to that Work or Derivative Works thereof, that is intentionally
|
5189
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
5190
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
5191
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
5192
|
+
means any form of electronic, verbal, or written communication sent
|
5193
|
+
to the Licensor or its representatives, including but not limited to
|
5194
|
+
communication on electronic mailing lists, source code control systems,
|
5195
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
5196
|
+
Licensor for the purpose of discussing and improving the Work, but
|
5197
|
+
excluding communication that is conspicuously marked or otherwise
|
5198
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
5199
|
+
|
5200
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5201
|
+
on behalf of whom a Contribution has been received by Licensor and
|
5202
|
+
subsequently incorporated within the Work.
|
5203
|
+
|
5204
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
5205
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5206
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5207
|
+
copyright license to reproduce, prepare Derivative Works of,
|
5208
|
+
publicly display, publicly perform, sublicense, and distribute the
|
5209
|
+
Work and such Derivative Works in Source or Object form.
|
5210
|
+
|
5211
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
5212
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5213
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5214
|
+
(except as stated in this section) patent license to make, have made,
|
5215
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5216
|
+
where such license applies only to those patent claims licensable
|
5217
|
+
by such Contributor that are necessarily infringed by their
|
5218
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
5219
|
+
with the Work to which such Contribution(s) was submitted. If You
|
5220
|
+
institute patent litigation against any entity (including a
|
5221
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5222
|
+
or a Contribution incorporated within the Work constitutes direct
|
5223
|
+
or contributory patent infringement, then any patent licenses
|
5224
|
+
granted to You under this License for that Work shall terminate
|
5225
|
+
as of the date such litigation is filed.
|
5226
|
+
|
5227
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
5228
|
+
Work or Derivative Works thereof in any medium, with or without
|
5229
|
+
modifications, and in Source or Object form, provided that You
|
5230
|
+
meet the following conditions:
|
5231
|
+
|
5232
|
+
(a) You must give any other recipients of the Work or
|
5233
|
+
Derivative Works a copy of this License; and
|
5234
|
+
|
5235
|
+
(b) You must cause any modified files to carry prominent notices
|
5236
|
+
stating that You changed the files; and
|
5237
|
+
|
5238
|
+
(c) You must retain, in the Source form of any Derivative Works
|
5239
|
+
that You distribute, all copyright, patent, trademark, and
|
5240
|
+
attribution notices from the Source form of the Work,
|
5241
|
+
excluding those notices that do not pertain to any part of
|
5242
|
+
the Derivative Works; and
|
5243
|
+
|
5244
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
5245
|
+
distribution, then any Derivative Works that You distribute must
|
5246
|
+
include a readable copy of the attribution notices contained
|
5247
|
+
within such NOTICE file, excluding those notices that do not
|
5248
|
+
pertain to any part of the Derivative Works, in at least one
|
5249
|
+
of the following places: within a NOTICE text file distributed
|
5250
|
+
as part of the Derivative Works; within the Source form or
|
5251
|
+
documentation, if provided along with the Derivative Works; or,
|
5252
|
+
within a display generated by the Derivative Works, if and
|
5253
|
+
wherever such third-party notices normally appear. The contents
|
5254
|
+
of the NOTICE file are for informational purposes only and
|
5255
|
+
do not modify the License. You may add Your own attribution
|
5256
|
+
notices within Derivative Works that You distribute, alongside
|
5257
|
+
or as an addendum to the NOTICE text from the Work, provided
|
5258
|
+
that such additional attribution notices cannot be construed
|
5259
|
+
as modifying the License.
|
5260
|
+
|
5261
|
+
You may add Your own copyright statement to Your modifications and
|
5262
|
+
may provide additional or different license terms and conditions
|
5263
|
+
for use, reproduction, or distribution of Your modifications, or
|
5264
|
+
for any such Derivative Works as a whole, provided Your use,
|
5265
|
+
reproduction, and distribution of the Work otherwise complies with
|
5266
|
+
the conditions stated in this License.
|
5267
|
+
|
5268
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5269
|
+
any Contribution intentionally submitted for inclusion in the Work
|
5270
|
+
by You to the Licensor shall be under the terms and conditions of
|
5271
|
+
this License, without any additional terms or conditions.
|
5272
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
5273
|
+
the terms of any separate license agreement you may have executed
|
5274
|
+
with Licensor regarding such Contributions.
|
5275
|
+
|
5276
|
+
6. Trademarks. This License does not grant permission to use the trade
|
5277
|
+
names, trademarks, service marks, or product names of the Licensor,
|
5278
|
+
except as required for reasonable and customary use in describing the
|
5279
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
5280
|
+
|
5281
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
5282
|
+
agreed to in writing, Licensor provides the Work (and each
|
5283
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5284
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5285
|
+
implied, including, without limitation, any warranties or conditions
|
5286
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5287
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5288
|
+
appropriateness of using or redistributing the Work and assume any
|
5289
|
+
risks associated with Your exercise of permissions under this License.
|
5290
|
+
|
5291
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
5292
|
+
whether in tort (including negligence), contract, or otherwise,
|
5293
|
+
unless required by applicable law (such as deliberate and grossly
|
5294
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
5295
|
+
liable to You for damages, including any direct, indirect, special,
|
5296
|
+
incidental, or consequential damages of any character arising as a
|
5297
|
+
result of this License or out of the use or inability to use the
|
5298
|
+
Work (including but not limited to damages for loss of goodwill,
|
5299
|
+
work stoppage, computer failure or malfunction, or any and all
|
5300
|
+
other commercial damages or losses), even if such Contributor
|
5301
|
+
has been advised of the possibility of such damages.
|
5302
|
+
|
5303
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
5304
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
5305
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
5306
|
+
or other liability obligations and/or rights consistent with this
|
5307
|
+
License. However, in accepting such obligations, You may act only
|
5308
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
5309
|
+
of any other Contributor, and only if You agree to indemnify,
|
5310
|
+
defend, and hold each Contributor harmless for any liability
|
5311
|
+
incurred by, or claims asserted against, such Contributor by reason
|
5312
|
+
of your accepting any such warranty or additional liability.
|
5313
|
+
|
5314
|
+
END OF TERMS AND CONDITIONS
|
5315
|
+
|
5316
|
+
APPENDIX: How to apply the Apache License to your work.
|
5317
|
+
|
5318
|
+
To apply the Apache License to your work, attach the following
|
5319
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
5320
|
+
replaced with your own identifying information. (Don't include
|
5321
|
+
the brackets!) The text should be enclosed in the appropriate
|
5322
|
+
comment syntax for the file format. We also recommend that a
|
5323
|
+
file or class name and description of purpose be included on the
|
5324
|
+
same "printed page" as the copyright notice for easier
|
5325
|
+
identification within third-party archives.
|
5326
|
+
|
5327
|
+
Copyright [yyyy] [name of copyright owner]
|
5328
|
+
|
5329
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
5330
|
+
you may not use this file except in compliance with the License.
|
5331
|
+
You may obtain a copy of the License at
|
5332
|
+
|
5333
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5334
|
+
|
5335
|
+
Unless required by applicable law or agreed to in writing, software
|
5336
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
5337
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5338
|
+
See the License for the specific language governing permissions and
|
5339
|
+
limitations under the License.
|
5146
5340
|
|
5147
5341
|
================================================================================
|
5148
5342
|
comfy-table LICENSE
|
@@ -11703,7 +11897,7 @@ limitations under the License.
|
|
11703
11897
|
getrandom LICENSE-MIT
|
11704
11898
|
================================================================================
|
11705
11899
|
|
11706
|
-
Copyright 2018
|
11900
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
11707
11901
|
Copyright (c) 2014 The Rust Project Developers
|
11708
11902
|
|
11709
11903
|
Permission is hereby granted, free of charge, to any
|
@@ -12200,243 +12394,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
12200
12394
|
SOFTWARE.
|
12201
12395
|
|
12202
12396
|
================================================================================
|
12203
|
-
hashbrown
|
12204
|
-
================================================================================
|
12205
|
-
|
12206
|
-
Apache License
|
12207
|
-
Version 2.0, January 2004
|
12208
|
-
http://www.apache.org/licenses/
|
12209
|
-
|
12210
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
12211
|
-
|
12212
|
-
1. Definitions.
|
12213
|
-
|
12214
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
12215
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
12216
|
-
|
12217
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
12218
|
-
the copyright owner that is granting the License.
|
12219
|
-
|
12220
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
12221
|
-
other entities that control, are controlled by, or are under common
|
12222
|
-
control with that entity. For the purposes of this definition,
|
12223
|
-
"control" means (i) the power, direct or indirect, to cause the
|
12224
|
-
direction or management of such entity, whether by contract or
|
12225
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
12226
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
12227
|
-
|
12228
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
12229
|
-
exercising permissions granted by this License.
|
12230
|
-
|
12231
|
-
"Source" form shall mean the preferred form for making modifications,
|
12232
|
-
including but not limited to software source code, documentation
|
12233
|
-
source, and configuration files.
|
12234
|
-
|
12235
|
-
"Object" form shall mean any form resulting from mechanical
|
12236
|
-
transformation or translation of a Source form, including but
|
12237
|
-
not limited to compiled object code, generated documentation,
|
12238
|
-
and conversions to other media types.
|
12239
|
-
|
12240
|
-
"Work" shall mean the work of authorship, whether in Source or
|
12241
|
-
Object form, made available under the License, as indicated by a
|
12242
|
-
copyright notice that is included in or attached to the work
|
12243
|
-
(an example is provided in the Appendix below).
|
12244
|
-
|
12245
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
12246
|
-
form, that is based on (or derived from) the Work and for which the
|
12247
|
-
editorial revisions, annotations, elaborations, or other modifications
|
12248
|
-
represent, as a whole, an original work of authorship. For the purposes
|
12249
|
-
of this License, Derivative Works shall not include works that remain
|
12250
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
12251
|
-
the Work and Derivative Works thereof.
|
12252
|
-
|
12253
|
-
"Contribution" shall mean any work of authorship, including
|
12254
|
-
the original version of the Work and any modifications or additions
|
12255
|
-
to that Work or Derivative Works thereof, that is intentionally
|
12256
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
12257
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
12258
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
12259
|
-
means any form of electronic, verbal, or written communication sent
|
12260
|
-
to the Licensor or its representatives, including but not limited to
|
12261
|
-
communication on electronic mailing lists, source code control systems,
|
12262
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
12263
|
-
Licensor for the purpose of discussing and improving the Work, but
|
12264
|
-
excluding communication that is conspicuously marked or otherwise
|
12265
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
12266
|
-
|
12267
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
12268
|
-
on behalf of whom a Contribution has been received by Licensor and
|
12269
|
-
subsequently incorporated within the Work.
|
12270
|
-
|
12271
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
12272
|
-
this License, each Contributor hereby grants to You a perpetual,
|
12273
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12274
|
-
copyright license to reproduce, prepare Derivative Works of,
|
12275
|
-
publicly display, publicly perform, sublicense, and distribute the
|
12276
|
-
Work and such Derivative Works in Source or Object form.
|
12277
|
-
|
12278
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
12279
|
-
this License, each Contributor hereby grants to You a perpetual,
|
12280
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12281
|
-
(except as stated in this section) patent license to make, have made,
|
12282
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
12283
|
-
where such license applies only to those patent claims licensable
|
12284
|
-
by such Contributor that are necessarily infringed by their
|
12285
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
12286
|
-
with the Work to which such Contribution(s) was submitted. If You
|
12287
|
-
institute patent litigation against any entity (including a
|
12288
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
12289
|
-
or a Contribution incorporated within the Work constitutes direct
|
12290
|
-
or contributory patent infringement, then any patent licenses
|
12291
|
-
granted to You under this License for that Work shall terminate
|
12292
|
-
as of the date such litigation is filed.
|
12293
|
-
|
12294
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
12295
|
-
Work or Derivative Works thereof in any medium, with or without
|
12296
|
-
modifications, and in Source or Object form, provided that You
|
12297
|
-
meet the following conditions:
|
12298
|
-
|
12299
|
-
(a) You must give any other recipients of the Work or
|
12300
|
-
Derivative Works a copy of this License; and
|
12301
|
-
|
12302
|
-
(b) You must cause any modified files to carry prominent notices
|
12303
|
-
stating that You changed the files; and
|
12304
|
-
|
12305
|
-
(c) You must retain, in the Source form of any Derivative Works
|
12306
|
-
that You distribute, all copyright, patent, trademark, and
|
12307
|
-
attribution notices from the Source form of the Work,
|
12308
|
-
excluding those notices that do not pertain to any part of
|
12309
|
-
the Derivative Works; and
|
12310
|
-
|
12311
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
12312
|
-
distribution, then any Derivative Works that You distribute must
|
12313
|
-
include a readable copy of the attribution notices contained
|
12314
|
-
within such NOTICE file, excluding those notices that do not
|
12315
|
-
pertain to any part of the Derivative Works, in at least one
|
12316
|
-
of the following places: within a NOTICE text file distributed
|
12317
|
-
as part of the Derivative Works; within the Source form or
|
12318
|
-
documentation, if provided along with the Derivative Works; or,
|
12319
|
-
within a display generated by the Derivative Works, if and
|
12320
|
-
wherever such third-party notices normally appear. The contents
|
12321
|
-
of the NOTICE file are for informational purposes only and
|
12322
|
-
do not modify the License. You may add Your own attribution
|
12323
|
-
notices within Derivative Works that You distribute, alongside
|
12324
|
-
or as an addendum to the NOTICE text from the Work, provided
|
12325
|
-
that such additional attribution notices cannot be construed
|
12326
|
-
as modifying the License.
|
12327
|
-
|
12328
|
-
You may add Your own copyright statement to Your modifications and
|
12329
|
-
may provide additional or different license terms and conditions
|
12330
|
-
for use, reproduction, or distribution of Your modifications, or
|
12331
|
-
for any such Derivative Works as a whole, provided Your use,
|
12332
|
-
reproduction, and distribution of the Work otherwise complies with
|
12333
|
-
the conditions stated in this License.
|
12334
|
-
|
12335
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
12336
|
-
any Contribution intentionally submitted for inclusion in the Work
|
12337
|
-
by You to the Licensor shall be under the terms and conditions of
|
12338
|
-
this License, without any additional terms or conditions.
|
12339
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
12340
|
-
the terms of any separate license agreement you may have executed
|
12341
|
-
with Licensor regarding such Contributions.
|
12342
|
-
|
12343
|
-
6. Trademarks. This License does not grant permission to use the trade
|
12344
|
-
names, trademarks, service marks, or product names of the Licensor,
|
12345
|
-
except as required for reasonable and customary use in describing the
|
12346
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
12347
|
-
|
12348
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
12349
|
-
agreed to in writing, Licensor provides the Work (and each
|
12350
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
12351
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
12352
|
-
implied, including, without limitation, any warranties or conditions
|
12353
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
12354
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
12355
|
-
appropriateness of using or redistributing the Work and assume any
|
12356
|
-
risks associated with Your exercise of permissions under this License.
|
12357
|
-
|
12358
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
12359
|
-
whether in tort (including negligence), contract, or otherwise,
|
12360
|
-
unless required by applicable law (such as deliberate and grossly
|
12361
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
12362
|
-
liable to You for damages, including any direct, indirect, special,
|
12363
|
-
incidental, or consequential damages of any character arising as a
|
12364
|
-
result of this License or out of the use or inability to use the
|
12365
|
-
Work (including but not limited to damages for loss of goodwill,
|
12366
|
-
work stoppage, computer failure or malfunction, or any and all
|
12367
|
-
other commercial damages or losses), even if such Contributor
|
12368
|
-
has been advised of the possibility of such damages.
|
12369
|
-
|
12370
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
12371
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
12372
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
12373
|
-
or other liability obligations and/or rights consistent with this
|
12374
|
-
License. However, in accepting such obligations, You may act only
|
12375
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
12376
|
-
of any other Contributor, and only if You agree to indemnify,
|
12377
|
-
defend, and hold each Contributor harmless for any liability
|
12378
|
-
incurred by, or claims asserted against, such Contributor by reason
|
12379
|
-
of your accepting any such warranty or additional liability.
|
12380
|
-
|
12381
|
-
END OF TERMS AND CONDITIONS
|
12382
|
-
|
12383
|
-
APPENDIX: How to apply the Apache License to your work.
|
12384
|
-
|
12385
|
-
To apply the Apache License to your work, attach the following
|
12386
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
12387
|
-
replaced with your own identifying information. (Don't include
|
12388
|
-
the brackets!) The text should be enclosed in the appropriate
|
12389
|
-
comment syntax for the file format. We also recommend that a
|
12390
|
-
file or class name and description of purpose be included on the
|
12391
|
-
same "printed page" as the copyright notice for easier
|
12392
|
-
identification within third-party archives.
|
12393
|
-
|
12394
|
-
Copyright [yyyy] [name of copyright owner]
|
12395
|
-
|
12396
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
12397
|
-
you may not use this file except in compliance with the License.
|
12398
|
-
You may obtain a copy of the License at
|
12399
|
-
|
12400
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
12401
|
-
|
12402
|
-
Unless required by applicable law or agreed to in writing, software
|
12403
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
12404
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12405
|
-
See the License for the specific language governing permissions and
|
12406
|
-
limitations under the License.
|
12407
|
-
|
12408
|
-
================================================================================
|
12409
|
-
hashbrown v0.13.2 LICENSE-MIT
|
12410
|
-
================================================================================
|
12411
|
-
|
12412
|
-
Copyright (c) 2016 Amanieu d'Antras
|
12413
|
-
|
12414
|
-
Permission is hereby granted, free of charge, to any
|
12415
|
-
person obtaining a copy of this software and associated
|
12416
|
-
documentation files (the "Software"), to deal in the
|
12417
|
-
Software without restriction, including without
|
12418
|
-
limitation the rights to use, copy, modify, merge,
|
12419
|
-
publish, distribute, sublicense, and/or sell copies of
|
12420
|
-
the Software, and to permit persons to whom the Software
|
12421
|
-
is furnished to do so, subject to the following
|
12422
|
-
conditions:
|
12423
|
-
|
12424
|
-
The above copyright notice and this permission notice
|
12425
|
-
shall be included in all copies or substantial portions
|
12426
|
-
of the Software.
|
12427
|
-
|
12428
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
12429
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
12430
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
12431
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
12432
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
12433
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
12434
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
12435
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12436
|
-
DEALINGS IN THE SOFTWARE.
|
12437
|
-
|
12438
|
-
================================================================================
|
12439
|
-
hashbrown v0.14.3 LICENSE-APACHE
|
12397
|
+
hashbrown LICENSE-APACHE
|
12440
12398
|
================================================================================
|
12441
12399
|
|
12442
12400
|
Apache License
|
@@ -12642,7 +12600,7 @@ See the License for the specific language governing permissions and
|
|
12642
12600
|
limitations under the License.
|
12643
12601
|
|
12644
12602
|
================================================================================
|
12645
|
-
hashbrown
|
12603
|
+
hashbrown LICENSE-MIT
|
12646
12604
|
================================================================================
|
12647
12605
|
|
12648
12606
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -13565,7 +13523,243 @@ APPENDIX: How to apply the Apache License to your work.
|
|
13565
13523
|
same "printed page" as the copyright notice for easier
|
13566
13524
|
identification within third-party archives.
|
13567
13525
|
|
13568
|
-
Copyright 2020 Andrew Straw
|
13526
|
+
Copyright 2020 Andrew Straw
|
13527
|
+
|
13528
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
13529
|
+
you may not use this file except in compliance with the License.
|
13530
|
+
You may obtain a copy of the License at
|
13531
|
+
|
13532
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
13533
|
+
|
13534
|
+
Unless required by applicable law or agreed to in writing, software
|
13535
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
13536
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13537
|
+
See the License for the specific language governing permissions and
|
13538
|
+
limitations under the License.
|
13539
|
+
|
13540
|
+
================================================================================
|
13541
|
+
iana-time-zone LICENSE-MIT
|
13542
|
+
================================================================================
|
13543
|
+
|
13544
|
+
Copyright (c) 2020 Andrew D. Straw
|
13545
|
+
|
13546
|
+
Permission is hereby granted, free of charge, to any
|
13547
|
+
person obtaining a copy of this software and associated
|
13548
|
+
documentation files (the "Software"), to deal in the
|
13549
|
+
Software without restriction, including without
|
13550
|
+
limitation the rights to use, copy, modify, merge,
|
13551
|
+
publish, distribute, sublicense, and/or sell copies of
|
13552
|
+
the Software, and to permit persons to whom the Software
|
13553
|
+
is furnished to do so, subject to the following
|
13554
|
+
conditions:
|
13555
|
+
|
13556
|
+
The above copyright notice and this permission notice
|
13557
|
+
shall be included in all copies or substantial portions
|
13558
|
+
of the Software.
|
13559
|
+
|
13560
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
13561
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
13562
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
13563
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
13564
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
13565
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
13566
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
13567
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
13568
|
+
DEALINGS IN THE SOFTWARE.
|
13569
|
+
|
13570
|
+
================================================================================
|
13571
|
+
indexmap LICENSE-APACHE
|
13572
|
+
================================================================================
|
13573
|
+
|
13574
|
+
Apache License
|
13575
|
+
Version 2.0, January 2004
|
13576
|
+
http://www.apache.org/licenses/
|
13577
|
+
|
13578
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
13579
|
+
|
13580
|
+
1. Definitions.
|
13581
|
+
|
13582
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
13583
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
13584
|
+
|
13585
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13586
|
+
the copyright owner that is granting the License.
|
13587
|
+
|
13588
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
13589
|
+
other entities that control, are controlled by, or are under common
|
13590
|
+
control with that entity. For the purposes of this definition,
|
13591
|
+
"control" means (i) the power, direct or indirect, to cause the
|
13592
|
+
direction or management of such entity, whether by contract or
|
13593
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
13594
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
13595
|
+
|
13596
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
13597
|
+
exercising permissions granted by this License.
|
13598
|
+
|
13599
|
+
"Source" form shall mean the preferred form for making modifications,
|
13600
|
+
including but not limited to software source code, documentation
|
13601
|
+
source, and configuration files.
|
13602
|
+
|
13603
|
+
"Object" form shall mean any form resulting from mechanical
|
13604
|
+
transformation or translation of a Source form, including but
|
13605
|
+
not limited to compiled object code, generated documentation,
|
13606
|
+
and conversions to other media types.
|
13607
|
+
|
13608
|
+
"Work" shall mean the work of authorship, whether in Source or
|
13609
|
+
Object form, made available under the License, as indicated by a
|
13610
|
+
copyright notice that is included in or attached to the work
|
13611
|
+
(an example is provided in the Appendix below).
|
13612
|
+
|
13613
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
13614
|
+
form, that is based on (or derived from) the Work and for which the
|
13615
|
+
editorial revisions, annotations, elaborations, or other modifications
|
13616
|
+
represent, as a whole, an original work of authorship. For the purposes
|
13617
|
+
of this License, Derivative Works shall not include works that remain
|
13618
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
13619
|
+
the Work and Derivative Works thereof.
|
13620
|
+
|
13621
|
+
"Contribution" shall mean any work of authorship, including
|
13622
|
+
the original version of the Work and any modifications or additions
|
13623
|
+
to that Work or Derivative Works thereof, that is intentionally
|
13624
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
13625
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
13626
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
13627
|
+
means any form of electronic, verbal, or written communication sent
|
13628
|
+
to the Licensor or its representatives, including but not limited to
|
13629
|
+
communication on electronic mailing lists, source code control systems,
|
13630
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
13631
|
+
Licensor for the purpose of discussing and improving the Work, but
|
13632
|
+
excluding communication that is conspicuously marked or otherwise
|
13633
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
13634
|
+
|
13635
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
13636
|
+
on behalf of whom a Contribution has been received by Licensor and
|
13637
|
+
subsequently incorporated within the Work.
|
13638
|
+
|
13639
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
13640
|
+
this License, each Contributor hereby grants to You a perpetual,
|
13641
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13642
|
+
copyright license to reproduce, prepare Derivative Works of,
|
13643
|
+
publicly display, publicly perform, sublicense, and distribute the
|
13644
|
+
Work and such Derivative Works in Source or Object form.
|
13645
|
+
|
13646
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
13647
|
+
this License, each Contributor hereby grants to You a perpetual,
|
13648
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13649
|
+
(except as stated in this section) patent license to make, have made,
|
13650
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
13651
|
+
where such license applies only to those patent claims licensable
|
13652
|
+
by such Contributor that are necessarily infringed by their
|
13653
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
13654
|
+
with the Work to which such Contribution(s) was submitted. If You
|
13655
|
+
institute patent litigation against any entity (including a
|
13656
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
13657
|
+
or a Contribution incorporated within the Work constitutes direct
|
13658
|
+
or contributory patent infringement, then any patent licenses
|
13659
|
+
granted to You under this License for that Work shall terminate
|
13660
|
+
as of the date such litigation is filed.
|
13661
|
+
|
13662
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
13663
|
+
Work or Derivative Works thereof in any medium, with or without
|
13664
|
+
modifications, and in Source or Object form, provided that You
|
13665
|
+
meet the following conditions:
|
13666
|
+
|
13667
|
+
(a) You must give any other recipients of the Work or
|
13668
|
+
Derivative Works a copy of this License; and
|
13669
|
+
|
13670
|
+
(b) You must cause any modified files to carry prominent notices
|
13671
|
+
stating that You changed the files; and
|
13672
|
+
|
13673
|
+
(c) You must retain, in the Source form of any Derivative Works
|
13674
|
+
that You distribute, all copyright, patent, trademark, and
|
13675
|
+
attribution notices from the Source form of the Work,
|
13676
|
+
excluding those notices that do not pertain to any part of
|
13677
|
+
the Derivative Works; and
|
13678
|
+
|
13679
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
13680
|
+
distribution, then any Derivative Works that You distribute must
|
13681
|
+
include a readable copy of the attribution notices contained
|
13682
|
+
within such NOTICE file, excluding those notices that do not
|
13683
|
+
pertain to any part of the Derivative Works, in at least one
|
13684
|
+
of the following places: within a NOTICE text file distributed
|
13685
|
+
as part of the Derivative Works; within the Source form or
|
13686
|
+
documentation, if provided along with the Derivative Works; or,
|
13687
|
+
within a display generated by the Derivative Works, if and
|
13688
|
+
wherever such third-party notices normally appear. The contents
|
13689
|
+
of the NOTICE file are for informational purposes only and
|
13690
|
+
do not modify the License. You may add Your own attribution
|
13691
|
+
notices within Derivative Works that You distribute, alongside
|
13692
|
+
or as an addendum to the NOTICE text from the Work, provided
|
13693
|
+
that such additional attribution notices cannot be construed
|
13694
|
+
as modifying the License.
|
13695
|
+
|
13696
|
+
You may add Your own copyright statement to Your modifications and
|
13697
|
+
may provide additional or different license terms and conditions
|
13698
|
+
for use, reproduction, or distribution of Your modifications, or
|
13699
|
+
for any such Derivative Works as a whole, provided Your use,
|
13700
|
+
reproduction, and distribution of the Work otherwise complies with
|
13701
|
+
the conditions stated in this License.
|
13702
|
+
|
13703
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
13704
|
+
any Contribution intentionally submitted for inclusion in the Work
|
13705
|
+
by You to the Licensor shall be under the terms and conditions of
|
13706
|
+
this License, without any additional terms or conditions.
|
13707
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
13708
|
+
the terms of any separate license agreement you may have executed
|
13709
|
+
with Licensor regarding such Contributions.
|
13710
|
+
|
13711
|
+
6. Trademarks. This License does not grant permission to use the trade
|
13712
|
+
names, trademarks, service marks, or product names of the Licensor,
|
13713
|
+
except as required for reasonable and customary use in describing the
|
13714
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
13715
|
+
|
13716
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
13717
|
+
agreed to in writing, Licensor provides the Work (and each
|
13718
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
13719
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13720
|
+
implied, including, without limitation, any warranties or conditions
|
13721
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
13722
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
13723
|
+
appropriateness of using or redistributing the Work and assume any
|
13724
|
+
risks associated with Your exercise of permissions under this License.
|
13725
|
+
|
13726
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
13727
|
+
whether in tort (including negligence), contract, or otherwise,
|
13728
|
+
unless required by applicable law (such as deliberate and grossly
|
13729
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
13730
|
+
liable to You for damages, including any direct, indirect, special,
|
13731
|
+
incidental, or consequential damages of any character arising as a
|
13732
|
+
result of this License or out of the use or inability to use the
|
13733
|
+
Work (including but not limited to damages for loss of goodwill,
|
13734
|
+
work stoppage, computer failure or malfunction, or any and all
|
13735
|
+
other commercial damages or losses), even if such Contributor
|
13736
|
+
has been advised of the possibility of such damages.
|
13737
|
+
|
13738
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
13739
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
13740
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
13741
|
+
or other liability obligations and/or rights consistent with this
|
13742
|
+
License. However, in accepting such obligations, You may act only
|
13743
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
13744
|
+
of any other Contributor, and only if You agree to indemnify,
|
13745
|
+
defend, and hold each Contributor harmless for any liability
|
13746
|
+
incurred by, or claims asserted against, such Contributor by reason
|
13747
|
+
of your accepting any such warranty or additional liability.
|
13748
|
+
|
13749
|
+
END OF TERMS AND CONDITIONS
|
13750
|
+
|
13751
|
+
APPENDIX: How to apply the Apache License to your work.
|
13752
|
+
|
13753
|
+
To apply the Apache License to your work, attach the following
|
13754
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
13755
|
+
replaced with your own identifying information. (Don't include
|
13756
|
+
the brackets!) The text should be enclosed in the appropriate
|
13757
|
+
comment syntax for the file format. We also recommend that a
|
13758
|
+
file or class name and description of purpose be included on the
|
13759
|
+
same "printed page" as the copyright notice for easier
|
13760
|
+
identification within third-party archives.
|
13761
|
+
|
13762
|
+
Copyright [yyyy] [name of copyright owner]
|
13569
13763
|
|
13570
13764
|
Licensed under the Apache License, Version 2.0 (the "License");
|
13571
13765
|
you may not use this file except in compliance with the License.
|
@@ -13580,10 +13774,10 @@ See the License for the specific language governing permissions and
|
|
13580
13774
|
limitations under the License.
|
13581
13775
|
|
13582
13776
|
================================================================================
|
13583
|
-
|
13777
|
+
indexmap LICENSE-MIT
|
13584
13778
|
================================================================================
|
13585
13779
|
|
13586
|
-
Copyright (c)
|
13780
|
+
Copyright (c) 2016--2017
|
13587
13781
|
|
13588
13782
|
Permission is hereby granted, free of charge, to any
|
13589
13783
|
person obtaining a copy of this software and associated
|
@@ -13610,7 +13804,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
13610
13804
|
DEALINGS IN THE SOFTWARE.
|
13611
13805
|
|
13612
13806
|
================================================================================
|
13613
|
-
|
13807
|
+
itertools LICENSE-APACHE
|
13614
13808
|
================================================================================
|
13615
13809
|
|
13616
13810
|
Apache License
|
@@ -13816,10 +14010,10 @@ See the License for the specific language governing permissions and
|
|
13816
14010
|
limitations under the License.
|
13817
14011
|
|
13818
14012
|
================================================================================
|
13819
|
-
|
14013
|
+
itertools LICENSE-MIT
|
13820
14014
|
================================================================================
|
13821
14015
|
|
13822
|
-
Copyright (c)
|
14016
|
+
Copyright (c) 2015
|
13823
14017
|
|
13824
14018
|
Permission is hereby granted, free of charge, to any
|
13825
14019
|
person obtaining a copy of this software and associated
|
@@ -19449,6 +19643,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19449
19643
|
SOFTWARE.
|
19450
19644
|
|
19451
19645
|
|
19646
|
+
================================================================================
|
19647
|
+
lz4-sys LICENSE
|
19648
|
+
================================================================================
|
19649
|
+
|
19650
|
+
The MIT License (MIT)
|
19651
|
+
|
19652
|
+
Copyright (c) 2015 Artem V. Navrotskiy
|
19653
|
+
|
19654
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
19655
|
+
of this software and associated documentation files (the "Software"), to deal
|
19656
|
+
in the Software without restriction, including without limitation the rights
|
19657
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19658
|
+
copies of the Software, and to permit persons to whom the Software is
|
19659
|
+
furnished to do so, subject to the following conditions:
|
19660
|
+
|
19661
|
+
The above copyright notice and this permission notice shall be included in all
|
19662
|
+
copies or substantial portions of the Software.
|
19663
|
+
|
19664
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19665
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19666
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19667
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19668
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19669
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19670
|
+
SOFTWARE.
|
19671
|
+
|
19672
|
+
|
19452
19673
|
================================================================================
|
19453
19674
|
lz4-sys liblz4/LICENSE
|
19454
19675
|
================================================================================
|
@@ -23376,7 +23597,12 @@ IN THE SOFTWARE.
|
|
23376
23597
|
parse-zoneinfo LICENSE
|
23377
23598
|
================================================================================
|
23378
23599
|
|
23379
|
-
|
23600
|
+
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
23601
|
+
The licenses do not apply to files in the tzdb folder which are in the
|
23602
|
+
public domain. parse-zoneinfo was forked from zoneinfo-parse, which
|
23603
|
+
was originally created by Benjamin Sago under the MIT license.
|
23604
|
+
|
23605
|
+
Copyright (c) 2016-2024 Benjamin Sago & the chronotope maintainers
|
23380
23606
|
|
23381
23607
|
The MIT License
|
23382
23608
|
|
@@ -23398,11 +23624,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23398
23624
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23399
23625
|
SOFTWARE.
|
23400
23626
|
|
23401
|
-
|
23402
|
-
peeking_take_while LICENSE-APACHE
|
23403
|
-
================================================================================
|
23404
|
-
|
23405
|
-
Apache License
|
23627
|
+
Apache License
|
23406
23628
|
Version 2.0, January 2004
|
23407
23629
|
http://www.apache.org/licenses/
|
23408
23630
|
|
@@ -23590,13 +23812,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
23590
23812
|
same "printed page" as the copyright notice for easier
|
23591
23813
|
identification within third-party archives.
|
23592
23814
|
|
23593
|
-
Copyright
|
23815
|
+
Copyright 2016 Djzin
|
23594
23816
|
|
23595
23817
|
Licensed under the Apache License, Version 2.0 (the "License");
|
23596
23818
|
you may not use this file except in compliance with the License.
|
23597
23819
|
You may obtain a copy of the License at
|
23598
23820
|
|
23599
|
-
|
23821
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
23600
23822
|
|
23601
23823
|
Unless required by applicable law or agreed to in writing, software
|
23602
23824
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -23604,36 +23826,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
23604
23826
|
See the License for the specific language governing permissions and
|
23605
23827
|
limitations under the License.
|
23606
23828
|
|
23607
|
-
================================================================================
|
23608
|
-
peeking_take_while LICENSE-MIT
|
23609
|
-
================================================================================
|
23610
|
-
|
23611
|
-
Copyright (c) 2015 The Rust Project Developers
|
23612
|
-
|
23613
|
-
Permission is hereby granted, free of charge, to any
|
23614
|
-
person obtaining a copy of this software and associated
|
23615
|
-
documentation files (the "Software"), to deal in the
|
23616
|
-
Software without restriction, including without
|
23617
|
-
limitation the rights to use, copy, modify, merge,
|
23618
|
-
publish, distribute, sublicense, and/or sell copies of
|
23619
|
-
the Software, and to permit persons to whom the Software
|
23620
|
-
is furnished to do so, subject to the following
|
23621
|
-
conditions:
|
23622
|
-
|
23623
|
-
The above copyright notice and this permission notice
|
23624
|
-
shall be included in all copies or substantial portions
|
23625
|
-
of the Software.
|
23626
|
-
|
23627
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
23628
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
23629
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
23630
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
23631
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
23632
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
23633
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
23634
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
23635
|
-
DEALINGS IN THE SOFTWARE.
|
23636
|
-
|
23637
23829
|
================================================================================
|
23638
23830
|
percent-encoding LICENSE-APACHE
|
23639
23831
|
================================================================================
|
@@ -24652,188 +24844,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24652
24844
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24653
24845
|
DEALINGS IN THE SOFTWARE.
|
24654
24846
|
|
24655
|
-
================================================================================
|
24656
|
-
planus LICENSE-APACHE
|
24657
|
-
================================================================================
|
24658
|
-
|
24659
|
-
Apache License
|
24660
|
-
Version 2.0, January 2004
|
24661
|
-
http://www.apache.org/licenses/
|
24662
|
-
|
24663
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24664
|
-
|
24665
|
-
1. Definitions.
|
24666
|
-
|
24667
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24668
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24669
|
-
|
24670
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24671
|
-
the copyright owner that is granting the License.
|
24672
|
-
|
24673
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24674
|
-
other entities that control, are controlled by, or are under common
|
24675
|
-
control with that entity. For the purposes of this definition,
|
24676
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24677
|
-
direction or management of such entity, whether by contract or
|
24678
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24679
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24680
|
-
|
24681
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24682
|
-
exercising permissions granted by this License.
|
24683
|
-
|
24684
|
-
"Source" form shall mean the preferred form for making modifications,
|
24685
|
-
including but not limited to software source code, documentation
|
24686
|
-
source, and configuration files.
|
24687
|
-
|
24688
|
-
"Object" form shall mean any form resulting from mechanical
|
24689
|
-
transformation or translation of a Source form, including but
|
24690
|
-
not limited to compiled object code, generated documentation,
|
24691
|
-
and conversions to other media types.
|
24692
|
-
|
24693
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24694
|
-
Object form, made available under the License, as indicated by a
|
24695
|
-
copyright notice that is included in or attached to the work
|
24696
|
-
(an example is provided in the Appendix below).
|
24697
|
-
|
24698
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24699
|
-
form, that is based on (or derived from) the Work and for which the
|
24700
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24701
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24702
|
-
of this License, Derivative Works shall not include works that remain
|
24703
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24704
|
-
the Work and Derivative Works thereof.
|
24705
|
-
|
24706
|
-
"Contribution" shall mean any work of authorship, including
|
24707
|
-
the original version of the Work and any modifications or additions
|
24708
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24709
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24710
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24711
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24712
|
-
means any form of electronic, verbal, or written communication sent
|
24713
|
-
to the Licensor or its representatives, including but not limited to
|
24714
|
-
communication on electronic mailing lists, source code control systems,
|
24715
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24716
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24717
|
-
excluding communication that is conspicuously marked or otherwise
|
24718
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24719
|
-
|
24720
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24721
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24722
|
-
subsequently incorporated within the Work.
|
24723
|
-
|
24724
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24725
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24726
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24727
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24728
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24729
|
-
Work and such Derivative Works in Source or Object form.
|
24730
|
-
|
24731
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24732
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24733
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24734
|
-
(except as stated in this section) patent license to make, have made,
|
24735
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24736
|
-
where such license applies only to those patent claims licensable
|
24737
|
-
by such Contributor that are necessarily infringed by their
|
24738
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24739
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24740
|
-
institute patent litigation against any entity (including a
|
24741
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24742
|
-
or a Contribution incorporated within the Work constitutes direct
|
24743
|
-
or contributory patent infringement, then any patent licenses
|
24744
|
-
granted to You under this License for that Work shall terminate
|
24745
|
-
as of the date such litigation is filed.
|
24746
|
-
|
24747
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24748
|
-
Work or Derivative Works thereof in any medium, with or without
|
24749
|
-
modifications, and in Source or Object form, provided that You
|
24750
|
-
meet the following conditions:
|
24751
|
-
|
24752
|
-
(a) You must give any other recipients of the Work or
|
24753
|
-
Derivative Works a copy of this License; and
|
24754
|
-
|
24755
|
-
(b) You must cause any modified files to carry prominent notices
|
24756
|
-
stating that You changed the files; and
|
24757
|
-
|
24758
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24759
|
-
that You distribute, all copyright, patent, trademark, and
|
24760
|
-
attribution notices from the Source form of the Work,
|
24761
|
-
excluding those notices that do not pertain to any part of
|
24762
|
-
the Derivative Works; and
|
24763
|
-
|
24764
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24765
|
-
distribution, then any Derivative Works that You distribute must
|
24766
|
-
include a readable copy of the attribution notices contained
|
24767
|
-
within such NOTICE file, excluding those notices that do not
|
24768
|
-
pertain to any part of the Derivative Works, in at least one
|
24769
|
-
of the following places: within a NOTICE text file distributed
|
24770
|
-
as part of the Derivative Works; within the Source form or
|
24771
|
-
documentation, if provided along with the Derivative Works; or,
|
24772
|
-
within a display generated by the Derivative Works, if and
|
24773
|
-
wherever such third-party notices normally appear. The contents
|
24774
|
-
of the NOTICE file are for informational purposes only and
|
24775
|
-
do not modify the License. You may add Your own attribution
|
24776
|
-
notices within Derivative Works that You distribute, alongside
|
24777
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24778
|
-
that such additional attribution notices cannot be construed
|
24779
|
-
as modifying the License.
|
24780
|
-
|
24781
|
-
You may add Your own copyright statement to Your modifications and
|
24782
|
-
may provide additional or different license terms and conditions
|
24783
|
-
for use, reproduction, or distribution of Your modifications, or
|
24784
|
-
for any such Derivative Works as a whole, provided Your use,
|
24785
|
-
reproduction, and distribution of the Work otherwise complies with
|
24786
|
-
the conditions stated in this License.
|
24787
|
-
|
24788
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24789
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24790
|
-
by You to the Licensor shall be under the terms and conditions of
|
24791
|
-
this License, without any additional terms or conditions.
|
24792
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24793
|
-
the terms of any separate license agreement you may have executed
|
24794
|
-
with Licensor regarding such Contributions.
|
24795
|
-
|
24796
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24797
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24798
|
-
except as required for reasonable and customary use in describing the
|
24799
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24800
|
-
|
24801
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24802
|
-
agreed to in writing, Licensor provides the Work (and each
|
24803
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24804
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24805
|
-
implied, including, without limitation, any warranties or conditions
|
24806
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24807
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24808
|
-
appropriateness of using or redistributing the Work and assume any
|
24809
|
-
risks associated with Your exercise of permissions under this License.
|
24810
|
-
|
24811
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24812
|
-
whether in tort (including negligence), contract, or otherwise,
|
24813
|
-
unless required by applicable law (such as deliberate and grossly
|
24814
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
24815
|
-
liable to You for damages, including any direct, indirect, special,
|
24816
|
-
incidental, or consequential damages of any character arising as a
|
24817
|
-
result of this License or out of the use or inability to use the
|
24818
|
-
Work (including but not limited to damages for loss of goodwill,
|
24819
|
-
work stoppage, computer failure or malfunction, or any and all
|
24820
|
-
other commercial damages or losses), even if such Contributor
|
24821
|
-
has been advised of the possibility of such damages.
|
24822
|
-
|
24823
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
24824
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
24825
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
24826
|
-
or other liability obligations and/or rights consistent with this
|
24827
|
-
License. However, in accepting such obligations, You may act only
|
24828
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
24829
|
-
of any other Contributor, and only if You agree to indemnify,
|
24830
|
-
defend, and hold each Contributor harmless for any liability
|
24831
|
-
incurred by, or claims asserted against, such Contributor by reason
|
24832
|
-
of your accepting any such warranty or additional liability.
|
24833
|
-
|
24834
|
-
END OF TERMS AND CONDITIONS
|
24835
|
-
|
24836
|
-
|
24837
24847
|
================================================================================
|
24838
24848
|
planus LICENSE-MIT
|
24839
24849
|
================================================================================
|
@@ -24861,6 +24871,188 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24861
24871
|
SOFTWARE.
|
24862
24872
|
|
24863
24873
|
|
24874
|
+
================================================================================
|
24875
|
+
planus LICENSE-APACHE
|
24876
|
+
================================================================================
|
24877
|
+
|
24878
|
+
Apache License
|
24879
|
+
Version 2.0, January 2004
|
24880
|
+
http://www.apache.org/licenses/
|
24881
|
+
|
24882
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24883
|
+
|
24884
|
+
1. Definitions.
|
24885
|
+
|
24886
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
24887
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
24888
|
+
|
24889
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
24890
|
+
the copyright owner that is granting the License.
|
24891
|
+
|
24892
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
24893
|
+
other entities that control, are controlled by, or are under common
|
24894
|
+
control with that entity. For the purposes of this definition,
|
24895
|
+
"control" means (i) the power, direct or indirect, to cause the
|
24896
|
+
direction or management of such entity, whether by contract or
|
24897
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24898
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
24899
|
+
|
24900
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24901
|
+
exercising permissions granted by this License.
|
24902
|
+
|
24903
|
+
"Source" form shall mean the preferred form for making modifications,
|
24904
|
+
including but not limited to software source code, documentation
|
24905
|
+
source, and configuration files.
|
24906
|
+
|
24907
|
+
"Object" form shall mean any form resulting from mechanical
|
24908
|
+
transformation or translation of a Source form, including but
|
24909
|
+
not limited to compiled object code, generated documentation,
|
24910
|
+
and conversions to other media types.
|
24911
|
+
|
24912
|
+
"Work" shall mean the work of authorship, whether in Source or
|
24913
|
+
Object form, made available under the License, as indicated by a
|
24914
|
+
copyright notice that is included in or attached to the work
|
24915
|
+
(an example is provided in the Appendix below).
|
24916
|
+
|
24917
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
24918
|
+
form, that is based on (or derived from) the Work and for which the
|
24919
|
+
editorial revisions, annotations, elaborations, or other modifications
|
24920
|
+
represent, as a whole, an original work of authorship. For the purposes
|
24921
|
+
of this License, Derivative Works shall not include works that remain
|
24922
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
24923
|
+
the Work and Derivative Works thereof.
|
24924
|
+
|
24925
|
+
"Contribution" shall mean any work of authorship, including
|
24926
|
+
the original version of the Work and any modifications or additions
|
24927
|
+
to that Work or Derivative Works thereof, that is intentionally
|
24928
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
24929
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
24930
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
24931
|
+
means any form of electronic, verbal, or written communication sent
|
24932
|
+
to the Licensor or its representatives, including but not limited to
|
24933
|
+
communication on electronic mailing lists, source code control systems,
|
24934
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
24935
|
+
Licensor for the purpose of discussing and improving the Work, but
|
24936
|
+
excluding communication that is conspicuously marked or otherwise
|
24937
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
24938
|
+
|
24939
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24940
|
+
on behalf of whom a Contribution has been received by Licensor and
|
24941
|
+
subsequently incorporated within the Work.
|
24942
|
+
|
24943
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
24944
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24945
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24946
|
+
copyright license to reproduce, prepare Derivative Works of,
|
24947
|
+
publicly display, publicly perform, sublicense, and distribute the
|
24948
|
+
Work and such Derivative Works in Source or Object form.
|
24949
|
+
|
24950
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
24951
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24952
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24953
|
+
(except as stated in this section) patent license to make, have made,
|
24954
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24955
|
+
where such license applies only to those patent claims licensable
|
24956
|
+
by such Contributor that are necessarily infringed by their
|
24957
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
24958
|
+
with the Work to which such Contribution(s) was submitted. If You
|
24959
|
+
institute patent litigation against any entity (including a
|
24960
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24961
|
+
or a Contribution incorporated within the Work constitutes direct
|
24962
|
+
or contributory patent infringement, then any patent licenses
|
24963
|
+
granted to You under this License for that Work shall terminate
|
24964
|
+
as of the date such litigation is filed.
|
24965
|
+
|
24966
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
24967
|
+
Work or Derivative Works thereof in any medium, with or without
|
24968
|
+
modifications, and in Source or Object form, provided that You
|
24969
|
+
meet the following conditions:
|
24970
|
+
|
24971
|
+
(a) You must give any other recipients of the Work or
|
24972
|
+
Derivative Works a copy of this License; and
|
24973
|
+
|
24974
|
+
(b) You must cause any modified files to carry prominent notices
|
24975
|
+
stating that You changed the files; and
|
24976
|
+
|
24977
|
+
(c) You must retain, in the Source form of any Derivative Works
|
24978
|
+
that You distribute, all copyright, patent, trademark, and
|
24979
|
+
attribution notices from the Source form of the Work,
|
24980
|
+
excluding those notices that do not pertain to any part of
|
24981
|
+
the Derivative Works; and
|
24982
|
+
|
24983
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
24984
|
+
distribution, then any Derivative Works that You distribute must
|
24985
|
+
include a readable copy of the attribution notices contained
|
24986
|
+
within such NOTICE file, excluding those notices that do not
|
24987
|
+
pertain to any part of the Derivative Works, in at least one
|
24988
|
+
of the following places: within a NOTICE text file distributed
|
24989
|
+
as part of the Derivative Works; within the Source form or
|
24990
|
+
documentation, if provided along with the Derivative Works; or,
|
24991
|
+
within a display generated by the Derivative Works, if and
|
24992
|
+
wherever such third-party notices normally appear. The contents
|
24993
|
+
of the NOTICE file are for informational purposes only and
|
24994
|
+
do not modify the License. You may add Your own attribution
|
24995
|
+
notices within Derivative Works that You distribute, alongside
|
24996
|
+
or as an addendum to the NOTICE text from the Work, provided
|
24997
|
+
that such additional attribution notices cannot be construed
|
24998
|
+
as modifying the License.
|
24999
|
+
|
25000
|
+
You may add Your own copyright statement to Your modifications and
|
25001
|
+
may provide additional or different license terms and conditions
|
25002
|
+
for use, reproduction, or distribution of Your modifications, or
|
25003
|
+
for any such Derivative Works as a whole, provided Your use,
|
25004
|
+
reproduction, and distribution of the Work otherwise complies with
|
25005
|
+
the conditions stated in this License.
|
25006
|
+
|
25007
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25008
|
+
any Contribution intentionally submitted for inclusion in the Work
|
25009
|
+
by You to the Licensor shall be under the terms and conditions of
|
25010
|
+
this License, without any additional terms or conditions.
|
25011
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
25012
|
+
the terms of any separate license agreement you may have executed
|
25013
|
+
with Licensor regarding such Contributions.
|
25014
|
+
|
25015
|
+
6. Trademarks. This License does not grant permission to use the trade
|
25016
|
+
names, trademarks, service marks, or product names of the Licensor,
|
25017
|
+
except as required for reasonable and customary use in describing the
|
25018
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
25019
|
+
|
25020
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
25021
|
+
agreed to in writing, Licensor provides the Work (and each
|
25022
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25023
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25024
|
+
implied, including, without limitation, any warranties or conditions
|
25025
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25026
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25027
|
+
appropriateness of using or redistributing the Work and assume any
|
25028
|
+
risks associated with Your exercise of permissions under this License.
|
25029
|
+
|
25030
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
25031
|
+
whether in tort (including negligence), contract, or otherwise,
|
25032
|
+
unless required by applicable law (such as deliberate and grossly
|
25033
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
25034
|
+
liable to You for damages, including any direct, indirect, special,
|
25035
|
+
incidental, or consequential damages of any character arising as a
|
25036
|
+
result of this License or out of the use or inability to use the
|
25037
|
+
Work (including but not limited to damages for loss of goodwill,
|
25038
|
+
work stoppage, computer failure or malfunction, or any and all
|
25039
|
+
other commercial damages or losses), even if such Contributor
|
25040
|
+
has been advised of the possibility of such damages.
|
25041
|
+
|
25042
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
25043
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
25044
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
25045
|
+
or other liability obligations and/or rights consistent with this
|
25046
|
+
License. However, in accepting such obligations, You may act only
|
25047
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
25048
|
+
of any other Contributor, and only if You agree to indemnify,
|
25049
|
+
defend, and hold each Contributor harmless for any liability
|
25050
|
+
incurred by, or claims asserted against, such Contributor by reason
|
25051
|
+
of your accepting any such warranty or additional liability.
|
25052
|
+
|
25053
|
+
END OF TERMS AND CONDITIONS
|
25054
|
+
|
25055
|
+
|
24864
25056
|
================================================================================
|
24865
25057
|
polars LICENSE
|
24866
25058
|
================================================================================
|
@@ -25680,6 +25872,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25680
25872
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25681
25873
|
SOFTWARE.
|
25682
25874
|
|
25875
|
+
================================================================================
|
25876
|
+
polars-mem-engine LICENSE
|
25877
|
+
================================================================================
|
25878
|
+
|
25879
|
+
Copyright (c) 2020 Ritchie Vink
|
25880
|
+
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
25881
|
+
|
25882
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25883
|
+
of this software and associated documentation files (the "Software"), to deal
|
25884
|
+
in the Software without restriction, including without limitation the rights
|
25885
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25886
|
+
copies of the Software, and to permit persons to whom the Software is
|
25887
|
+
furnished to do so, subject to the following conditions:
|
25888
|
+
|
25889
|
+
The above copyright notice and this permission notice shall be included in all
|
25890
|
+
copies or substantial portions of the Software.
|
25891
|
+
|
25892
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25893
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25894
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25895
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25896
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25897
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25898
|
+
SOFTWARE.
|
25899
|
+
|
25683
25900
|
================================================================================
|
25684
25901
|
polars-ops LICENSE
|
25685
25902
|
================================================================================
|
@@ -35004,33 +35221,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
35004
35221
|
SOFTWARE.
|
35005
35222
|
|
35006
35223
|
================================================================================
|
35007
|
-
strum_macros
|
35008
|
-
================================================================================
|
35009
|
-
|
35010
|
-
MIT License
|
35011
|
-
|
35012
|
-
Copyright (c) 2019 Peter Glotfelty
|
35013
|
-
|
35014
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35015
|
-
of this software and associated documentation files (the "Software"), to deal
|
35016
|
-
in the Software without restriction, including without limitation the rights
|
35017
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35018
|
-
copies of the Software, and to permit persons to whom the Software is
|
35019
|
-
furnished to do so, subject to the following conditions:
|
35020
|
-
|
35021
|
-
The above copyright notice and this permission notice shall be included in all
|
35022
|
-
copies or substantial portions of the Software.
|
35023
|
-
|
35024
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
35025
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35026
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35027
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35028
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35029
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35030
|
-
SOFTWARE.
|
35031
|
-
|
35032
|
-
================================================================================
|
35033
|
-
strum_macros v0.26.2 LICENSE
|
35224
|
+
strum_macros LICENSE
|
35034
35225
|
================================================================================
|
35035
35226
|
|
35036
35227
|
MIT License
|
@@ -35290,7 +35481,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35290
35481
|
DEALINGS IN THE SOFTWARE.
|
35291
35482
|
|
35292
35483
|
================================================================================
|
35293
|
-
syn v2.0.
|
35484
|
+
syn v2.0.67 LICENSE-APACHE
|
35294
35485
|
================================================================================
|
35295
35486
|
|
35296
35487
|
Apache License
|
@@ -35471,7 +35662,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35471
35662
|
END OF TERMS AND CONDITIONS
|
35472
35663
|
|
35473
35664
|
================================================================================
|
35474
|
-
syn v2.0.
|
35665
|
+
syn v2.0.67 LICENSE-MIT
|
35475
35666
|
================================================================================
|
35476
35667
|
|
35477
35668
|
Permission is hereby granted, free of charge, to any
|
@@ -36166,31 +36357,27 @@ DEALINGS IN THE SOFTWARE.
|
|
36166
36357
|
tokio LICENSE
|
36167
36358
|
================================================================================
|
36168
36359
|
|
36169
|
-
|
36360
|
+
MIT License
|
36170
36361
|
|
36171
|
-
|
36172
|
-
person obtaining a copy of this software and associated
|
36173
|
-
documentation files (the "Software"), to deal in the
|
36174
|
-
Software without restriction, including without
|
36175
|
-
limitation the rights to use, copy, modify, merge,
|
36176
|
-
publish, distribute, sublicense, and/or sell copies of
|
36177
|
-
the Software, and to permit persons to whom the Software
|
36178
|
-
is furnished to do so, subject to the following
|
36179
|
-
conditions:
|
36362
|
+
Copyright (c) Tokio Contributors
|
36180
36363
|
|
36181
|
-
|
36182
|
-
|
36183
|
-
|
36364
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
36365
|
+
of this software and associated documentation files (the "Software"), to deal
|
36366
|
+
in the Software without restriction, including without limitation the rights
|
36367
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
36368
|
+
copies of the Software, and to permit persons to whom the Software is
|
36369
|
+
furnished to do so, subject to the following conditions:
|
36184
36370
|
|
36185
|
-
|
36186
|
-
|
36187
|
-
|
36188
|
-
|
36189
|
-
|
36190
|
-
|
36191
|
-
|
36192
|
-
IN
|
36193
|
-
|
36371
|
+
The above copyright notice and this permission notice shall be included in all
|
36372
|
+
copies or substantial portions of the Software.
|
36373
|
+
|
36374
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
36375
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
36376
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
36377
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
36378
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
36379
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
36380
|
+
SOFTWARE.
|
36194
36381
|
|
36195
36382
|
================================================================================
|
36196
36383
|
tokio-util LICENSE
|