@blitsen/linux-x64 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICES.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  THIRD-PARTY NOTICES
2
2
 
3
- This application was built with Blitsen 0.2.1, which links the open-source packages listed
3
+ This application was built with Blitsen 0.2.3, which links the open-source packages listed
4
4
  below for x86_64-unknown-linux-gnu. Their terms apply to this executable; the application's own HTML, CSS and
5
5
  JavaScript is an interpreted payload and is not covered by them.
6
6
 
@@ -9,7 +9,7 @@ packages/blitsen/src/notices.mjs. It is not maintained by hand.
9
9
 
10
10
  SOURCE OFFER (MPL-2.0)
11
11
 
12
- 46 of the packages below are covered by the Mozilla Public License 2.0,
12
+ 47 of the packages below are covered by the Mozilla Public License 2.0,
13
13
  which requires the covered source to be available. Each is listed with the exact
14
14
  revision this binary was built from; the source is available from the repository
15
15
  named there, and on request from the distributor of this application.
@@ -18,6 +18,7 @@ named there, and on request from the distributor of this application.
18
18
  cssparser 0.37.0 — registry+https://github.com/rust-lang/crates.io-index
19
19
  cssparser-macros 0.7.0 — registry+https://github.com/rust-lang/crates.io-index
20
20
  dtoa-short 0.3.5 — registry+https://github.com/rust-lang/crates.io-index
21
+ option-ext 0.2.0 — registry+https://github.com/rust-lang/crates.io-index
21
22
  selectors 0.40.0 — registry+https://github.com/rust-lang/crates.io-index
22
23
  stylo 0.20.0 — registry+https://github.com/rust-lang/crates.io-index
23
24
  stylo_atoms 0.20.0 — registry+https://github.com/rust-lang/crates.io-index
@@ -61,7 +62,7 @@ named there, and on request from the distributor of this application.
61
62
  to_shmem_derive 0.1.0 — registry+https://github.com/rust-lang/crates.io-index
62
63
  uluru 3.1.0 — registry+https://github.com/rust-lang/crates.io-index
63
64
 
64
- PACKAGES (578)
65
+ PACKAGES (615)
65
66
 
66
67
  ab_glyph 0.2.32 — Apache-2.0
67
68
  https://github.com/alexheretic/ab-glyph
@@ -75,8 +76,6 @@ ab_glyph_rasterizer 0.1.10 — Apache-2.0
75
76
  (c) You must retain, in the Source form of any Derivative Works
76
77
  accesskit 0.24.1 — MIT OR Apache-2.0
77
78
  https://github.com/AccessKit/accesskit
78
- accesskit_xplat 0.1.1 — Apache-2.0
79
- https://github.com/dioxuslabs/blitz
80
79
  adler2 2.0.1 — 0BSD OR MIT OR Apache-2.0
81
80
  https://github.com/oyvindln/adler2
82
81
  Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
@@ -234,6 +233,10 @@ base64 0.23.1 — MIT OR Apache-2.0
234
233
  (c) You must retain, in the Source form of any Derivative Works
235
234
  Copyright [yyyy] [name of copyright owner]
236
235
  Copyright (c) 2025 Alice Maz, Marshall Pierce
236
+ base64-simd 0.8.0 — MIT
237
+ https://github.com/Nugine/simd
238
+ basic-udev 0.1.2 — MIT OR Apache-2.0
239
+ https://github.com/xobs/basic-udev
237
240
  bindgen 0.72.1 — BSD-3-Clause
238
241
  https://github.com/rust-lang/rust-bindgen
239
242
  Copyright (c) 2013, Jyun-Yan You
@@ -265,7 +268,10 @@ bitflags 2.13.1 — MIT OR Apache-2.0
265
268
  (c) You must retain, in the Source form of any Derivative Works
266
269
  Copyright [yyyy] [name of copyright owner]
267
270
  Copyright (c) 2014 The Rust Project Developers
268
- blake3 1.8.6CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception
271
+ bitvec 1.1.1MIT
272
+ https://github.com/bitvecto-rs/bitvec
273
+ Copyright (c) 2018 myrrlyn (Alexander Payne)
274
+ blake3 1.8.7 — CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception
269
275
  https://github.com/BLAKE3-team/BLAKE3
270
276
  copyright notice that is included in or attached to the work
271
277
  copyright license to reproduce, prepare Derivative Works of,
@@ -299,13 +305,13 @@ blitz-shell 0.3.0-beta.1 — MIT OR Apache-2.0
299
305
  https://github.com/dioxuslabs/blitz
300
306
  blitz-traits 0.3.0-beta.1 — MIT OR Apache-2.0
301
307
  https://github.com/dioxuslabs/blitz
302
- block-buffer 0.10.4 — MIT OR Apache-2.0
308
+ block-buffer 0.12.1 — MIT OR Apache-2.0
303
309
  https://github.com/RustCrypto/utils
304
310
  copyright notice that is included in or attached to the work
305
311
  copyright license to reproduce, prepare Derivative Works of,
306
312
  (c) You must retain, in the Source form of any Derivative Works
307
313
  Copyright [yyyy] [name of copyright owner]
308
- Copyright (c) 2018-2019 The RustCrypto Project Developers
314
+ Copyright (c) 2018-2025 The RustCrypto Project Developers
309
315
  block2 0.6.2 — MIT
310
316
  https://github.com/madsmtm/objc2
311
317
  borsh 1.8.0 — MIT OR Apache-2.0
@@ -373,6 +379,13 @@ cfg-if 1.0.4 — MIT OR Apache-2.0
373
379
  (c) You must retain, in the Source form of any Derivative Works
374
380
  Copyright [yyyy] [name of copyright owner]
375
381
  Copyright (c) 2014 Alex Crichton
382
+ chacha20 0.10.1 — MIT OR Apache-2.0
383
+ https://github.com/RustCrypto/stream-ciphers
384
+ copyright notice that is included in or attached to the work
385
+ copyright license to reproduce, prepare Derivative Works of,
386
+ (c) You must retain, in the Source form of any Derivative Works
387
+ Copyright [yyyy] [name of copyright owner]
388
+ Copyright (c) 2019-2026 The RustCrypto Project Developers
376
389
  clang-sys 1.9.1 — Apache-2.0
377
390
  https://github.com/KyleMayes/clang-sys
378
391
  copyright notice that is included in or attached to the work
@@ -393,11 +406,21 @@ color 0.3.3 — Apache-2.0 OR MIT
393
406
  color_quant 1.1.0 — MIT
394
407
  https://github.com/image-rs/color_quant.git
395
408
  Copyright (c) 2016 PistonDevelopers
409
+ const-oid 0.10.2 — Apache-2.0 OR MIT
410
+ https://github.com/RustCrypto/formats
411
+ copyright notice that is included in or attached to the work
412
+ copyright license to reproduce, prepare Derivative Works of,
413
+ (c) You must retain, in the Source form of any Derivative Works
414
+ Copyright [yyyy] [name of copyright owner]
415
+ Copyright (c) 2020-2026 The RustCrypto Project Developers
396
416
  constant_time_eq 0.4.2 — CC0-1.0 OR MIT-0 OR Apache-2.0
397
417
  https://github.com/cesarb/constant_time_eq
398
418
  copyright notice that is included in or attached to the work
399
419
  copyright license to reproduce, prepare Derivative Works of,
400
420
  (c) You must retain, in the Source form of any Derivative Works
421
+ convert_case 0.11.0 — MIT
422
+ https://github.com/rutrum/convert-case
423
+ Copyright (c) 2025 rutrum
401
424
  core_maths 0.1.1 — MIT
402
425
  https://github.com/robertbastian/core_maths
403
426
  Copyright (c) 2024 Robert Bastian
@@ -407,13 +430,6 @@ cpal 0.18.1 — Apache-2.0
407
430
  copyright license to reproduce, prepare Derivative Works of,
408
431
  (c) You must retain, in the Source form of any Derivative Works
409
432
  Copyright [yyyy] [name of copyright owner]
410
- cpufeatures 0.2.17 — MIT OR Apache-2.0
411
- https://github.com/RustCrypto/utils
412
- copyright notice that is included in or attached to the work
413
- copyright license to reproduce, prepare Derivative Works of,
414
- (c) You must retain, in the Source form of any Derivative Works
415
- Copyright [yyyy] [name of copyright owner]
416
- Copyright (c) 2020-2025 The RustCrypto Project Developers
417
433
  cpufeatures 0.3.0 — MIT OR Apache-2.0
418
434
  https://github.com/RustCrypto/utils
419
435
  copyright notice that is included in or attached to the work
@@ -471,13 +487,13 @@ crossbeam-utils 0.8.22 — MIT OR Apache-2.0
471
487
  (c) You must retain, in the Source form of any Derivative Works
472
488
  Copyright [yyyy] [name of copyright owner]
473
489
  Copyright (c) 2019 The Crossbeam Project Developers
474
- crypto-common 0.1.7 — MIT OR Apache-2.0
490
+ crypto-common 0.2.2 — MIT OR Apache-2.0
475
491
  https://github.com/RustCrypto/traits
476
492
  copyright notice that is included in or attached to the work
477
493
  copyright license to reproduce, prepare Derivative Works of,
478
494
  (c) You must retain, in the Source form of any Derivative Works
479
495
  Copyright [yyyy] [name of copyright owner]
480
- Copyright (c) 2021 RustCrypto Developers
496
+ Copyright (c) 2021-2026 RustCrypto Developers
481
497
  cssparser 0.37.0 — MPL-2.0
482
498
  https://github.com/servo/rust-cssparser
483
499
  (c) under Patent Claims infringed by Covered Software in the absence of
@@ -523,6 +539,12 @@ debug_timer 0.1.3 — MIT OR Apache-2.0
523
539
  https://github.com/dioxuslabs/blitz
524
540
  debug_timer 0.1.3 — MIT OR Apache-2.0
525
541
  https://github.com/dioxuslabs/blitz
542
+ debugid 0.8.0 — Apache-2.0
543
+ https://github.com/getsentry/rust-debugid
544
+ copyright notice that is included in or attached to the work
545
+ copyright license to reproduce, prepare Derivative Works of,
546
+ (c) You must retain, in the Source form of any Derivative Works
547
+ Copyright [yyyy] [name of copyright owner]
526
548
  defmt 1.1.1 — MIT OR Apache-2.0
527
549
  https://github.com/knurling-rs/defmt
528
550
  copyright notice that is included in or attached to the work
@@ -545,13 +567,26 @@ derive_more 2.1.1 — MIT
545
567
  derive_more-impl 2.1.1 — MIT
546
568
  https://github.com/JelteF/derive_more
547
569
  Copyright (c) 2016 Jelte Fennema
548
- digest 0.10.7 — MIT OR Apache-2.0
570
+ digest 0.11.3 — MIT OR Apache-2.0
549
571
  https://github.com/RustCrypto/traits
550
572
  copyright notice that is included in or attached to the work
551
573
  copyright license to reproduce, prepare Derivative Works of,
552
574
  (c) You must retain, in the Source form of any Derivative Works
553
575
  Copyright [yyyy] [name of copyright owner]
576
+ Copyright (c) 2017-2025 RustCrypto Developers
554
577
  Copyright (c) 2017 Artyom Pavlov
578
+ dirs 6.0.0 — MIT OR Apache-2.0
579
+ https://github.com/soc/dirs-rs
580
+ copyright notice that is included in or attached to the work
581
+ copyright license to reproduce, prepare Derivative Works of,
582
+ (c) You must retain, in the Source form of any Derivative Works
583
+ Copyright (c) 2018-2019 dirs-rs contributors
584
+ dirs-sys 0.5.0 — MIT OR Apache-2.0
585
+ https://github.com/dirs-dev/dirs-sys-rs
586
+ copyright notice that is included in or attached to the work
587
+ copyright license to reproduce, prepare Derivative Works of,
588
+ (c) You must retain, in the Source form of any Derivative Works
589
+ Copyright (c) 2018-2019 dirs-rs contributors
555
590
  dispatch2 0.3.1 — Zlib OR Apache-2.0 OR MIT
556
591
  https://github.com/madsmtm/objc2
557
592
  displaydoc 0.2.7 — MIT OR Apache-2.0
@@ -563,6 +598,9 @@ displaydoc 0.2.7 — MIT OR Apache-2.0
563
598
  dlib 0.5.3 — MIT
564
599
  https://github.com/elinorbgr/dlib
565
600
  Copyright (c) 2015 Victor Berger
601
+ doctest-file 1.1.1 — 0BSD
602
+ https://codeberg.org/Goat7658/doctest-file
603
+ Copyright (c) 2024 kotauskas
566
604
  document-features 0.2.12 — MIT OR Apache-2.0
567
605
  https://github.com/slint-ui/document-features
568
606
  Copyright [yyyy] [name of copyright owner]
@@ -743,7 +781,7 @@ foldhash 0.1.5 — Zlib
743
781
  foldhash 0.2.0 — Zlib
744
782
  https://github.com/orlp/foldhash
745
783
  Copyright (c) 2024 Orson Peters
746
- font-types 0.12.3 — MIT OR Apache-2.0
784
+ font-types 0.12.4 — MIT OR Apache-2.0
747
785
  https://github.com/googlefonts/fontations
748
786
  Copyright 2019 Fontations Developers
749
787
  Copyright (c) 2019 Fontations Developers
@@ -781,14 +819,17 @@ form_urlencoded 1.2.2 — MIT OR Apache-2.0
781
819
  (c) You must retain, in the Source form of any Derivative Works
782
820
  Copyright [yyyy] [name of copyright owner]
783
821
  Copyright (c) 2013-2016 The rust-url developers
784
- futures-channel 0.3.33 — MIT OR Apache-2.0
822
+ funty 2.0.0 — MIT
823
+ https://github.com/myrrlyn/funty
824
+ Copyright (c) 2020 myrrlyn (Alexander Payne)
825
+ futures-channel 0.3.34 — MIT OR Apache-2.0
785
826
  https://github.com/rust-lang/futures-rs
786
827
  copyright notice that is included in or attached to the work
787
828
  copyright license to reproduce, prepare Derivative Works of,
788
829
  (c) You must retain, in the Source form of any Derivative Works
789
830
  Copyright (c) 2016 Alex Crichton
790
831
  Copyright (c) 2017 The Tokio Authors
791
- futures-core 0.3.33 — MIT OR Apache-2.0
832
+ futures-core 0.3.34 — MIT OR Apache-2.0
792
833
  https://github.com/rust-lang/futures-rs
793
834
  copyright notice that is included in or attached to the work
794
835
  copyright license to reproduce, prepare Derivative Works of,
@@ -801,7 +842,7 @@ futures-intrusive 0.5.0 — MIT OR Apache-2.0
801
842
  copyright license to reproduce, prepare Derivative Works of,
802
843
  (c) You must retain, in the Source form of any Derivative Works
803
844
  Copyright (c) 2019 Matthias Einwag
804
- futures-io 0.3.33 — MIT OR Apache-2.0
845
+ futures-io 0.3.34 — MIT OR Apache-2.0
805
846
  https://github.com/rust-lang/futures-rs
806
847
  copyright notice that is included in or attached to the work
807
848
  copyright license to reproduce, prepare Derivative Works of,
@@ -816,37 +857,34 @@ futures-lite 2.6.1 — Apache-2.0 OR MIT
816
857
  Copyright [yyyy] [name of copyright owner]
817
858
  Copyright (c) 2016 Alex Crichton
818
859
  Copyright (c) 2017 The Tokio Authors
819
- futures-macro 0.3.33 — MIT OR Apache-2.0
860
+ futures-macro 0.3.34 — MIT OR Apache-2.0
820
861
  https://github.com/rust-lang/futures-rs
821
862
  copyright notice that is included in or attached to the work
822
863
  copyright license to reproduce, prepare Derivative Works of,
823
864
  (c) You must retain, in the Source form of any Derivative Works
824
865
  Copyright (c) 2016 Alex Crichton
825
866
  Copyright (c) 2017 The Tokio Authors
826
- futures-sink 0.3.33 — MIT OR Apache-2.0
867
+ futures-sink 0.3.34 — MIT OR Apache-2.0
827
868
  https://github.com/rust-lang/futures-rs
828
869
  copyright notice that is included in or attached to the work
829
870
  copyright license to reproduce, prepare Derivative Works of,
830
871
  (c) You must retain, in the Source form of any Derivative Works
831
872
  Copyright (c) 2016 Alex Crichton
832
873
  Copyright (c) 2017 The Tokio Authors
833
- futures-task 0.3.33 — MIT OR Apache-2.0
874
+ futures-task 0.3.34 — MIT OR Apache-2.0
834
875
  https://github.com/rust-lang/futures-rs
835
876
  copyright notice that is included in or attached to the work
836
877
  copyright license to reproduce, prepare Derivative Works of,
837
878
  (c) You must retain, in the Source form of any Derivative Works
838
879
  Copyright (c) 2016 Alex Crichton
839
880
  Copyright (c) 2017 The Tokio Authors
840
- futures-util 0.3.33 — MIT OR Apache-2.0
881
+ futures-util 0.3.34 — MIT OR Apache-2.0
841
882
  https://github.com/rust-lang/futures-rs
842
883
  copyright notice that is included in or attached to the work
843
884
  copyright license to reproduce, prepare Derivative Works of,
844
885
  (c) You must retain, in the Source form of any Derivative Works
845
886
  Copyright (c) 2016 Alex Crichton
846
887
  Copyright (c) 2017 The Tokio Authors
847
- generic-array 0.14.7 — MIT
848
- https://github.com/fizyk20/generic-array.git
849
- Copyright (c) 2015 Bartłomiej Kamiński
850
888
  gethostname 1.1.0 — Apache-2.0
851
889
  https://codeberg.org/swsnr/gethostname.rs.git
852
890
  copyright notice that is included in or attached to the work
@@ -876,6 +914,10 @@ gif 0.14.2 — MIT OR Apache-2.0
876
914
  (c) You must retain, in the Source form of any Derivative Works
877
915
  Copyright [yyyy] [name of copyright owner]
878
916
  Copyright (c) 2015 nwin
917
+ gilrs 0.11.2 — Apache-2.0/MIT
918
+ https://gitlab.com/gilrs-project/gilrs
919
+ gilrs-core 0.6.8 — Apache-2.0/MIT
920
+ https://gitlab.com/gilrs-project/gilrs
879
921
  glifo 0.2.0 — Apache-2.0 OR MIT
880
922
  https://github.com/linebender/vello
881
923
  copyright notice that is included in or attached to the work
@@ -958,6 +1000,12 @@ hex 0.4.3 — MIT OR Apache-2.0
958
1000
  Copyright (c) 2015-2020 The rust-hex Developers
959
1001
  hexf-parse 0.2.1 — CC0-1.0
960
1002
  https://github.com/lifthrasiir/hexf
1003
+ hidapi 2.6.6 — MIT
1004
+ https://github.com/ruabmbua/hidapi-rs
1005
+ Copyright 2017 The hidapi-rs Developers
1006
+ hidreport 0.6.0 — MIT
1007
+ https://github.com/hidutils/hidreport
1008
+ Copyright © 2024 Red Hat, Inc.
961
1009
  hound 3.5.1 — Apache-2.0
962
1010
  https://github.com/ruuda/hound
963
1011
  copyright notice that is included in or attached to the work
@@ -997,6 +1045,13 @@ httparse 1.10.1 — MIT OR Apache-2.0
997
1045
  (c) You must retain, in the Source form of any Derivative Works
998
1046
  Copyright [yyyy] [name of copyright owner]
999
1047
  Copyright (c) 2015-2025 Sean McArthur
1048
+ hybrid-array 0.4.14 — MIT OR Apache-2.0
1049
+ https://github.com/RustCrypto/hybrid-array
1050
+ copyright notice that is included in or attached to the work
1051
+ copyright license to reproduce, prepare Derivative Works of,
1052
+ (c) You must retain, in the Source form of any Derivative Works
1053
+ Copyright [yyyy] [name of copyright owner]
1054
+ Copyright (c) 2022-2026 The RustCrypto Project Developers
1000
1055
  hyper 1.11.0 — MIT
1001
1056
  https://github.com/hyperium/hyper
1002
1057
  Copyright (c) 2014-2026 Sean McArthur
@@ -1026,7 +1081,7 @@ icu_casemap_data 2.3.0 — Unicode-3.0
1026
1081
  https://github.com/unicode-org/icu4x
1027
1082
  COPYRIGHT AND PERMISSION NOTICE
1028
1083
  Copyright © 2020-2024 Unicode, Inc.
1029
- icu_collator 2.3.0 — Unicode-3.0
1084
+ icu_collator 2.3.1 — Unicode-3.0
1030
1085
  https://github.com/unicode-org/icu4x
1031
1086
  COPYRIGHT AND PERMISSION NOTICE
1032
1087
  Copyright © 2020-2024 Unicode, Inc.
@@ -1154,6 +1209,13 @@ idna_adapter 1.2.2 — Apache-2.0 OR MIT
1154
1209
  (c) You must retain, in the Source form of any Derivative Works
1155
1210
  Copyright [yyyy] [name of copyright owner]
1156
1211
  Copyright (c) The rust-url developers
1212
+ if_chain 1.0.3 — MIT/Apache-2.0
1213
+ https://github.com/lambda-fairy/if_chain
1214
+ copyright notice that is included in or attached to the work
1215
+ copyright license to reproduce, prepare Derivative Works of,
1216
+ (c) You must retain, in the Source form of any Derivative Works
1217
+ Copyright [yyyy] [name of copyright owner]
1218
+ Copyright (c) 2018 Chris Wong
1157
1219
  image 0.25.10 — MIT OR Apache-2.0
1158
1220
  https://github.com/image-rs/image
1159
1221
  copyright notice that is included in or attached to the work
@@ -1174,6 +1236,18 @@ indexmap 2.14.0 — Apache-2.0 OR MIT
1174
1236
  (c) You must retain, in the Source form of any Derivative Works
1175
1237
  Copyright [yyyy] [name of copyright owner]
1176
1238
  Copyright (c) 2016--2017
1239
+ inotify 0.11.5 — ISC
1240
+ https://github.com/hannobraun/inotify-rs
1241
+ Copyright (c) Hanno Braun and contributors
1242
+ inotify-sys 0.1.8 — ISC
1243
+ https://github.com/hannobraun/inotify-sys
1244
+ Copyright (c) Hanno Braun and contributors
1245
+ interprocess 2.4.3 — 0BSD OR Apache-2.0
1246
+ https://github.com/kotauskas/interprocess
1247
+ Copyright (c) 2020-2026 Goat
1248
+ copyright notice that is included in or attached to the work
1249
+ copyright license to reproduce, prepare Derivative Works of,
1250
+ (c) You must retain, in the Source form of any Derivative Works
1177
1251
  ipnet 2.12.1 — MIT OR Apache-2.0
1178
1252
  https://github.com/krisprice/ipnet
1179
1253
  copyright notice that is included in or attached to the work
@@ -1255,6 +1329,12 @@ lazy_static 1.5.0 — MIT OR Apache-2.0
1255
1329
  (c) You must retain, in the Source form of any Derivative Works
1256
1330
  Copyright [yyyy] [name of copyright owner]
1257
1331
  Copyright (c) 2010 The Rust Project Developers
1332
+ lazycell 1.3.0 — MIT/Apache-2.0
1333
+ https://github.com/indiv0/lazycell
1334
+ copyright notice that is included in or attached to the work
1335
+ copyright license to reproduce, prepare Derivative Works of,
1336
+ (c) You must retain, in the Source form of any Derivative Works
1337
+ Copyright [yyyy] [name of copyright owner]
1258
1338
  libc 0.2.189 — MIT OR Apache-2.0
1259
1339
  https://github.com/rust-lang/libc
1260
1340
  copyright notice that is included in or attached to the work
@@ -1279,6 +1359,9 @@ libm 0.2.16 — MIT
1279
1359
  Copyright © 2008 Stephen L. Moshier or
1280
1360
  Copyright © 2017-2018 Arm Limited
1281
1361
  Copyright notices are retained in src/* files where relevant.
1362
+ libudev-sys 0.1.4 — MIT
1363
+ https://github.com/dcuddeback/libudev-sys
1364
+ Copyright (c) 2015 David Cuddeback
1282
1365
  linebender_resource_handle 0.1.1 — Apache-2.0 OR MIT
1283
1366
  https://github.com/linebender/raw_resource_handle
1284
1367
  copyright notice that is included in or attached to the work
@@ -1410,6 +1493,12 @@ native-tls 0.2.18 — MIT OR Apache-2.0
1410
1493
  new_debug_unreachable 1.0.6 — MIT
1411
1494
  https://github.com/mbrubeck/rust-debug-unreachable
1412
1495
  Copyright (c) 2015 Jonathan Reem
1496
+ nix 0.30.1 — MIT
1497
+ https://github.com/nix-rust/nix
1498
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
1499
+ nix 0.31.3 — MIT
1500
+ https://github.com/nix-rust/nix
1501
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
1413
1502
  no_denormals 0.3.0 — MIT
1414
1503
  https://github.com/Sin-tel/no_denormals
1415
1504
  Copyright (c) 2023 Sintel
@@ -1419,6 +1508,13 @@ nom 7.1.3 — MIT
1419
1508
  nom 8.0.0 — MIT
1420
1509
  https://github.com/rust-bakery/nom
1421
1510
  Copyright (c) 2014-2019 Geoffroy Couprie
1511
+ notify-rust 4.18.0 — MIT OR Apache-2.0
1512
+ https://github.com/hoodie/notify-rust
1513
+ copyright notice that is included in or attached to the work
1514
+ copyright license to reproduce, prepare Derivative Works of,
1515
+ (c) You must retain, in the Source form of any Derivative Works
1516
+ Copyright {yyyy} {name of copyright owner}
1517
+ Copyright (c) 2017 Hendrik Sollich
1422
1518
  num_cpus 1.17.0 — MIT OR Apache-2.0
1423
1519
  https://github.com/seanmonstar/num_cpus
1424
1520
  copyright notice that is included in or attached to the work
@@ -1510,6 +1606,9 @@ openssl-src 300.6.1+3.6.3 — MIT/Apache-2.0
1510
1606
  openssl-sys 0.9.117 — MIT
1511
1607
  https://github.com/rust-openssl/rust-openssl
1512
1608
  Copyright (c) 2014 Alex Crichton
1609
+ option-ext 0.2.0 — MPL-2.0
1610
+ https://github.com/soc/option-ext.git
1611
+ (c) under Patent Claims infringed by Covered Software in the absence of
1513
1612
  ordered-float 5.3.0 — MIT
1514
1613
  https://github.com/reem/rust-ordered-float
1515
1614
  Copyright (c) 2015 Jonathan Reem
@@ -1521,6 +1620,9 @@ ordered-stream 0.2.0 — MIT OR Apache-2.0
1521
1620
  Copyright [yyyy] [name of copyright owner]
1522
1621
  os_pipe 1.2.3 — MIT
1523
1622
  https://github.com/oconnor663/os_pipe.rs
1623
+ outref 0.5.2 — MIT
1624
+ https://github.com/Nugine/outref
1625
+ Copyright (c) 2022 Nugine
1524
1626
  owned_ttf_parser 0.25.1 — Apache-2.0
1525
1627
  https://github.com/alexheretic/owned-ttf-parser
1526
1628
  copyright notice that is included in or attached to the work
@@ -1663,13 +1765,6 @@ potential_utf 0.1.5 — Unicode-3.0
1663
1765
  https://github.com/unicode-org/icu4x
1664
1766
  COPYRIGHT AND PERMISSION NOTICE
1665
1767
  Copyright © 2020-2024 Unicode, Inc.
1666
- ppv-lite86 0.2.21 — MIT OR Apache-2.0
1667
- https://github.com/cryptocorrosion/cryptocorrosion
1668
- copyright notice that is included in or attached to the work
1669
- copyright license to reproduce, prepare Derivative Works of,
1670
- (c) You must retain, in the Source form of any Derivative Works
1671
- Copyright 2019 The CryptoCorrosion Contributors
1672
- Copyright (c) 2019 The CryptoCorrosion Contributors
1673
1768
  precomputed-hash 0.1.1 — MIT
1674
1769
  https://github.com/emilio/precomputed-hash
1675
1770
  Copyright (c) 2017 Emilio Cobos Álvarez
@@ -1727,7 +1822,10 @@ quote 1.0.47 — MIT OR Apache-2.0
1727
1822
  copyright notice that is included in or attached to the work
1728
1823
  copyright license to reproduce, prepare Derivative Works of,
1729
1824
  (c) You must retain, in the Source form of any Derivative Works
1730
- rand 0.9.5 — MIT OR Apache-2.0
1825
+ radium 0.7.0 — MIT
1826
+ https://github.com/bitvecto-rs/radium
1827
+ Copyright (c) 2019 kneecaw (Nika Layzell)
1828
+ rand 0.10.2 — MIT OR Apache-2.0
1731
1829
  https://github.com/rust-random/rand
1732
1830
  Copyrights in the Rand project are retained by their contributors. No
1733
1831
  copyright assignment is required to contribute to the Rand project.
@@ -1736,24 +1834,14 @@ rand 0.9.5 — MIT OR Apache-2.0
1736
1834
  (c) You must retain, in the Source form of any Derivative Works
1737
1835
  Copyright 2018 Developers of the Rand project
1738
1836
  Copyright (c) 2014 The Rust Project Developers
1739
- rand_chacha 0.9.0 — MIT OR Apache-2.0
1740
- https://github.com/rust-random/rand
1741
- Copyrights in the Rand project are retained by their contributors. No
1742
- copyright assignment is required to contribute to the Rand project.
1743
- copyright notice that is included in or attached to the work
1744
- copyright license to reproduce, prepare Derivative Works of,
1745
- (c) You must retain, in the Source form of any Derivative Works
1746
- Copyright 2018 Developers of the Rand project
1747
- Copyright (c) 2014 The Rust Project Developers
1748
- rand_core 0.9.5 — MIT OR Apache-2.0
1749
- https://github.com/rust-random/rand
1837
+ rand_core 0.10.1 — MIT OR Apache-2.0
1838
+ https://github.com/rust-random/rand_core
1750
1839
  Copyrights in the Rand project are retained by their contributors. No
1751
1840
  copyright assignment is required to contribute to the Rand project.
1752
1841
  copyright notice that is included in or attached to the work
1753
1842
  copyright license to reproduce, prepare Derivative Works of,
1754
1843
  (c) You must retain, in the Source form of any Derivative Works
1755
- Copyright 2018 Developers of the Rand project
1756
- Copyright (c) 2014 The Rust Project Developers
1844
+ Copyright (c) 2018-2026 The Rand Project Developers
1757
1845
  raw-window-handle 0.6.2 — MIT OR Apache-2.0 OR Zlib
1758
1846
  https://github.com/rust-windowing/raw-window-handle
1759
1847
  copyright notice that is included in or attached to the work
@@ -1779,6 +1867,10 @@ read-fonts 0.41.0 — MIT OR Apache-2.0
1779
1867
  https://github.com/googlefonts/fontations
1780
1868
  Copyright 2019 Fontations Developers
1781
1869
  Copyright (c) 2019 Fontations Developers
1870
+ read-fonts 0.43.2 — MIT OR Apache-2.0
1871
+ https://github.com/googlefonts/fontations
1872
+ Copyright 2019 Fontations Developers
1873
+ Copyright (c) 2019 Fontations Developers
1782
1874
  realfft 3.5.0 — MIT
1783
1875
  https://github.com/HEnquist/realfft
1784
1876
  regex 1.13.1 — MIT OR Apache-2.0
@@ -1809,6 +1901,13 @@ regex-syntax 0.8.11 — MIT OR Apache-2.0
1809
1901
  (c) You must retain, in the Source form of any Derivative Works
1810
1902
  Copyright [yyyy] [name of copyright owner]
1811
1903
  Copyright (c) 2014 The Rust Project Developers
1904
+ relative-path 2.0.1 — MIT OR Apache-2.0
1905
+ https://github.com/udoprog/relative-path
1906
+ copyright notice that is included in or attached to the work
1907
+ copyright license to reproduce, prepare Derivative Works of,
1908
+ (c) You must retain, in the Source form of any Derivative Works
1909
+ Copyright [yyyy] [name of copyright owner]
1910
+ Copyright (c) 2014 The Rust Project Developers
1812
1911
  renderdoc-sys 1.1.0 — MIT OR Apache-2.0
1813
1912
  https://github.com/ebkalderon/renderdoc-rs
1814
1913
  copyright notice that is included in or attached to the work
@@ -1840,6 +1939,14 @@ roxmltree 0.21.1 — MIT OR Apache-2.0
1840
1939
  (c) You must retain, in the Source form of any Derivative Works
1841
1940
  Copyright [yyyy] [name of copyright owner]
1842
1941
  Copyright (c) 2018 Yevhenii Reizner
1942
+ rquickjs 0.12.2 — MIT
1943
+ https://github.com/DelSkayn/rquickjs.git
1944
+ Copyright (c) 2020 Mees Delzenne
1945
+ Copyright (c) 2025 Rquickjs Contributors
1946
+ rquickjs-core 0.12.2 — MIT
1947
+ https://github.com/DelSkayn/rquickjs.git
1948
+ rquickjs-macro 0.12.2 — MIT
1949
+ https://github.com/DelSkayn/rquickjs.git
1843
1950
  rquickjs-sys 0.12.2 — MIT
1844
1951
  https://github.com/DelSkayn/rquickjs.git
1845
1952
  rtrb 0.3.4 — MIT OR Apache-2.0
@@ -1999,24 +2106,26 @@ servo_arc 0.4.3 — MIT OR Apache-2.0
1999
2106
  copyright license to reproduce, prepare Derivative Works of,
2000
2107
  (c) You must retain, in the Source form of any Derivative Works
2001
2108
  Copyright [yyyy] [name of copyright owner]
2002
- sha1 0.10.7 — MIT OR Apache-2.0
2109
+ sha1 0.11.0 — MIT OR Apache-2.0
2003
2110
  https://github.com/RustCrypto/hashes
2004
2111
  copyright notice that is included in or attached to the work
2005
2112
  copyright license to reproduce, prepare Derivative Works of,
2006
2113
  (c) You must retain, in the Source form of any Derivative Works
2007
2114
  Copyright [yyyy] [name of copyright owner]
2008
- Copyright (c) 2006-2009 Graydon Hoare
2009
- Copyright (c) 2009-2013 Mozilla Foundation
2115
+ Copyright (c) 2016-2026 The RustCrypto Project Developers
2010
2116
  Copyright (c) 2016 Artyom Pavlov
2011
- sha2 0.10.9 MIT OR Apache-2.0
2117
+ Copyright (c) 2009-2013 Mozilla Foundation
2118
+ Copyright (c) 2006-2009 Graydon Hoare
2119
+ sha2 0.11.0 — MIT OR Apache-2.0
2012
2120
  https://github.com/RustCrypto/hashes
2013
2121
  copyright notice that is included in or attached to the work
2014
2122
  copyright license to reproduce, prepare Derivative Works of,
2015
2123
  (c) You must retain, in the Source form of any Derivative Works
2016
2124
  Copyright [yyyy] [name of copyright owner]
2017
- Copyright (c) 2006-2009 Graydon Hoare
2018
- Copyright (c) 2009-2013 Mozilla Foundation
2125
+ Copyright (c) 2016-2026 The RustCrypto Project Developers
2019
2126
  Copyright (c) 2016 Artyom Pavlov
2127
+ Copyright (c) 2009-2013 Mozilla Foundation
2128
+ Copyright (c) 2006-2009 Graydon Hoare
2020
2129
  shlex 1.3.0 — MIT OR Apache-2.0
2021
2130
  https://github.com/comex/rust-shlex
2022
2131
  Copyright 2015 Nicholas Allegra (comex).
@@ -2050,6 +2159,10 @@ skrifa 0.44.0 — MIT OR Apache-2.0
2050
2159
  https://github.com/googlefonts/fontations
2051
2160
  Copyright 2019 Fontations Developers
2052
2161
  Copyright (c) 2019 Fontations Developers
2162
+ skrifa 0.46.1 — MIT OR Apache-2.0
2163
+ https://github.com/googlefonts/fontations
2164
+ Copyright 2019 Fontations Developers
2165
+ Copyright (c) 2019 Fontations Developers
2053
2166
  slab 0.4.12 — MIT
2054
2167
  https://github.com/tokio-rs/slab
2055
2168
  Copyright (c) 2019 Carl Lerche
@@ -2094,6 +2207,10 @@ softbuffer 0.4.8 — MIT OR Apache-2.0
2094
2207
  Copyright 2022 Kirill Chibisov
2095
2208
  softbuffer_window_renderer 0.8.0 — MIT OR Apache-2.0
2096
2209
  https://github.com/dioxuslabs/anyrender
2210
+ sourcemap 9.3.2 — BSD-3-Clause
2211
+ https://github.com/getsentry/rust-sourcemap
2212
+ Copyright (c) 2016 by Armin Ronacher.
2213
+ copyright notice, this list of conditions and the following
2097
2214
  spirv 0.4.0+sdk-1.4.341.0 — Apache-2.0
2098
2215
  https://github.com/gfx-rs/rspirv
2099
2216
  stable_deref_trait 1.2.1 — MIT OR Apache-2.0
@@ -2103,6 +2220,10 @@ stable_deref_trait 1.2.1 — MIT OR Apache-2.0
2103
2220
  (c) You must retain, in the Source form of any Derivative Works
2104
2221
  Copyright [yyyy] [name of copyright owner]
2105
2222
  Copyright (c) 2017 Robert Grosse
2223
+ starship-battery 0.11.1 — ISC
2224
+ https://github.com/starship/rust-battery
2225
+ Copyright (c) 2019-2021, Starship Contributors
2226
+ copyright notice and this permission notice appear in all copies.
2106
2227
  static_assertions 1.1.0 — MIT OR Apache-2.0
2107
2228
  https://github.com/nvzqz/static-assertions-rs
2108
2229
  copyright notice that is included in or attached to the work
@@ -2279,6 +2400,9 @@ taffy 0.13.0 — MIT
2279
2400
  https://github.com/DioxusLabs/taffy
2280
2401
  Copyright (c) 2018 Visly Inc.
2281
2402
  Copyright (c) 2026 Taffy Authors
2403
+ tap 1.0.1 — MIT
2404
+ https://github.com/myrrlyn/tap
2405
+ Copyright (c) 2017 Elliot Linder <darfink@gmail.com>
2282
2406
  tempfile 3.27.0 — MIT OR Apache-2.0
2283
2407
  https://github.com/Stebalien/tempfile
2284
2408
  copyright notice that is included in or attached to the work
@@ -2368,7 +2492,7 @@ tokio-macros 2.7.2 — MIT
2368
2492
  tokio-native-tls 0.3.1 — MIT
2369
2493
  https://github.com/tokio-rs/tls
2370
2494
  Copyright (c) 2019 Tokio Contributors
2371
- tokio-tungstenite 0.29.0 — MIT
2495
+ tokio-tungstenite 0.30.0 — MIT
2372
2496
  https://github.com/snapview/tokio-tungstenite
2373
2497
  Copyright (c) 2017 Daniel Abramov
2374
2498
  Copyright (c) 2017 Alexey Galakhov
@@ -2452,7 +2576,7 @@ ttf-parser 0.25.1 — MIT OR Apache-2.0
2452
2576
  (c) You must retain, in the Source form of any Derivative Works
2453
2577
  Copyright [yyyy] [name of copyright owner]
2454
2578
  Copyright (c) 2018 Yevhenii Reizner
2455
- tungstenite 0.29.0 — MIT OR Apache-2.0
2579
+ tungstenite 0.30.0 — MIT OR Apache-2.0
2456
2580
  https://github.com/snapview/tungstenite-rs
2457
2581
  copyright notice that is included in or attached to the work
2458
2582
  copyright license to reproduce, prepare Derivative Works of,
@@ -2477,6 +2601,13 @@ unicode-bidi 0.3.18 — MIT OR Apache-2.0
2477
2601
  (c) You must retain, in the Source form of any Derivative Works
2478
2602
  Copyright [yyyy] [name of copyright owner]
2479
2603
  Copyright (c) 2015 The Rust Project Developers
2604
+ unicode-id-start 1.4.0 — (MIT OR Apache-2.0) AND Unicode-3.0
2605
+ https://github.com/Boshen/unicode-id-start
2606
+ copyright notice that is included in or attached to the work
2607
+ copyright license to reproduce, prepare Derivative Works of,
2608
+ (c) You must retain, in the Source form of any Derivative Works
2609
+ COPYRIGHT AND PERMISSION NOTICE
2610
+ Copyright © 1991-2023 Unicode, Inc.
2480
2611
  unicode-ident 1.0.24 — (MIT OR Apache-2.0) AND Unicode-3.0
2481
2612
  https://github.com/dtolnay/unicode-ident
2482
2613
  copyright notice that is included in or attached to the work
@@ -2512,6 +2643,13 @@ unicode-width 0.2.2 — MIT OR Apache-2.0
2512
2643
  (c) You must retain, in the Source form of any Derivative Works
2513
2644
  Copyright [yyyy] [name of copyright owner]
2514
2645
  Copyright (c) 2015 The Rust Project Developers
2646
+ uom 0.38.0 — Apache-2.0 OR MIT
2647
+ https://github.com/iliekturtles/uom
2648
+ copyright notice that is included in or attached to the work
2649
+ copyright license to reproduce, prepare Derivative Works of,
2650
+ (c) You must retain, in the Source form of any Derivative Works
2651
+ Copyright {yyyy} {name of copyright owner}
2652
+ Copyright (c) 2019 Mike Boutin
2515
2653
  url 2.5.8 — MIT OR Apache-2.0
2516
2654
  https://github.com/servo/rust-url
2517
2655
  copyright notice that is included in or attached to the work
@@ -2554,6 +2692,13 @@ vcpkg 0.2.15 — MIT/Apache-2.0
2554
2692
  (c) You must retain, in the Source form of any Derivative Works
2555
2693
  Copyright [yyyy] [name of copyright owner]
2556
2694
  Copyright (c) 2017 Jim McGrath
2695
+ vec_map 0.8.2 — MIT/Apache-2.0
2696
+ https://github.com/contain-rs/vec-map
2697
+ copyright notice that is included in or attached to the work
2698
+ copyright license to reproduce, prepare Derivative Works of,
2699
+ (c) You must retain, in the Source form of any Derivative Works
2700
+ Copyright [yyyy] [name of copyright owner]
2701
+ Copyright (c) 2015 The Rust Project Developers
2557
2702
  vecmath 1.0.0 — MIT
2558
2703
  https://github.com/pistondevelopers/vecmath.git
2559
2704
  Copyright (c) 2014 PistonDevelopers
@@ -2605,6 +2750,8 @@ visibility 0.1.1 — Zlib OR MIT OR Apache-2.0
2605
2750
  (C) 2024 Daniel Henry-Mantilla
2606
2751
  void 1.0.2 — MIT
2607
2752
  https://github.com/reem/rust-void.git
2753
+ vsimd 0.8.0 — MIT
2754
+ https://github.com/Nugine/simd
2608
2755
  walkdir 2.5.0 — Unlicense/MIT
2609
2756
  https://github.com/BurntSushi/walkdir
2610
2757
  Copyright (c) 2015 Andrew Gallant
@@ -2761,6 +2908,9 @@ writeable 0.6.4 — Unicode-3.0
2761
2908
  Copyright © 2020-2024 Unicode, Inc.
2762
2909
  wuff 0.2.8 — MIT
2763
2910
  https://github.com/nicoburns/wuff
2911
+ wyz 0.5.1 — MIT
2912
+ https://github.com/myrrlyn/wyz
2913
+ Copyright (c) 2018 myrrlyn (Alexander Payne)
2764
2914
  x11-dl 2.21.0 — MIT
2765
2915
  https://github.com/AltF02/x11-rs.git
2766
2916
  x11rb 0.13.2 — MIT OR Apache-2.0
@@ -2896,7 +3046,7 @@ zvariant_derive 5.15.0 — MIT
2896
3046
  zvariant_utils 4.2.0 — MIT
2897
3047
  https://github.com/z-galaxy/zbus/
2898
3048
 
2899
- LICENCE TEXTS (297)
3049
+ LICENCE TEXTS (324)
2900
3050
 
2901
3051
  Each distinct text appears once, followed by the packages it came with.
2902
3052
 
@@ -3302,7 +3452,7 @@ See the License for the specific language governing permissions and
3302
3452
  limitations under the License.
3303
3453
 
3304
3454
  ------------------------------------------------------------------------------
3305
- LICENSE-MIT — 60 package(s): adler2 2.0.1, allocator-api2 0.2.21, async-recursion 1.1.1, async-trait 0.1.92, atomic-waker 1.1.2, borsh 1.8.0, creek 1.2.3, displaydoc 0.2.7, drm 0.14.1, drm-ffi 0.9.1, drm-sys 0.8.1, dtoa 1.0.11, endi 1.1.1, event-listener 5.4.2, event-listener-strategy 0.5.4, fastrand 2.5.0, futures-lite 2.6.1, glow 0.17.0, itoa 1.0.18, khronos-egl 6.0.0, linux-raw-sys 0.12.1, linux-raw-sys 0.4.15, linux-raw-sys 0.9.4, llq 0.1.1, malloc_size_of_derive 0.1.3, minimal-lexical 0.2.1, once_cell 1.21.4, ordered-stream 0.2.0, parking 2.2.1, pastey 0.2.3, pin-project-lite 0.2.17, polling 3.11.0, prettyplease 0.2.37, proc-macro-crate 3.5.0, proc-macro2 1.0.107, quote 1.0.47, rtrb 0.3.4, rustc-hash 1.1.0, rustc-hash 2.1.3, rustix 0.38.44, rustix 1.1.4, rustversion 1.0.23, semver 1.0.28, serde 1.0.229, serde_core 1.0.229, serde_derive 1.0.229, serde_json 1.0.151, serde_repr 0.1.21, servo_arc 0.4.3, smol_str 0.3.6, stylo_malloc_size_of 0.20.0, syn 2.0.119, syn 3.0.3, thin-vec 0.2.19, thiserror 2.0.20, thiserror-impl 2.0.20, unicode-ident 1.0.24, x11-dl 2.21.0, zmij 1.0.23, zvariant_utils 4.2.0
3455
+ LICENSE-MIT — 61 package(s): adler2 2.0.1, allocator-api2 0.2.21, async-recursion 1.1.1, async-trait 0.1.92, atomic-waker 1.1.2, borsh 1.8.0, creek 1.2.3, displaydoc 0.2.7, drm 0.14.1, drm-ffi 0.9.1, drm-sys 0.8.1, dtoa 1.0.11, endi 1.1.1, event-listener 5.4.2, event-listener-strategy 0.5.4, fastrand 2.5.0, futures-lite 2.6.1, glow 0.17.0, itoa 1.0.18, khronos-egl 6.0.0, linux-raw-sys 0.12.1, linux-raw-sys 0.4.15, linux-raw-sys 0.9.4, llq 0.1.1, malloc_size_of_derive 0.1.3, minimal-lexical 0.2.1, once_cell 1.21.4, ordered-stream 0.2.0, parking 2.2.1, pastey 0.2.3, pin-project-lite 0.2.17, polling 3.11.0, prettyplease 0.2.37, proc-macro-crate 3.5.0, proc-macro2 1.0.107, quote 1.0.47, rtrb 0.3.4, rustc-hash 1.1.0, rustc-hash 2.1.3, rustix 0.38.44, rustix 1.1.4, rustversion 1.0.23, semver 1.0.28, serde 1.0.229, serde_core 1.0.229, serde_derive 1.0.229, serde_json 1.0.151, serde_repr 0.1.21, servo_arc 0.4.3, smol_str 0.3.6, stylo_malloc_size_of 0.20.0, syn 2.0.119, syn 3.0.3, thin-vec 0.2.19, thiserror 2.0.20, thiserror-impl 2.0.20, unicode-id-start 1.4.0, unicode-ident 1.0.24, x11-dl 2.21.0, zmij 1.0.23, zvariant_utils 4.2.0
3306
3456
  ------------------------------------------------------------------------------
3307
3457
  Permission is hereby granted, free of charge, to any
3308
3458
  person obtaining a copy of this software and associated
@@ -3329,7 +3479,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3329
3479
  DEALINGS IN THE SOFTWARE.
3330
3480
 
3331
3481
  ------------------------------------------------------------------------------
3332
- LICENSE-APACHE — 131 package(s): ahash 0.8.12, arc-swap 1.9.2, arrayvec 0.7.8, async-recursion 1.1.1, atomic-waker 1.1.2, autocfg 1.5.1, base64 0.22.1, base64 0.23.1, bitflags 1.3.2, bitflags 2.13.1, cc 1.4.2, cexpr 0.6.0, cfg-if 1.0.4, crossbeam-channel 0.5.16, crossbeam-deque 0.8.7, crossbeam-epoch 0.9.20, crossbeam-utils 0.8.22, data-url 0.3.2, displaydoc 0.2.7, either 1.17.0, equivalent 1.0.2, errno 0.3.14, euclid 0.22.14, event-listener 5.4.2, event-listener-strategy 0.5.4, fastrand 2.5.0, find-msvc-tools 0.1.10, fixedbitset 0.5.7, flate2 1.1.9, fnv 1.0.7, fontique 0.11.1, form_urlencoded 1.2.2, futures-lite 2.6.1, gethostname 1.1.0, gif 0.14.2, glob 0.3.4, glow 0.17.0, hashbrown 0.15.5, hashbrown 0.16.1, hashbrown 0.17.1, heck 0.5.0, html5ever 0.39.0, httparse 1.10.1, hyper-tls 0.6.0, idna 1.1.0, idna_adapter 1.2.2, indexmap 2.14.0, itertools 0.13.0, itertools 0.14.0, jobserver 0.1.35, keyboard-types 0.7.0, keyboard-types 0.8.3, khronos-egl 6.0.0, lazy_static 1.5.0, linux-raw-sys 0.12.1, linux-raw-sys 0.4.15, linux-raw-sys 0.9.4, lock_api 0.4.14, log 0.4.33, malloc_size_of_derive 0.1.3, markup5ever 0.39.0, mime 0.3.17, num_cpus 1.17.0, num-bigint 0.4.8, num-complex 0.4.6, num-derive 0.4.2, num-integer 0.1.46, num-rational 0.4.2, num-traits 0.2.19, once_cell 1.21.4, openssl-probe 0.2.1, openssl-src 300.6.1+3.6.3, ordered-stream 0.2.0, parking 2.2.1, parking_lot 0.12.5, parking_lot_core 0.9.12, parlance 0.1.0, parley 0.11.1, parley_data 0.11.1, percent-encoding 2.3.2, petgraph 0.8.3, pkg-config 0.3.33, png 0.18.1, polling 3.11.0, pollster 0.4.0, primal-check 0.3.4, rayon 1.12.0, rayon-core 1.13.0, regex 1.13.1, regex-automata 0.4.18, regex-lite 0.1.9, regex-syntax 0.8.11, renderdoc-sys 1.1.0, roxmltree 0.20.0, roxmltree 0.21.1, rtrb 0.3.4, rustc_version 0.4.1, rustc-hash 1.1.0, rustix 0.38.44, rustix 1.1.4, scoped-tls 1.0.1, scopeguard 1.2.0, servo_arc 0.4.3, signal-hook-registry 1.4.8, simplecss 0.2.2, smallbitvec 2.6.1, smallvec 1.15.2, smol_str 0.3.6, socket2 0.6.5, stable_deref_trait 1.2.1, string_cache 0.9.0, string_cache_codegen 0.6.1, stylo_malloc_size_of 0.20.0, svgtypes 0.16.1, tempfile 3.27.0, tendril 0.5.1, thread_local 1.1.10, ttf-parser 0.25.1, tungstenite 0.29.0, unicode-bidi 0.3.18, unicode-segmentation 1.13.3, unicode-vo 0.1.0, unicode-width 0.2.2, url 2.5.8, uuid 1.24.0, vcpkg 0.2.15, version_check 0.9.5, web_atoms 0.2.6, weezl 0.1.12, wl-clipboard-rs 0.9.3, xml5ever 0.39.0
3482
+ LICENSE-APACHE — 135 package(s): ahash 0.8.12, arc-swap 1.9.2, arrayvec 0.7.8, async-recursion 1.1.1, atomic-waker 1.1.2, autocfg 1.5.1, base64 0.22.1, base64 0.23.1, bitflags 1.3.2, bitflags 2.13.1, cc 1.4.2, cexpr 0.6.0, cfg-if 1.0.4, crossbeam-channel 0.5.16, crossbeam-deque 0.8.7, crossbeam-epoch 0.9.20, crossbeam-utils 0.8.22, data-url 0.3.2, debugid 0.8.0, displaydoc 0.2.7, either 1.17.0, equivalent 1.0.2, errno 0.3.14, euclid 0.22.14, event-listener 5.4.2, event-listener-strategy 0.5.4, fastrand 2.5.0, find-msvc-tools 0.1.10, fixedbitset 0.5.7, flate2 1.1.9, fnv 1.0.7, fontique 0.11.1, form_urlencoded 1.2.2, futures-lite 2.6.1, gethostname 1.1.0, gif 0.14.2, glob 0.3.4, glow 0.17.0, hashbrown 0.15.5, hashbrown 0.16.1, hashbrown 0.17.1, heck 0.5.0, html5ever 0.39.0, httparse 1.10.1, hyper-tls 0.6.0, idna 1.1.0, idna_adapter 1.2.2, if_chain 1.0.3, indexmap 2.14.0, itertools 0.13.0, itertools 0.14.0, jobserver 0.1.35, keyboard-types 0.7.0, keyboard-types 0.8.3, khronos-egl 6.0.0, lazy_static 1.5.0, lazycell 1.3.0, linux-raw-sys 0.12.1, linux-raw-sys 0.4.15, linux-raw-sys 0.9.4, lock_api 0.4.14, log 0.4.33, malloc_size_of_derive 0.1.3, markup5ever 0.39.0, mime 0.3.17, num_cpus 1.17.0, num-bigint 0.4.8, num-complex 0.4.6, num-derive 0.4.2, num-integer 0.1.46, num-rational 0.4.2, num-traits 0.2.19, once_cell 1.21.4, openssl-probe 0.2.1, openssl-src 300.6.1+3.6.3, ordered-stream 0.2.0, parking 2.2.1, parking_lot 0.12.5, parking_lot_core 0.9.12, parlance 0.1.0, parley 0.11.1, parley_data 0.11.1, percent-encoding 2.3.2, petgraph 0.8.3, pkg-config 0.3.33, png 0.18.1, polling 3.11.0, pollster 0.4.0, primal-check 0.3.4, rayon 1.12.0, rayon-core 1.13.0, regex 1.13.1, regex-automata 0.4.18, regex-lite 0.1.9, regex-syntax 0.8.11, relative-path 2.0.1, renderdoc-sys 1.1.0, roxmltree 0.20.0, roxmltree 0.21.1, rtrb 0.3.4, rustc_version 0.4.1, rustc-hash 1.1.0, rustix 0.38.44, rustix 1.1.4, scoped-tls 1.0.1, scopeguard 1.2.0, servo_arc 0.4.3, signal-hook-registry 1.4.8, simplecss 0.2.2, smallbitvec 2.6.1, smallvec 1.15.2, smol_str 0.3.6, socket2 0.6.5, stable_deref_trait 1.2.1, string_cache 0.9.0, string_cache_codegen 0.6.1, stylo_malloc_size_of 0.20.0, svgtypes 0.16.1, tempfile 3.27.0, tendril 0.5.1, thread_local 1.1.10, ttf-parser 0.25.1, tungstenite 0.30.0, unicode-bidi 0.3.18, unicode-segmentation 1.13.3, unicode-vo 0.1.0, unicode-width 0.2.2, url 2.5.8, uuid 1.24.0, vcpkg 0.2.15, version_check 0.9.5, web_atoms 0.2.6, weezl 0.1.12, wl-clipboard-rs 0.9.3, xml5ever 0.39.0
3333
3483
  ------------------------------------------------------------------------------
3334
3484
  Apache License
3335
3485
  Version 2.0, January 2004
@@ -3639,7 +3789,7 @@ Redistribution and use in source and binary forms, with or without modification,
3639
3789
  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.
3640
3790
 
3641
3791
  ------------------------------------------------------------------------------
3642
- LICENSE-APACHE — 29 package(s): allocator-api2 0.2.21, async-trait 0.1.92, constant_time_eq 0.4.2, creek 1.2.3, dtoa 1.0.11, glifo 0.2.0, itoa 1.0.18, libc 0.2.189, litrs 1.0.0, pastey 0.2.3, prettyplease 0.2.37, proc-macro2 1.0.107, quote 1.0.47, rustc-hash 2.1.3, rustversion 1.0.23, ryu 1.0.23, semver 1.0.28, serde 1.0.229, serde_core 1.0.229, serde_derive 1.0.229, serde_json 1.0.151, serde_repr 0.1.21, serde_urlencoded 0.7.1, syn 2.0.119, syn 3.0.3, thin-vec 0.2.19, thiserror 2.0.20, thiserror-impl 2.0.20, unicode-ident 1.0.24
3792
+ LICENSE-APACHE — 30 package(s): allocator-api2 0.2.21, async-trait 0.1.92, constant_time_eq 0.4.2, creek 1.2.3, dtoa 1.0.11, glifo 0.2.0, itoa 1.0.18, libc 0.2.189, litrs 1.0.0, pastey 0.2.3, prettyplease 0.2.37, proc-macro2 1.0.107, quote 1.0.47, rustc-hash 2.1.3, rustversion 1.0.23, ryu 1.0.23, semver 1.0.28, serde 1.0.229, serde_core 1.0.229, serde_derive 1.0.229, serde_json 1.0.151, serde_repr 0.1.21, serde_urlencoded 0.7.1, syn 2.0.119, syn 3.0.3, thin-vec 0.2.19, thiserror 2.0.20, thiserror-impl 2.0.20, unicode-id-start 1.4.0, unicode-ident 1.0.24
3643
3793
  ------------------------------------------------------------------------------
3644
3794
  Apache License
3645
3795
  Version 2.0, January 2004
@@ -3819,7 +3969,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3819
3969
  END OF TERMS AND CONDITIONS
3820
3970
 
3821
3971
  ------------------------------------------------------------------------------
3822
- LICENSE-CC0 — 3 package(s): almost 0.2.0, blake3 1.8.6, constant_time_eq 0.4.2
3972
+ LICENSE-CC0 — 3 package(s): almost 0.2.0, blake3 1.8.7, constant_time_eq 0.4.2
3823
3973
  ------------------------------------------------------------------------------
3824
3974
  Creative Commons Legal Code
3825
3975
 
@@ -4879,7 +5029,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4879
5029
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4880
5030
 
4881
5031
  ------------------------------------------------------------------------------
4882
- LICENSE-APACHE — 7 package(s): bit-set 0.9.1, bit-vec 0.9.1, defmt 1.1.1, defmt-macros 1.1.1, downcast-rs 1.2.1, minimal-lexical 0.2.1, presser 0.3.1
5032
+ LICENSE-APACHE — 8 package(s): bit-set 0.9.1, bit-vec 0.9.1, defmt 1.1.1, defmt-macros 1.1.1, downcast-rs 1.2.1, minimal-lexical 0.2.1, presser 0.3.1, vec_map 0.8.2
4883
5033
  ------------------------------------------------------------------------------
4884
5034
  Apache License
4885
5035
  Version 2.0, January 2004
@@ -5142,7 +5292,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5142
5292
  DEALINGS IN THE SOFTWARE.
5143
5293
 
5144
5294
  ------------------------------------------------------------------------------
5145
- LICENSE-MIT — 14 package(s): bitflags 1.3.2, bitflags 2.13.1, glob 0.3.4, log 0.4.33, num-bigint 0.4.8, num-complex 0.4.6, num-derive 0.4.2, num-integer 0.1.46, num-rational 0.4.2, num-traits 0.2.19, regex 1.13.1, regex-automata 0.4.18, regex-lite 0.1.9, regex-syntax 0.8.11
5295
+ LICENSE-MIT — 15 package(s): bitflags 1.3.2, bitflags 2.13.1, glob 0.3.4, log 0.4.33, num-bigint 0.4.8, num-complex 0.4.6, num-derive 0.4.2, num-integer 0.1.46, num-rational 0.4.2, num-traits 0.2.19, regex 1.13.1, regex-automata 0.4.18, regex-lite 0.1.9, regex-syntax 0.8.11, relative-path 2.0.1
5146
5296
  ------------------------------------------------------------------------------
5147
5297
  Copyright (c) 2014 The Rust Project Developers
5148
5298
 
@@ -5171,7 +5321,32 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5171
5321
  DEALINGS IN THE SOFTWARE.
5172
5322
 
5173
5323
  ------------------------------------------------------------------------------
5174
- LICENSE_A21 package(s): blake3 1.8.6
5324
+ LICENSE.txt2 package(s): bitvec 1.1.1, wyz 0.5.1
5325
+ ------------------------------------------------------------------------------
5326
+ MIT License
5327
+
5328
+ Copyright (c) 2018 myrrlyn (Alexander Payne)
5329
+
5330
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5331
+ of this software and associated documentation files (the "Software"), to deal
5332
+ in the Software without restriction, including without limitation the rights
5333
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5334
+ copies of the Software, and to permit persons to whom the Software is
5335
+ furnished to do so, subject to the following conditions:
5336
+
5337
+ The above copyright notice and this permission notice shall be included in all
5338
+ copies or substantial portions of the Software.
5339
+
5340
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5341
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5342
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5343
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5344
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5345
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5346
+ SOFTWARE.
5347
+
5348
+ ------------------------------------------------------------------------------
5349
+ LICENSE_A2 — 1 package(s): blake3 1.8.7
5175
5350
  ------------------------------------------------------------------------------
5176
5351
  Apache License
5177
5352
  Version 2.0, January 2004
@@ -5376,7 +5551,7 @@ Apache License
5376
5551
  limitations under the License.
5377
5552
 
5378
5553
  ------------------------------------------------------------------------------
5379
- LICENSE_A2LLVM — 1 package(s): blake3 1.8.6
5554
+ LICENSE_A2LLVM — 1 package(s): blake3 1.8.7
5380
5555
  ------------------------------------------------------------------------------
5381
5556
  Apache License
5382
5557
  Version 2.0, January 2004
@@ -5598,7 +5773,7 @@ the License, but only in their entirety and only with respect to the Combined
5598
5773
  Software.
5599
5774
 
5600
5775
  ------------------------------------------------------------------------------
5601
- LICENSE-APACHE — 7 package(s): block-buffer 0.10.4, cpufeatures 0.2.17, cpufeatures 0.3.0, crypto-common 0.1.7, digest 0.10.7, sha1 0.10.7, sha2 0.10.9
5776
+ LICENSE-APACHE — 9 package(s): block-buffer 0.12.1, chacha20 0.10.1, const-oid 0.10.2, cpufeatures 0.3.0, crypto-common 0.2.2, digest 0.11.3, hybrid-array 0.4.14, sha1 0.11.0, sha2 0.11.0
5602
5777
  ------------------------------------------------------------------------------
5603
5778
  Apache License
5604
5779
  Version 2.0, January 2004
@@ -5803,9 +5978,9 @@ See the License for the specific language governing permissions and
5803
5978
  limitations under the License.
5804
5979
 
5805
5980
  ------------------------------------------------------------------------------
5806
- LICENSE-MIT — 1 package(s): block-buffer 0.10.4
5981
+ LICENSE-MIT — 1 package(s): block-buffer 0.12.1
5807
5982
  ------------------------------------------------------------------------------
5808
- Copyright (c) 2018-2019 The RustCrypto Project Developers
5983
+ Copyright (c) 2018-2025 The RustCrypto Project Developers
5809
5984
 
5810
5985
  Permission is hereby granted, free of charge, to any
5811
5986
  person obtaining a copy of this software and associated
@@ -6535,6 +6710,35 @@ The `cfg_aliases!` macro uses a lot of the code from [`tectonic_cfg_support::tar
6535
6710
  SOFTWARE.
6536
6711
  ---
6537
6712
 
6713
+ ------------------------------------------------------------------------------
6714
+ LICENSE-MIT — 1 package(s): chacha20 0.10.1
6715
+ ------------------------------------------------------------------------------
6716
+ Copyright (c) 2019-2026 The RustCrypto Project Developers
6717
+
6718
+ Permission is hereby granted, free of charge, to any
6719
+ person obtaining a copy of this software and associated
6720
+ documentation files (the "Software"), to deal in the
6721
+ Software without restriction, including without
6722
+ limitation the rights to use, copy, modify, merge,
6723
+ publish, distribute, sublicense, and/or sell copies of
6724
+ the Software, and to permit persons to whom the Software
6725
+ is furnished to do so, subject to the following
6726
+ conditions:
6727
+
6728
+ The above copyright notice and this permission notice
6729
+ shall be included in all copies or substantial portions
6730
+ of the Software.
6731
+
6732
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
6733
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
6734
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
6735
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
6736
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
6737
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
6738
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
6739
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6740
+ DEALINGS IN THE SOFTWARE.
6741
+
6538
6742
  ------------------------------------------------------------------------------
6539
6743
  LICENSE-MIT — 4 package(s): color 0.3.3, half 2.7.1, ident_case 1.0.1, linebender_resource_handle 0.1.1
6540
6744
  ------------------------------------------------------------------------------
@@ -6583,6 +6787,35 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6583
6787
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6584
6788
  SOFTWARE.
6585
6789
 
6790
+ ------------------------------------------------------------------------------
6791
+ LICENSE-MIT — 1 package(s): const-oid 0.10.2
6792
+ ------------------------------------------------------------------------------
6793
+ Copyright (c) 2020-2026 The RustCrypto Project Developers
6794
+
6795
+ Permission is hereby granted, free of charge, to any
6796
+ person obtaining a copy of this software and associated
6797
+ documentation files (the "Software"), to deal in the
6798
+ Software without restriction, including without
6799
+ limitation the rights to use, copy, modify, merge,
6800
+ publish, distribute, sublicense, and/or sell copies of
6801
+ the Software, and to permit persons to whom the Software
6802
+ is furnished to do so, subject to the following
6803
+ conditions:
6804
+
6805
+ The above copyright notice and this permission notice
6806
+ shall be included in all copies or substantial portions
6807
+ of the Software.
6808
+
6809
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
6810
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
6811
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
6812
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
6813
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
6814
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
6815
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
6816
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6817
+ DEALINGS IN THE SOFTWARE.
6818
+
6586
6819
  ------------------------------------------------------------------------------
6587
6820
  LICENSE-MIT0 — 1 package(s): constant_time_eq 0.4.2
6588
6821
  ------------------------------------------------------------------------------
@@ -6601,6 +6834,31 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
6601
6834
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
6602
6835
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6603
6836
 
6837
+ ------------------------------------------------------------------------------
6838
+ LICENSE — 1 package(s): convert_case 0.11.0
6839
+ ------------------------------------------------------------------------------
6840
+ MIT License
6841
+
6842
+ Copyright (c) 2025 rutrum
6843
+
6844
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6845
+ of this software and associated documentation files (the "Software"), to deal
6846
+ in the Software without restriction, including without limitation the rights
6847
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6848
+ copies of the Software, and to permit persons to whom the Software is
6849
+ furnished to do so, subject to the following conditions:
6850
+
6851
+ The above copyright notice and this permission notice shall be included in all
6852
+ copies or substantial portions of the Software.
6853
+
6854
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6855
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6856
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6857
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6858
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6859
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6860
+ SOFTWARE.
6861
+
6604
6862
  ------------------------------------------------------------------------------
6605
6863
  LICENSE — 1 package(s): core_maths 0.1.1
6606
6864
  ------------------------------------------------------------------------------
@@ -6627,7 +6885,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6627
6885
  SOFTWARE.
6628
6886
 
6629
6887
  ------------------------------------------------------------------------------
6630
- LICENSE-MIT — 2 package(s): cpufeatures 0.2.17, cpufeatures 0.3.0
6888
+ LICENSE-MIT — 1 package(s): cpufeatures 0.3.0
6631
6889
  ------------------------------------------------------------------------------
6632
6890
  Copyright (c) 2020-2025 The RustCrypto Project Developers
6633
6891
 
@@ -6656,7 +6914,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6656
6914
  DEALINGS IN THE SOFTWARE.
6657
6915
 
6658
6916
  ------------------------------------------------------------------------------
6659
- LICENSE-APACHE — 24 package(s): crc32fast 1.5.0, ctor 0.10.1, dpi 0.1.2, dtor 0.8.1, foreign-types 0.3.2, foreign-types-shared 0.1.1, hex 0.4.3, native-tls 0.2.18, openssl 0.10.81, openssl-macros 0.1.1, quick-error 2.0.1, rustfft 6.4.1, serde_spanned 1.1.1, strength_reduce 0.2.4, toml 1.1.4+spec-1.1.0, toml_datetime 1.1.1+spec-1.1.0, toml_edit 0.25.13+spec-1.1.0, toml_parser 1.1.3+spec-1.1.0, toml_writer 1.1.2+spec-1.1.0, winit 0.31.0-beta.2, winit-common 0.31.0-beta.2, winit-core 0.31.0-beta.2, winit-wayland 0.31.0-beta.2, winit-x11 0.31.0-beta.2
6917
+ LICENSE-APACHE — 25 package(s): crc32fast 1.5.0, ctor 0.10.1, dpi 0.1.2, dtor 0.8.1, foreign-types 0.3.2, foreign-types-shared 0.1.1, hex 0.4.3, native-tls 0.2.18, notify-rust 4.18.0, openssl 0.10.81, openssl-macros 0.1.1, quick-error 2.0.1, rustfft 6.4.1, serde_spanned 1.1.1, strength_reduce 0.2.4, toml 1.1.4+spec-1.1.0, toml_datetime 1.1.1+spec-1.1.0, toml_edit 0.25.13+spec-1.1.0, toml_parser 1.1.3+spec-1.1.0, toml_writer 1.1.2+spec-1.1.0, winit 0.31.0-beta.2, winit-common 0.31.0-beta.2, winit-core 0.31.0-beta.2, winit-wayland 0.31.0-beta.2, winit-x11 0.31.0-beta.2
6660
6918
  ------------------------------------------------------------------------------
6661
6919
  Apache License
6662
6920
  Version 2.0, January 2004
@@ -7519,9 +7777,9 @@ See the License for the specific language governing permissions and
7519
7777
  limitations under the License.
7520
7778
 
7521
7779
  ------------------------------------------------------------------------------
7522
- LICENSE-MIT — 1 package(s): crypto-common 0.1.7
7780
+ LICENSE-MIT — 1 package(s): crypto-common 0.2.2
7523
7781
  ------------------------------------------------------------------------------
7524
- Copyright (c) 2021 RustCrypto Developers
7782
+ Copyright (c) 2021-2026 RustCrypto Developers
7525
7783
 
7526
7784
  Permission is hereby granted, free of charge, to any
7527
7785
  person obtaining a copy of this software and associated
@@ -8311,8 +8569,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8311
8569
  SOFTWARE.
8312
8570
 
8313
8571
  ------------------------------------------------------------------------------
8314
- LICENSE-MIT — 1 package(s): digest 0.10.7
8572
+ LICENSE-MIT — 1 package(s): digest 0.11.3
8315
8573
  ------------------------------------------------------------------------------
8574
+ Copyright (c) 2017-2025 RustCrypto Developers
8316
8575
  Copyright (c) 2017 Artyom Pavlov
8317
8576
 
8318
8577
  Permission is hereby granted, free of charge, to any
@@ -8340,54 +8599,273 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8340
8599
  DEALINGS IN THE SOFTWARE.
8341
8600
 
8342
8601
  ------------------------------------------------------------------------------
8343
- LICENSE.txt1 package(s): dlib 0.5.3
8344
- ------------------------------------------------------------------------------
8345
- Copyright (c) 2015 Victor Berger
8346
-
8347
- Permission is hereby granted, free of charge, to any person obtaining a copy
8348
- of this software and associated documentation files (the "Software"), to deal
8349
- in the Software without restriction, including without limitation the rights
8350
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8351
- copies of the Software, and to permit persons to whom the Software is
8352
- furnished to do so, subject to the following conditions:
8353
-
8354
- The above copyright notice and this permission notice shall be included in
8355
- all copies or substantial portions of the Software.
8356
-
8357
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8358
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8359
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8360
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8361
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8362
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8363
- THE SOFTWARE.
8364
-
8365
- ------------------------------------------------------------------------------
8366
- LICENSE-APACHE — 1 package(s): document-features 0.2.12
8602
+ LICENSE-APACHE2 package(s): dirs 6.0.0, dirs-sys 0.5.0
8367
8603
  ------------------------------------------------------------------------------
8368
8604
  Apache License
8369
- Version 2.0, January 2004
8370
- http://www.apache.org/licenses/
8605
+ Version 2.0, January 2004
8606
+ http://www.apache.org/licenses/
8371
8607
 
8372
8608
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8373
8609
 
8374
8610
  1. Definitions.
8375
8611
 
8376
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
8377
-
8378
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
8612
+ "License" shall mean the terms and conditions for use, reproduction,
8613
+ and distribution as defined by Sections 1 through 9 of this document.
8379
8614
 
8380
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
8615
+ "Licensor" shall mean the copyright owner or entity authorized by
8616
+ the copyright owner that is granting the License.
8381
8617
 
8382
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
8618
+ "Legal Entity" shall mean the union of the acting entity and all
8619
+ other entities that control, are controlled by, or are under common
8620
+ control with that entity. For the purposes of this definition,
8621
+ "control" means (i) the power, direct or indirect, to cause the
8622
+ direction or management of such entity, whether by contract or
8623
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
8624
+ outstanding shares, or (iii) beneficial ownership of such entity.
8383
8625
 
8384
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
8626
+ "You" (or "Your") shall mean an individual or Legal Entity
8627
+ exercising permissions granted by this License.
8385
8628
 
8386
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
8629
+ "Source" form shall mean the preferred form for making modifications,
8630
+ including but not limited to software source code, documentation
8631
+ source, and configuration files.
8387
8632
 
8388
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
8633
+ "Object" form shall mean any form resulting from mechanical
8634
+ transformation or translation of a Source form, including but
8635
+ not limited to compiled object code, generated documentation,
8636
+ and conversions to other media types.
8389
8637
 
8390
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
8638
+ "Work" shall mean the work of authorship, whether in Source or
8639
+ Object form, made available under the License, as indicated by a
8640
+ copyright notice that is included in or attached to the work
8641
+ (an example is provided in the Appendix below).
8642
+
8643
+ "Derivative Works" shall mean any work, whether in Source or Object
8644
+ form, that is based on (or derived from) the Work and for which the
8645
+ editorial revisions, annotations, elaborations, or other modifications
8646
+ represent, as a whole, an original work of authorship. For the purposes
8647
+ of this License, Derivative Works shall not include works that remain
8648
+ separable from, or merely link (or bind by name) to the interfaces of,
8649
+ the Work and Derivative Works thereof.
8650
+
8651
+ "Contribution" shall mean any work of authorship, including
8652
+ the original version of the Work and any modifications or additions
8653
+ to that Work or Derivative Works thereof, that is intentionally
8654
+ submitted to Licensor for inclusion in the Work by the copyright owner
8655
+ or by an individual or Legal Entity authorized to submit on behalf of
8656
+ the copyright owner. For the purposes of this definition, "submitted"
8657
+ means any form of electronic, verbal, or written communication sent
8658
+ to the Licensor or its representatives, including but not limited to
8659
+ communication on electronic mailing lists, source code control systems,
8660
+ and issue tracking systems that are managed by, or on behalf of, the
8661
+ Licensor for the purpose of discussing and improving the Work, but
8662
+ excluding communication that is conspicuously marked or otherwise
8663
+ designated in writing by the copyright owner as "Not a Contribution."
8664
+
8665
+ "Contributor" shall mean Licensor and any individual or Legal Entity
8666
+ on behalf of whom a Contribution has been received by Licensor and
8667
+ subsequently incorporated within the Work.
8668
+
8669
+ 2. Grant of Copyright License. Subject to the terms and conditions of
8670
+ this License, each Contributor hereby grants to You a perpetual,
8671
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8672
+ copyright license to reproduce, prepare Derivative Works of,
8673
+ publicly display, publicly perform, sublicense, and distribute the
8674
+ Work and such Derivative Works in Source or Object form.
8675
+
8676
+ 3. Grant of Patent License. Subject to the terms and conditions of
8677
+ this License, each Contributor hereby grants to You a perpetual,
8678
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8679
+ (except as stated in this section) patent license to make, have made,
8680
+ use, offer to sell, sell, import, and otherwise transfer the Work,
8681
+ where such license applies only to those patent claims licensable
8682
+ by such Contributor that are necessarily infringed by their
8683
+ Contribution(s) alone or by combination of their Contribution(s)
8684
+ with the Work to which such Contribution(s) was submitted. If You
8685
+ institute patent litigation against any entity (including a
8686
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
8687
+ or a Contribution incorporated within the Work constitutes direct
8688
+ or contributory patent infringement, then any patent licenses
8689
+ granted to You under this License for that Work shall terminate
8690
+ as of the date such litigation is filed.
8691
+
8692
+ 4. Redistribution. You may reproduce and distribute copies of the
8693
+ Work or Derivative Works thereof in any medium, with or without
8694
+ modifications, and in Source or Object form, provided that You
8695
+ meet the following conditions:
8696
+
8697
+ (a) You must give any other recipients of the Work or
8698
+ Derivative Works a copy of this License; and
8699
+
8700
+ (b) You must cause any modified files to carry prominent notices
8701
+ stating that You changed the files; and
8702
+
8703
+ (c) You must retain, in the Source form of any Derivative Works
8704
+ that You distribute, all copyright, patent, trademark, and
8705
+ attribution notices from the Source form of the Work,
8706
+ excluding those notices that do not pertain to any part of
8707
+ the Derivative Works; and
8708
+
8709
+ (d) If the Work includes a "NOTICE" text file as part of its
8710
+ distribution, then any Derivative Works that You distribute must
8711
+ include a readable copy of the attribution notices contained
8712
+ within such NOTICE file, excluding those notices that do not
8713
+ pertain to any part of the Derivative Works, in at least one
8714
+ of the following places: within a NOTICE text file distributed
8715
+ as part of the Derivative Works; within the Source form or
8716
+ documentation, if provided along with the Derivative Works; or,
8717
+ within a display generated by the Derivative Works, if and
8718
+ wherever such third-party notices normally appear. The contents
8719
+ of the NOTICE file are for informational purposes only and
8720
+ do not modify the License. You may add Your own attribution
8721
+ notices within Derivative Works that You distribute, alongside
8722
+ or as an addendum to the NOTICE text from the Work, provided
8723
+ that such additional attribution notices cannot be construed
8724
+ as modifying the License.
8725
+
8726
+ You may add Your own copyright statement to Your modifications and
8727
+ may provide additional or different license terms and conditions
8728
+ for use, reproduction, or distribution of Your modifications, or
8729
+ for any such Derivative Works as a whole, provided Your use,
8730
+ reproduction, and distribution of the Work otherwise complies with
8731
+ the conditions stated in this License.
8732
+
8733
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
8734
+ any Contribution intentionally submitted for inclusion in the Work
8735
+ by You to the Licensor shall be under the terms and conditions of
8736
+ this License, without any additional terms or conditions.
8737
+ Notwithstanding the above, nothing herein shall supersede or modify
8738
+ the terms of any separate license agreement you may have executed
8739
+ with Licensor regarding such Contributions.
8740
+
8741
+ 6. Trademarks. This License does not grant permission to use the trade
8742
+ names, trademarks, service marks, or product names of the Licensor,
8743
+ except as required for reasonable and customary use in describing the
8744
+ origin of the Work and reproducing the content of the NOTICE file.
8745
+
8746
+ 7. Disclaimer of Warranty. Unless required by applicable law or
8747
+ agreed to in writing, Licensor provides the Work (and each
8748
+ Contributor provides its Contributions) on an "AS IS" BASIS,
8749
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8750
+ implied, including, without limitation, any warranties or conditions
8751
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8752
+ PARTICULAR PURPOSE. You are solely responsible for determining the
8753
+ appropriateness of using or redistributing the Work and assume any
8754
+ risks associated with Your exercise of permissions under this License.
8755
+
8756
+ 8. Limitation of Liability. In no event and under no legal theory,
8757
+ whether in tort (including negligence), contract, or otherwise,
8758
+ unless required by applicable law (such as deliberate and grossly
8759
+ negligent acts) or agreed to in writing, shall any Contributor be
8760
+ liable to You for damages, including any direct, indirect, special,
8761
+ incidental, or consequential damages of any character arising as a
8762
+ result of this License or out of the use or inability to use the
8763
+ Work (including but not limited to damages for loss of goodwill,
8764
+ work stoppage, computer failure or malfunction, or any and all
8765
+ other commercial damages or losses), even if such Contributor
8766
+ has been advised of the possibility of such damages.
8767
+
8768
+ 9. Accepting Warranty or Additional Liability. While redistributing
8769
+ the Work or Derivative Works thereof, You may choose to offer,
8770
+ and charge a fee for, acceptance of support, warranty, indemnity,
8771
+ or other liability obligations and/or rights consistent with this
8772
+ License. However, in accepting such obligations, You may act only
8773
+ on Your own behalf and on Your sole responsibility, not on behalf
8774
+ of any other Contributor, and only if You agree to indemnify,
8775
+ defend, and hold each Contributor harmless for any liability
8776
+ incurred by, or claims asserted against, such Contributor by reason
8777
+ of your accepting any such warranty or additional liability.
8778
+
8779
+ ------------------------------------------------------------------------------
8780
+ LICENSE-MIT — 2 package(s): dirs 6.0.0, dirs-sys 0.5.0
8781
+ ------------------------------------------------------------------------------
8782
+ Copyright (c) 2018-2019 dirs-rs contributors
8783
+
8784
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8785
+ of this software and associated documentation files (the "Software"), to deal
8786
+ in the Software without restriction, including without limitation the rights
8787
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8788
+ copies of the Software, and to permit persons to whom the Software is
8789
+ furnished to do so, subject to the following conditions:
8790
+
8791
+ The above copyright notice and this permission notice shall be included in all
8792
+ copies or substantial portions of the Software.
8793
+
8794
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8795
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8796
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8797
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8798
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8799
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8800
+ SOFTWARE.
8801
+
8802
+ ------------------------------------------------------------------------------
8803
+ LICENSE.txt — 1 package(s): dlib 0.5.3
8804
+ ------------------------------------------------------------------------------
8805
+ Copyright (c) 2015 Victor Berger
8806
+
8807
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8808
+ of this software and associated documentation files (the "Software"), to deal
8809
+ in the Software without restriction, including without limitation the rights
8810
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8811
+ copies of the Software, and to permit persons to whom the Software is
8812
+ furnished to do so, subject to the following conditions:
8813
+
8814
+ The above copyright notice and this permission notice shall be included in
8815
+ all copies or substantial portions of the Software.
8816
+
8817
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8818
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8819
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8820
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8821
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8822
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8823
+ THE SOFTWARE.
8824
+
8825
+ ------------------------------------------------------------------------------
8826
+ LICENSE.txt — 1 package(s): doctest-file 1.1.1
8827
+ ------------------------------------------------------------------------------
8828
+ BSD Zero Clause License
8829
+
8830
+ Copyright (c) 2024 kotauskas
8831
+
8832
+ Permission to use, copy, modify, and/or distribute this software for any
8833
+ purpose with or without fee is hereby granted.
8834
+
8835
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8836
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8837
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
8838
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8839
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
8840
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
8841
+ PERFORMANCE OF THIS SOFTWARE.
8842
+
8843
+ ------------------------------------------------------------------------------
8844
+ LICENSE-APACHE — 1 package(s): document-features 0.2.12
8845
+ ------------------------------------------------------------------------------
8846
+ Apache License
8847
+ Version 2.0, January 2004
8848
+ http://www.apache.org/licenses/
8849
+
8850
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8851
+
8852
+ 1. Definitions.
8853
+
8854
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
8855
+
8856
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
8857
+
8858
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
8859
+
8860
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
8861
+
8862
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
8863
+
8864
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
8865
+
8866
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
8867
+
8868
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
8391
8869
 
8392
8870
  "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
8393
8871
 
@@ -9452,7 +9930,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9452
9930
  DEALINGS IN THE SOFTWARE.
9453
9931
 
9454
9932
  ------------------------------------------------------------------------------
9455
- LICENSE — 45 package(s): fixed_decimal 0.7.2, icu_calendar 2.3.0, icu_calendar_data 2.3.0, icu_casemap 2.3.0, icu_casemap_data 2.3.0, icu_collator 2.3.0, icu_collator_data 2.3.0, icu_collections 2.3.0, icu_datetime 2.3.0, icu_datetime_data 2.3.0, icu_decimal 2.3.0, icu_decimal_data 2.3.0, icu_experimental 0.6.0, icu_experimental_data 0.6.0, icu_list 2.3.0, icu_list_data 2.3.0, icu_locale 2.3.0, icu_locale_core 2.3.0, icu_locale_data 2.3.0, icu_locale_fallback 2.3.0, icu_locale_fallback_data 2.3.0, icu_normalizer 2.3.0, icu_normalizer_data 2.3.0, icu_pattern 0.5.0, icu_plurals 2.3.0, icu_plurals_data 2.3.0, icu_properties 2.3.0, icu_properties_data 2.3.0, icu_provider 2.3.0, icu_segmenter 2.3.0, icu_segmenter_data 2.3.0, icu_time 2.3.0, icu_time_data 2.3.0, ixdtf 0.6.6, litemap 0.8.2, potential_utf 0.1.5, tinystr 0.8.4, writeable 0.6.4, yoke 0.8.3, yoke-derive 0.8.2, zerofrom 0.1.8, zerofrom-derive 0.1.7, zerotrie 0.2.5, zerovec 0.11.8, zerovec-derive 0.11.5
9933
+ LICENSE — 45 package(s): fixed_decimal 0.7.2, icu_calendar 2.3.0, icu_calendar_data 2.3.0, icu_casemap 2.3.0, icu_casemap_data 2.3.0, icu_collator 2.3.1, icu_collator_data 2.3.0, icu_collections 2.3.0, icu_datetime 2.3.0, icu_datetime_data 2.3.0, icu_decimal 2.3.0, icu_decimal_data 2.3.0, icu_experimental 0.6.0, icu_experimental_data 0.6.0, icu_list 2.3.0, icu_list_data 2.3.0, icu_locale 2.3.0, icu_locale_core 2.3.0, icu_locale_data 2.3.0, icu_locale_fallback 2.3.0, icu_locale_fallback_data 2.3.0, icu_normalizer 2.3.0, icu_normalizer_data 2.3.0, icu_pattern 0.5.0, icu_plurals 2.3.0, icu_plurals_data 2.3.0, icu_properties 2.3.0, icu_properties_data 2.3.0, icu_provider 2.3.0, icu_segmenter 2.3.0, icu_segmenter_data 2.3.0, icu_time 2.3.0, icu_time_data 2.3.0, ixdtf 0.6.6, litemap 0.8.2, potential_utf 0.1.5, tinystr 0.8.4, writeable 0.6.4, yoke 0.8.3, yoke-derive 0.8.2, zerofrom 0.1.8, zerofrom-derive 0.1.7, zerotrie 0.2.5, zerovec 0.11.8, zerovec-derive 0.11.5
9456
9934
  ------------------------------------------------------------------------------
9457
9935
  UNICODE LICENSE V3
9458
9936
 
@@ -9658,7 +10136,7 @@ the following restrictions:
9658
10136
  3. This notice may not be removed or altered from any source distribution.
9659
10137
 
9660
10138
  ------------------------------------------------------------------------------
9661
- LICENSE-APACHE — 3 package(s): font-types 0.12.3, read-fonts 0.41.0, skrifa 0.44.0
10139
+ LICENSE-APACHE — 5 package(s): font-types 0.12.4, read-fonts 0.41.0, read-fonts 0.43.2, skrifa 0.44.0, skrifa 0.46.1
9662
10140
  ------------------------------------------------------------------------------
9663
10141
  Apache License
9664
10142
 
@@ -9729,7 +10207,7 @@ See the License for the specific language governing permissions and
9729
10207
  limitations under the License.
9730
10208
 
9731
10209
  ------------------------------------------------------------------------------
9732
- LICENSE-MIT — 3 package(s): font-types 0.12.3, read-fonts 0.41.0, skrifa 0.44.0
10210
+ LICENSE-MIT — 5 package(s): font-types 0.12.4, read-fonts 0.41.0, read-fonts 0.43.2, skrifa 0.44.0, skrifa 0.46.1
9733
10211
  ------------------------------------------------------------------------------
9734
10212
  Copyright (c) 2019 Fontations Developers
9735
10213
 
@@ -9889,7 +10367,32 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9889
10367
  DEALINGS IN THE SOFTWARE.
9890
10368
 
9891
10369
  ------------------------------------------------------------------------------
9892
- LICENSE-APACHE7 package(s): futures-channel 0.3.33, futures-core 0.3.33, futures-io 0.3.33, futures-macro 0.3.33, futures-sink 0.3.33, futures-task 0.3.33, futures-util 0.3.33
10370
+ LICENSE.txt1 package(s): funty 2.0.0
10371
+ ------------------------------------------------------------------------------
10372
+ MIT License
10373
+
10374
+ Copyright (c) 2020 myrrlyn (Alexander Payne)
10375
+
10376
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10377
+ of this software and associated documentation files (the "Software"), to deal
10378
+ in the Software without restriction, including without limitation the rights
10379
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10380
+ copies of the Software, and to permit persons to whom the Software is
10381
+ furnished to do so, subject to the following conditions:
10382
+
10383
+ The above copyright notice and this permission notice shall be included in all
10384
+ copies or substantial portions of the Software.
10385
+
10386
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10387
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10388
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10389
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10390
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10391
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10392
+ SOFTWARE.
10393
+
10394
+ ------------------------------------------------------------------------------
10395
+ LICENSE-APACHE — 7 package(s): futures-channel 0.3.34, futures-core 0.3.34, futures-io 0.3.34, futures-macro 0.3.34, futures-sink 0.3.34, futures-task 0.3.34, futures-util 0.3.34
9893
10396
  ------------------------------------------------------------------------------
9894
10397
  Apache License
9895
10398
  Version 2.0, January 2004
@@ -10095,7 +10598,7 @@ See the License for the specific language governing permissions and
10095
10598
  limitations under the License.
10096
10599
 
10097
10600
  ------------------------------------------------------------------------------
10098
- LICENSE-MIT — 7 package(s): futures-channel 0.3.33, futures-core 0.3.33, futures-io 0.3.33, futures-macro 0.3.33, futures-sink 0.3.33, futures-task 0.3.33, futures-util 0.3.33
10601
+ LICENSE-MIT — 7 package(s): futures-channel 0.3.34, futures-core 0.3.34, futures-io 0.3.34, futures-macro 0.3.34, futures-sink 0.3.34, futures-task 0.3.34, futures-util 0.3.34
10099
10602
  ------------------------------------------------------------------------------
10100
10603
  Copyright (c) 2016 Alex Crichton
10101
10604
  Copyright (c) 2017 The Tokio Authors
@@ -10359,43 +10862,18 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
10359
10862
  DEALINGS IN THE SOFTWARE.
10360
10863
 
10361
10864
  ------------------------------------------------------------------------------
10362
- LICENSE — 1 package(s): generic-array 0.14.7
10865
+ LICENSE-APACHE2 package(s): getrandom 0.3.4, getrandom 0.4.3
10363
10866
  ------------------------------------------------------------------------------
10364
- The MIT License (MIT)
10867
+ Apache License
10868
+ Version 2.0, January 2004
10869
+ https://www.apache.org/licenses/
10365
10870
 
10366
- Copyright (c) 2015 Bartłomiej Kamiński
10871
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10367
10872
 
10368
- Permission is hereby granted, free of charge, to any person obtaining a copy
10369
- of this software and associated documentation files (the "Software"), to deal
10370
- in the Software without restriction, including without limitation the rights
10371
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10372
- copies of the Software, and to permit persons to whom the Software is
10373
- furnished to do so, subject to the following conditions:
10873
+ 1. Definitions.
10374
10874
 
10375
- The above copyright notice and this permission notice shall be included in all
10376
- copies or substantial portions of the Software.
10377
-
10378
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10379
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10380
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10381
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10382
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10383
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10384
- SOFTWARE.
10385
-
10386
- ------------------------------------------------------------------------------
10387
- LICENSE-APACHE — 2 package(s): getrandom 0.3.4, getrandom 0.4.3
10388
- ------------------------------------------------------------------------------
10389
- Apache License
10390
- Version 2.0, January 2004
10391
- https://www.apache.org/licenses/
10392
-
10393
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10394
-
10395
- 1. Definitions.
10396
-
10397
- "License" shall mean the terms and conditions for use, reproduction,
10398
- and distribution as defined by Sections 1 through 9 of this document.
10875
+ "License" shall mean the terms and conditions for use, reproduction,
10876
+ and distribution as defined by Sections 1 through 9 of this document.
10399
10877
 
10400
10878
  "Licensor" shall mean the copyright owner or entity authorized by
10401
10879
  the copyright owner that is granting the License.
@@ -11034,7 +11512,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11034
11512
  DEALINGS IN THE SOFTWARE.
11035
11513
 
11036
11514
  ------------------------------------------------------------------------------
11037
- LICENSE-MIT — 4 package(s): heck 0.5.0, unicode-bidi 0.3.18, unicode-segmentation 1.13.3, unicode-width 0.2.2
11515
+ LICENSE-MIT — 5 package(s): heck 0.5.0, unicode-bidi 0.3.18, unicode-segmentation 1.13.3, unicode-width 0.2.2, vec_map 0.8.2
11038
11516
  ------------------------------------------------------------------------------
11039
11517
  Copyright (c) 2015 The Rust Project Developers
11040
11518
 
@@ -11086,6 +11564,50 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11086
11564
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11087
11565
  SOFTWARE.
11088
11566
 
11567
+ ------------------------------------------------------------------------------
11568
+ LICENSE.txt — 1 package(s): hidapi 2.6.6
11569
+ ------------------------------------------------------------------------------
11570
+ Copyright 2017 The hidapi-rs Developers
11571
+
11572
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
11573
+ associated documentation files (the "Software"), to deal in the Software without restriction,
11574
+ including without limitation the rights to use, copy, modify, merge, publish, distribute,
11575
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
11576
+ furnished to do so, subject to the following conditions:
11577
+
11578
+ The above copyright notice and this permission notice shall be included in all copies or substantial
11579
+ portions of the Software.
11580
+
11581
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
11582
+ NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11583
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
11584
+ OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
11585
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11586
+
11587
+ ------------------------------------------------------------------------------
11588
+ COPYING — 1 package(s): hidreport 0.6.0
11589
+ ------------------------------------------------------------------------------
11590
+ Copyright © 2024 Red Hat, Inc.
11591
+
11592
+ Permission is hereby granted, free of charge, to any person obtaining a
11593
+ copy of this software and associated documentation files (the "Software"),
11594
+ to deal in the Software without restriction, including without limitation
11595
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
11596
+ and/or sell copies of the Software, and to permit persons to whom the
11597
+ Software is furnished to do so, subject to the following conditions:
11598
+
11599
+ The above copyright notice and this permission notice (including the next
11600
+ paragraph) shall be included in all copies or substantial portions of the
11601
+ Software.
11602
+
11603
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11604
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11605
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
11606
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11607
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11608
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11609
+ DEALINGS IN THE SOFTWARE.
11610
+
11089
11611
  ------------------------------------------------------------------------------
11090
11612
  LICENSE — 1 package(s): hrtf 0.9.0
11091
11613
  ------------------------------------------------------------------------------
@@ -11451,6 +11973,35 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11451
11973
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11452
11974
  THE SOFTWARE.
11453
11975
 
11976
+ ------------------------------------------------------------------------------
11977
+ LICENSE-MIT — 1 package(s): hybrid-array 0.4.14
11978
+ ------------------------------------------------------------------------------
11979
+ Copyright (c) 2022-2026 The RustCrypto Project Developers
11980
+
11981
+ Permission is hereby granted, free of charge, to any
11982
+ person obtaining a copy of this software and associated
11983
+ documentation files (the "Software"), to deal in the
11984
+ Software without restriction, including without
11985
+ limitation the rights to use, copy, modify, merge,
11986
+ publish, distribute, sublicense, and/or sell copies of
11987
+ the Software, and to permit persons to whom the Software
11988
+ is furnished to do so, subject to the following
11989
+ conditions:
11990
+
11991
+ The above copyright notice and this permission notice
11992
+ shall be included in all copies or substantial portions
11993
+ of the Software.
11994
+
11995
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11996
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11997
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11998
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11999
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12000
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
12001
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12002
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12003
+ DEALINGS IN THE SOFTWARE.
12004
+
11454
12005
  ------------------------------------------------------------------------------
11455
12006
  LICENSE — 1 package(s): hyper 1.11.0
11456
12007
  ------------------------------------------------------------------------------
@@ -11549,6 +12100,35 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11549
12100
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11550
12101
  DEALINGS IN THE SOFTWARE.
11551
12102
 
12103
+ ------------------------------------------------------------------------------
12104
+ LICENSE-MIT — 1 package(s): if_chain 1.0.3
12105
+ ------------------------------------------------------------------------------
12106
+ Copyright (c) 2018 Chris Wong
12107
+
12108
+ Permission is hereby granted, free of charge, to any
12109
+ person obtaining a copy of this software and associated
12110
+ documentation files (the "Software"), to deal in the
12111
+ Software without restriction, including without
12112
+ limitation the rights to use, copy, modify, merge,
12113
+ publish, distribute, sublicense, and/or sell copies of
12114
+ the Software, and to permit persons to whom the Software
12115
+ is furnished to do so, subject to the following
12116
+ conditions:
12117
+
12118
+ The above copyright notice and this permission notice
12119
+ shall be included in all copies or substantial portions
12120
+ of the Software.
12121
+
12122
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
12123
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
12124
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
12125
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
12126
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12127
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
12128
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12129
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12130
+ DEALINGS IN THE SOFTWARE.
12131
+
11552
12132
  ------------------------------------------------------------------------------
11553
12133
  LICENSE — 1 package(s): imagesize 0.15.0
11554
12134
  ------------------------------------------------------------------------------
@@ -11603,6 +12183,221 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11603
12183
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11604
12184
  DEALINGS IN THE SOFTWARE.
11605
12185
 
12186
+ ------------------------------------------------------------------------------
12187
+ LICENSE — 2 package(s): inotify 0.11.5, inotify-sys 0.1.8
12188
+ ------------------------------------------------------------------------------
12189
+ Copyright (c) Hanno Braun and contributors
12190
+
12191
+ Permission to use, copy, modify, and/or distribute this software for any purpose
12192
+ with or without fee is hereby granted, provided that the above copyright notice
12193
+ and this permission notice appear in all copies.
12194
+
12195
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12196
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
12197
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12198
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
12199
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
12200
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
12201
+ THIS SOFTWARE.
12202
+
12203
+ ------------------------------------------------------------------------------
12204
+ LICENSE-0BSD.txt — 1 package(s): interprocess 2.4.3
12205
+ ------------------------------------------------------------------------------
12206
+ BSD Zero Clause License
12207
+
12208
+ Copyright (c) 2020-2026 Goat
12209
+
12210
+ Permission to use, copy, modify, and/or distribute this software for any
12211
+ purpose with or without fee is hereby granted.
12212
+
12213
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12214
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12215
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12216
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12217
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12218
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12219
+ PERFORMANCE OF THIS SOFTWARE.
12220
+
12221
+ ------------------------------------------------------------------------------
12222
+ LICENSE-APACHE.txt — 1 package(s): interprocess 2.4.3
12223
+ ------------------------------------------------------------------------------
12224
+ Apache License
12225
+ Version 2.0, January 2004
12226
+ http://www.apache.org/licenses/
12227
+
12228
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
12229
+
12230
+ 1. Definitions.
12231
+
12232
+ "License" shall mean the terms and conditions for use, reproduction,
12233
+ and distribution as defined by Sections 1 through 9 of this document.
12234
+
12235
+ "Licensor" shall mean the copyright owner or entity authorized by
12236
+ the copyright owner that is granting the License.
12237
+
12238
+ "Legal Entity" shall mean the union of the acting entity and all
12239
+ other entities that control, are controlled by, or are under common
12240
+ control with that entity. For the purposes of this definition,
12241
+ "control" means (i) the power, direct or indirect, to cause the
12242
+ direction or management of such entity, whether by contract or
12243
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
12244
+ outstanding shares, or (iii) beneficial ownership of such entity.
12245
+
12246
+ "You" (or "Your") shall mean an individual or Legal Entity
12247
+ exercising permissions granted by this License.
12248
+
12249
+ "Source" form shall mean the preferred form for making modifications,
12250
+ including but not limited to software source code, documentation
12251
+ source, and configuration files.
12252
+
12253
+ "Object" form shall mean any form resulting from mechanical
12254
+ transformation or translation of a Source form, including but
12255
+ not limited to compiled object code, generated documentation,
12256
+ and conversions to other media types.
12257
+
12258
+ "Work" shall mean the work of authorship, whether in Source or
12259
+ Object form, made available under the License, as indicated by a
12260
+ copyright notice that is included in or attached to the work
12261
+ (an example is provided in the Appendix below).
12262
+
12263
+ "Derivative Works" shall mean any work, whether in Source or Object
12264
+ form, that is based on (or derived from) the Work and for which the
12265
+ editorial revisions, annotations, elaborations, or other modifications
12266
+ represent, as a whole, an original work of authorship. For the purposes
12267
+ of this License, Derivative Works shall not include works that remain
12268
+ separable from, or merely link (or bind by name) to the interfaces of,
12269
+ the Work and Derivative Works thereof.
12270
+
12271
+ "Contribution" shall mean any work of authorship, including
12272
+ the original version of the Work and any modifications or additions
12273
+ to that Work or Derivative Works thereof, that is intentionally
12274
+ submitted to Licensor for inclusion in the Work by the copyright owner
12275
+ or by an individual or Legal Entity authorized to submit on behalf of
12276
+ the copyright owner. For the purposes of this definition, "submitted"
12277
+ means any form of electronic, verbal, or written communication sent
12278
+ to the Licensor or its representatives, including but not limited to
12279
+ communication on electronic mailing lists, source code control systems,
12280
+ and issue tracking systems that are managed by, or on behalf of, the
12281
+ Licensor for the purpose of discussing and improving the Work, but
12282
+ excluding communication that is conspicuously marked or otherwise
12283
+ designated in writing by the copyright owner as "Not a Contribution."
12284
+
12285
+ "Contributor" shall mean Licensor and any individual or Legal Entity
12286
+ on behalf of whom a Contribution has been received by Licensor and
12287
+ subsequently incorporated within the Work.
12288
+
12289
+ 2. Grant of Copyright License. Subject to the terms and conditions of
12290
+ this License, each Contributor hereby grants to You a perpetual,
12291
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12292
+ copyright license to reproduce, prepare Derivative Works of,
12293
+ publicly display, publicly perform, sublicense, and distribute the
12294
+ Work and such Derivative Works in Source or Object form.
12295
+
12296
+ 3. Grant of Patent License. Subject to the terms and conditions of
12297
+ this License, each Contributor hereby grants to You a perpetual,
12298
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12299
+ (except as stated in this section) patent license to make, have made,
12300
+ use, offer to sell, sell, import, and otherwise transfer the Work,
12301
+ where such license applies only to those patent claims licensable
12302
+ by such Contributor that are necessarily infringed by their
12303
+ Contribution(s) alone or by combination of their Contribution(s)
12304
+ with the Work to which such Contribution(s) was submitted. If You
12305
+ institute patent litigation against any entity (including a
12306
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
12307
+ or a Contribution incorporated within the Work constitutes direct
12308
+ or contributory patent infringement, then any patent licenses
12309
+ granted to You under this License for that Work shall terminate
12310
+ as of the date such litigation is filed.
12311
+
12312
+ 4. Redistribution. You may reproduce and distribute copies of the
12313
+ Work or Derivative Works thereof in any medium, with or without
12314
+ modifications, and in Source or Object form, provided that You
12315
+ meet the following conditions:
12316
+
12317
+ (a) You must give any other recipients of the Work or
12318
+ Derivative Works a copy of this License; and
12319
+
12320
+ (b) You must cause any modified files to carry prominent notices
12321
+ stating that You changed the files; and
12322
+
12323
+ (c) You must retain, in the Source form of any Derivative Works
12324
+ that You distribute, all copyright, patent, trademark, and
12325
+ attribution notices from the Source form of the Work,
12326
+ excluding those notices that do not pertain to any part of
12327
+ the Derivative Works; and
12328
+
12329
+ (d) If the Work includes a "NOTICE" text file as part of its
12330
+ distribution, then any Derivative Works that You distribute must
12331
+ include a readable copy of the attribution notices contained
12332
+ within such NOTICE file, excluding those notices that do not
12333
+ pertain to any part of the Derivative Works, in at least one
12334
+ of the following places: within a NOTICE text file distributed
12335
+ as part of the Derivative Works; within the Source form or
12336
+ documentation, if provided along with the Derivative Works; or,
12337
+ within a display generated by the Derivative Works, if and
12338
+ wherever such third-party notices normally appear. The contents
12339
+ of the NOTICE file are for informational purposes only and
12340
+ do not modify the License. You may add Your own attribution
12341
+ notices within Derivative Works that You distribute, alongside
12342
+ or as an addendum to the NOTICE text from the Work, provided
12343
+ that such additional attribution notices cannot be construed
12344
+ as modifying the License.
12345
+
12346
+ You may add Your own copyright statement to Your modifications and
12347
+ may provide additional or different license terms and conditions
12348
+ for use, reproduction, or distribution of Your modifications, or
12349
+ for any such Derivative Works as a whole, provided Your use,
12350
+ reproduction, and distribution of the Work otherwise complies with
12351
+ the conditions stated in this License.
12352
+
12353
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
12354
+ any Contribution intentionally submitted for inclusion in the Work
12355
+ by You to the Licensor shall be under the terms and conditions of
12356
+ this License, without any additional terms or conditions.
12357
+ Notwithstanding the above, nothing herein shall supersede or modify
12358
+ the terms of any separate license agreement you may have executed
12359
+ with Licensor regarding such Contributions.
12360
+
12361
+ 6. Trademarks. This License does not grant permission to use the trade
12362
+ names, trademarks, service marks, or product names of the Licensor,
12363
+ except as required for reasonable and customary use in describing the
12364
+ origin of the Work and reproducing the content of the NOTICE file.
12365
+
12366
+ 7. Disclaimer of Warranty. Unless required by applicable law or
12367
+ agreed to in writing, Licensor provides the Work (and each
12368
+ Contributor provides its Contributions) on an "AS IS" BASIS,
12369
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12370
+ implied, including, without limitation, any warranties or conditions
12371
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
12372
+ PARTICULAR PURPOSE. You are solely responsible for determining the
12373
+ appropriateness of using or redistributing the Work and assume any
12374
+ risks associated with Your exercise of permissions under this License.
12375
+
12376
+ 8. Limitation of Liability. In no event and under no legal theory,
12377
+ whether in tort (including negligence), contract, or otherwise,
12378
+ unless required by applicable law (such as deliberate and grossly
12379
+ negligent acts) or agreed to in writing, shall any Contributor be
12380
+ liable to You for damages, including any direct, indirect, special,
12381
+ incidental, or consequential damages of any character arising as a
12382
+ result of this License or out of the use or inability to use the
12383
+ Work (including but not limited to damages for loss of goodwill,
12384
+ work stoppage, computer failure or malfunction, or any and all
12385
+ other commercial damages or losses), even if such Contributor
12386
+ has been advised of the possibility of such damages.
12387
+
12388
+ 9. Accepting Warranty or Additional Liability. While redistributing
12389
+ the Work or Derivative Works thereof, You may choose to offer,
12390
+ and charge a fee for, acceptance of support, warranty, indemnity,
12391
+ or other liability obligations and/or rights consistent with this
12392
+ License. However, in accepting such obligations, You may act only
12393
+ on Your own behalf and on Your sole responsibility, not on behalf
12394
+ of any other Contributor, and only if You agree to indemnify,
12395
+ defend, and hold each Contributor harmless for any liability
12396
+ incurred by, or claims asserted against, such Contributor by reason
12397
+ of your accepting any such warranty or additional liability.
12398
+
12399
+ END OF TERMS AND CONDITIONS
12400
+
11606
12401
  ------------------------------------------------------------------------------
11607
12402
  LICENSE-APACHE — 1 package(s): ipnet 2.12.1
11608
12403
  ------------------------------------------------------------------------------
@@ -11871,6 +12666,36 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11871
12666
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11872
12667
  DEALINGS IN THE SOFTWARE.
11873
12668
 
12669
+ ------------------------------------------------------------------------------
12670
+ LICENSE-MIT — 1 package(s): lazycell 1.3.0
12671
+ ------------------------------------------------------------------------------
12672
+ Original work Copyright (c) 2014 The Rust Project Developers
12673
+ Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
12674
+
12675
+ Permission is hereby granted, free of charge, to any
12676
+ person obtaining a copy of this software and associated
12677
+ documentation files (the "Software"), to deal in the
12678
+ Software without restriction, including without
12679
+ limitation the rights to use, copy, modify, merge,
12680
+ publish, distribute, sublicense, and/or sell copies of
12681
+ the Software, and to permit persons to whom the Software
12682
+ is furnished to do so, subject to the following
12683
+ conditions:
12684
+
12685
+ The above copyright notice and this permission notice
12686
+ shall be included in all copies or substantial portions
12687
+ of the Software.
12688
+
12689
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
12690
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
12691
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
12692
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
12693
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12694
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
12695
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12696
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12697
+ DEALINGS IN THE SOFTWARE.
12698
+
11874
12699
  ------------------------------------------------------------------------------
11875
12700
  LICENSE-MIT — 1 package(s): libc 0.2.189
11876
12701
  ------------------------------------------------------------------------------
@@ -12178,6 +13003,30 @@ have been licensed under extremely permissive terms.
12178
13003
 
12179
13004
  Copyright notices are retained in src/* files where relevant.
12180
13005
 
13006
+ ------------------------------------------------------------------------------
13007
+ LICENSE — 1 package(s): libudev-sys 0.1.4
13008
+ ------------------------------------------------------------------------------
13009
+ Copyright (c) 2015 David Cuddeback
13010
+
13011
+ Permission is hereby granted, free of charge, to any person obtaining
13012
+ a copy of this software and associated documentation files (the
13013
+ "Software"), to deal in the Software without restriction, including
13014
+ without limitation the rights to use, copy, modify, merge, publish,
13015
+ distribute, sublicense, and/or sell copies of the Software, and to
13016
+ permit persons to whom the Software is furnished to do so, subject to
13017
+ the following conditions:
13018
+
13019
+ The above copyright notice and this permission notice shall be
13020
+ included in all copies or substantial portions of the Software.
13021
+
13022
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13023
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13024
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
13025
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
13026
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
13027
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
13028
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13029
+
12181
13030
  ------------------------------------------------------------------------------
12182
13031
  COPYRIGHT — 3 package(s): linux-raw-sys 0.12.1, linux-raw-sys 0.4.15, linux-raw-sys 0.9.4
12183
13032
  ------------------------------------------------------------------------------
@@ -13200,6 +14049,31 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
13200
14049
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
13201
14050
  DEALINGS IN THE SOFTWARE.
13202
14051
 
14052
+ ------------------------------------------------------------------------------
14053
+ LICENSE — 2 package(s): nix 0.30.1, nix 0.31.3
14054
+ ------------------------------------------------------------------------------
14055
+ The MIT License (MIT)
14056
+
14057
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
14058
+
14059
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14060
+ of this software and associated documentation files (the "Software"), to deal
14061
+ in the Software without restriction, including without limitation the rights
14062
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14063
+ copies of the Software, and to permit persons to whom the Software is
14064
+ furnished to do so, subject to the following conditions:
14065
+
14066
+ The above copyright notice and this permission notice shall be included in
14067
+ all copies or substantial portions of the Software.
14068
+
14069
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14070
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14071
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14072
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14073
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14074
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14075
+ THE SOFTWARE.
14076
+
13203
14077
  ------------------------------------------------------------------------------
13204
14078
  LICENSE — 1 package(s): no_denormals 0.3.0
13205
14079
  ------------------------------------------------------------------------------
@@ -13249,6 +14123,31 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
13249
14123
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
13250
14124
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13251
14125
 
14126
+ ------------------------------------------------------------------------------
14127
+ LICENSE-MIT — 1 package(s): notify-rust 4.18.0
14128
+ ------------------------------------------------------------------------------
14129
+ MIT License
14130
+
14131
+ Copyright (c) 2017 Hendrik Sollich
14132
+
14133
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14134
+ of this software and associated documentation files (the "Software"), to deal
14135
+ in the Software without restriction, including without limitation the rights
14136
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14137
+ copies of the Software, and to permit persons to whom the Software is
14138
+ furnished to do so, subject to the following conditions:
14139
+
14140
+ The above copyright notice and this permission notice shall be included in all
14141
+ copies or substantial portions of the Software.
14142
+
14143
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14144
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14145
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14146
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14147
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14148
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14149
+ SOFTWARE.
14150
+
13252
14151
  ------------------------------------------------------------------------------
13253
14152
  LICENSE — 1 package(s): openssl 0.10.81
13254
14153
  ------------------------------------------------------------------------------
@@ -13292,98 +14191,386 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13292
14191
  SOFTWARE.
13293
14192
 
13294
14193
  ------------------------------------------------------------------------------
13295
- LICENSE — 1 package(s): os_pipe 1.2.3
14194
+ LICENSE.txt — 1 package(s): option-ext 0.2.0
13296
14195
  ------------------------------------------------------------------------------
13297
- The MIT License (MIT)
14196
+ Mozilla Public License Version 2.0
14197
+ ==================================
13298
14198
 
13299
- Permission is hereby granted, free of charge, to any person obtaining a copy
13300
- of this software and associated documentation files (the "Software"), to deal
13301
- in the Software without restriction, including without limitation the rights
13302
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13303
- copies of the Software, and to permit persons to whom the Software is
13304
- furnished to do so, subject to the following conditions:
14199
+ 1. Definitions
14200
+ --------------
13305
14201
 
13306
- The above copyright notice and this permission notice shall be included in
13307
- all copies or substantial portions of the Software.
14202
+ 1.1. "Contributor"
14203
+ means each individual or legal entity that creates, contributes to
14204
+ the creation of, or owns Covered Software.
13308
14205
 
13309
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13310
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13311
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13312
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13313
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13314
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13315
- THE SOFTWARE.
14206
+ 1.2. "Contributor Version"
14207
+ means the combination of the Contributions of others (if any) used
14208
+ by a Contributor and that particular Contributor's Contribution.
13316
14209
 
13317
- ------------------------------------------------------------------------------
13318
- LICENSE-THIRD-PARTY 1 package(s): parking 2.2.1
13319
- ------------------------------------------------------------------------------
13320
- ===============================================================================
14210
+ 1.3. "Contribution"
14211
+ means Covered Software of a particular Contributor.
14212
+
14213
+ 1.4. "Covered Software"
14214
+ means Source Code Form to which the initial Contributor has attached
14215
+ the notice in Exhibit A, the Executable Form of such Source Code
14216
+ Form, and Modifications of such Source Code Form, in each case
14217
+ including portions thereof.
14218
+
14219
+ 1.5. "Incompatible With Secondary Licenses"
14220
+ means
14221
+
14222
+ (a) that the initial Contributor has attached the notice described
14223
+ in Exhibit B to the Covered Software; or
14224
+
14225
+ (b) that the Covered Software was made available under the terms of
14226
+ version 1.1 or earlier of the License, but not also under the
14227
+ terms of a Secondary License.
14228
+
14229
+ 1.6. "Executable Form"
14230
+ means any form of the work other than Source Code Form.
14231
+
14232
+ 1.7. "Larger Work"
14233
+ means a work that combines Covered Software with other material, in
14234
+ a separate file or files, that is not Covered Software.
14235
+
14236
+ 1.8. "License"
14237
+ means this document.
14238
+
14239
+ 1.9. "Licensable"
14240
+ means having the right to grant, to the maximum extent possible,
14241
+ whether at the time of the initial grant or subsequently, any and
14242
+ all of the rights conveyed by this License.
14243
+
14244
+ 1.10. "Modifications"
14245
+ means any of the following:
14246
+
14247
+ (a) any file in Source Code Form that results from an addition to,
14248
+ deletion from, or modification of the contents of Covered
14249
+ Software; or
14250
+
14251
+ (b) any new file in Source Code Form that contains any Covered
14252
+ Software.
14253
+
14254
+ 1.11. "Patent Claims" of a Contributor
14255
+ means any patent claim(s), including without limitation, method,
14256
+ process, and apparatus claims, in any patent Licensable by such
14257
+ Contributor that would be infringed, but for the grant of the
14258
+ License, by the making, using, selling, offering for sale, having
14259
+ made, import, or transfer of either its Contributions or its
14260
+ Contributor Version.
14261
+
14262
+ 1.12. "Secondary License"
14263
+ means either the GNU General Public License, Version 2.0, the GNU
14264
+ Lesser General Public License, Version 2.1, the GNU Affero General
14265
+ Public License, Version 3.0, or any later versions of those
14266
+ licenses.
14267
+
14268
+ 1.13. "Source Code Form"
14269
+ means the form of the work preferred for making modifications.
14270
+
14271
+ 1.14. "You" (or "Your")
14272
+ means an individual or a legal entity exercising rights under this
14273
+ License. For legal entities, "You" includes any entity that
14274
+ controls, is controlled by, or is under common control with You. For
14275
+ purposes of this definition, "control" means (a) the power, direct
14276
+ or indirect, to cause the direction or management of such entity,
14277
+ whether by contract or otherwise, or (b) ownership of more than
14278
+ fifty percent (50%) of the outstanding shares or beneficial
14279
+ ownership of such entity.
14280
+
14281
+ 2. License Grants and Conditions
14282
+ --------------------------------
14283
+
14284
+ 2.1. Grants
14285
+
14286
+ Each Contributor hereby grants You a world-wide, royalty-free,
14287
+ non-exclusive license:
14288
+
14289
+ (a) under intellectual property rights (other than patent or trademark)
14290
+ Licensable by such Contributor to use, reproduce, make available,
14291
+ modify, display, perform, distribute, and otherwise exploit its
14292
+ Contributions, either on an unmodified basis, with Modifications, or
14293
+ as part of a Larger Work; and
14294
+
14295
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
14296
+ for sale, have made, import, and otherwise transfer either its
14297
+ Contributions or its Contributor Version.
14298
+
14299
+ 2.2. Effective Date
14300
+
14301
+ The licenses granted in Section 2.1 with respect to any Contribution
14302
+ become effective for each Contribution on the date the Contributor first
14303
+ distributes such Contribution.
14304
+
14305
+ 2.3. Limitations on Grant Scope
14306
+
14307
+ The licenses granted in this Section 2 are the only rights granted under
14308
+ this License. No additional rights or licenses will be implied from the
14309
+ distribution or licensing of Covered Software under this License.
14310
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
14311
+ Contributor:
14312
+
14313
+ (a) for any code that a Contributor has removed from Covered Software;
14314
+ or
14315
+
14316
+ (b) for infringements caused by: (i) Your and any other third party's
14317
+ modifications of Covered Software, or (ii) the combination of its
14318
+ Contributions with other software (except as part of its Contributor
14319
+ Version); or
14320
+
14321
+ (c) under Patent Claims infringed by Covered Software in the absence of
14322
+ its Contributions.
14323
+
14324
+ This License does not grant any rights in the trademarks, service marks,
14325
+ or logos of any Contributor (except as may be necessary to comply with
14326
+ the notice requirements in Section 3.4).
14327
+
14328
+ 2.4. Subsequent Licenses
14329
+
14330
+ No Contributor makes additional grants as a result of Your choice to
14331
+ distribute the Covered Software under a subsequent version of this
14332
+ License (see Section 10.2) or under the terms of a Secondary License (if
14333
+ permitted under the terms of Section 3.3).
14334
+
14335
+ 2.5. Representation
14336
+
14337
+ Each Contributor represents that the Contributor believes its
14338
+ Contributions are its original creation(s) or it has sufficient rights
14339
+ to grant the rights to its Contributions conveyed by this License.
14340
+
14341
+ 2.6. Fair Use
14342
+
14343
+ This License is not intended to limit any rights You have under
14344
+ applicable copyright doctrines of fair use, fair dealing, or other
14345
+ equivalents.
14346
+
14347
+ 2.7. Conditions
14348
+
14349
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
14350
+ in Section 2.1.
14351
+
14352
+ 3. Responsibilities
14353
+ -------------------
14354
+
14355
+ 3.1. Distribution of Source Form
14356
+
14357
+ All distribution of Covered Software in Source Code Form, including any
14358
+ Modifications that You create or to which You contribute, must be under
14359
+ the terms of this License. You must inform recipients that the Source
14360
+ Code Form of the Covered Software is governed by the terms of this
14361
+ License, and how they can obtain a copy of this License. You may not
14362
+ attempt to alter or restrict the recipients' rights in the Source Code
14363
+ Form.
14364
+
14365
+ 3.2. Distribution of Executable Form
14366
+
14367
+ If You distribute Covered Software in Executable Form then:
14368
+
14369
+ (a) such Covered Software must also be made available in Source Code
14370
+ Form, as described in Section 3.1, and You must inform recipients of
14371
+ the Executable Form how they can obtain a copy of such Source Code
14372
+ Form by reasonable means in a timely manner, at a charge no more
14373
+ than the cost of distribution to the recipient; and
14374
+
14375
+ (b) You may distribute such Executable Form under the terms of this
14376
+ License, or sublicense it under different terms, provided that the
14377
+ license for the Executable Form does not attempt to limit or alter
14378
+ the recipients' rights in the Source Code Form under this License.
14379
+
14380
+ 3.3. Distribution of a Larger Work
14381
+
14382
+ You may create and distribute a Larger Work under terms of Your choice,
14383
+ provided that You also comply with the requirements of this License for
14384
+ the Covered Software. If the Larger Work is a combination of Covered
14385
+ Software with a work governed by one or more Secondary Licenses, and the
14386
+ Covered Software is not Incompatible With Secondary Licenses, this
14387
+ License permits You to additionally distribute such Covered Software
14388
+ under the terms of such Secondary License(s), so that the recipient of
14389
+ the Larger Work may, at their option, further distribute the Covered
14390
+ Software under the terms of either this License or such Secondary
14391
+ License(s).
14392
+
14393
+ 3.4. Notices
14394
+
14395
+ You may not remove or alter the substance of any license notices
14396
+ (including copyright notices, patent notices, disclaimers of warranty,
14397
+ or limitations of liability) contained within the Source Code Form of
14398
+ the Covered Software, except that You may alter any license notices to
14399
+ the extent required to remedy known factual inaccuracies.
14400
+
14401
+ 3.5. Application of Additional Terms
14402
+
14403
+ You may choose to offer, and to charge a fee for, warranty, support,
14404
+ indemnity or liability obligations to one or more recipients of Covered
14405
+ Software. However, You may do so only on Your own behalf, and not on
14406
+ behalf of any Contributor. You must make it absolutely clear that any
14407
+ such warranty, support, indemnity, or liability obligation is offered by
14408
+ You alone, and You hereby agree to indemnify every Contributor for any
14409
+ liability incurred by such Contributor as a result of warranty, support,
14410
+ indemnity or liability terms You offer. You may include additional
14411
+ disclaimers of warranty and limitations of liability specific to any
14412
+ jurisdiction.
14413
+
14414
+ 4. Inability to Comply Due to Statute or Regulation
14415
+ ---------------------------------------------------
14416
+
14417
+ If it is impossible for You to comply with any of the terms of this
14418
+ License with respect to some or all of the Covered Software due to
14419
+ statute, judicial order, or regulation then You must: (a) comply with
14420
+ the terms of this License to the maximum extent possible; and (b)
14421
+ describe the limitations and the code they affect. Such description must
14422
+ be placed in a text file included with all distributions of the Covered
14423
+ Software under this License. Except to the extent prohibited by statute
14424
+ or regulation, such description must be sufficiently detailed for a
14425
+ recipient of ordinary skill to be able to understand it.
14426
+
14427
+ 5. Termination
14428
+ --------------
14429
+
14430
+ 5.1. The rights granted under this License will terminate automatically
14431
+ if You fail to comply with any of its terms. However, if You become
14432
+ compliant, then the rights granted under this License from a particular
14433
+ Contributor are reinstated (a) provisionally, unless and until such
14434
+ Contributor explicitly and finally terminates Your grants, and (b) on an
14435
+ ongoing basis, if such Contributor fails to notify You of the
14436
+ non-compliance by some reasonable means prior to 60 days after You have
14437
+ come back into compliance. Moreover, Your grants from a particular
14438
+ Contributor are reinstated on an ongoing basis if such Contributor
14439
+ notifies You of the non-compliance by some reasonable means, this is the
14440
+ first time You have received notice of non-compliance with this License
14441
+ from such Contributor, and You become compliant prior to 30 days after
14442
+ Your receipt of the notice.
14443
+
14444
+ 5.2. If You initiate litigation against any entity by asserting a patent
14445
+ infringement claim (excluding declaratory judgment actions,
14446
+ counter-claims, and cross-claims) alleging that a Contributor Version
14447
+ directly or indirectly infringes any patent, then the rights granted to
14448
+ You by any and all Contributors for the Covered Software under Section
14449
+ 2.1 of this License shall terminate.
14450
+
14451
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
14452
+ end user license agreements (excluding distributors and resellers) which
14453
+ have been validly granted by You or Your distributors under this License
14454
+ prior to termination shall survive termination.
14455
+
14456
+ ************************************************************************
14457
+ * *
14458
+ * 6. Disclaimer of Warranty *
14459
+ * ------------------------- *
14460
+ * *
14461
+ * Covered Software is provided under this License on an "as is" *
14462
+ * basis, without warranty of any kind, either expressed, implied, or *
14463
+ * statutory, including, without limitation, warranties that the *
14464
+ * Covered Software is free of defects, merchantable, fit for a *
14465
+ * particular purpose or non-infringing. The entire risk as to the *
14466
+ * quality and performance of the Covered Software is with You. *
14467
+ * Should any Covered Software prove defective in any respect, You *
14468
+ * (not any Contributor) assume the cost of any necessary servicing, *
14469
+ * repair, or correction. This disclaimer of warranty constitutes an *
14470
+ * essential part of this License. No use of any Covered Software is *
14471
+ * authorized under this License except under this disclaimer. *
14472
+ * *
14473
+ ************************************************************************
14474
+
14475
+ ************************************************************************
14476
+ * *
14477
+ * 7. Limitation of Liability *
14478
+ * -------------------------- *
14479
+ * *
14480
+ * Under no circumstances and under no legal theory, whether tort *
14481
+ * (including negligence), contract, or otherwise, shall any *
14482
+ * Contributor, or anyone who distributes Covered Software as *
14483
+ * permitted above, be liable to You for any direct, indirect, *
14484
+ * special, incidental, or consequential damages of any character *
14485
+ * including, without limitation, damages for lost profits, loss of *
14486
+ * goodwill, work stoppage, computer failure or malfunction, or any *
14487
+ * and all other commercial damages or losses, even if such party *
14488
+ * shall have been informed of the possibility of such damages. This *
14489
+ * limitation of liability shall not apply to liability for death or *
14490
+ * personal injury resulting from such party's negligence to the *
14491
+ * extent applicable law prohibits such limitation. Some *
14492
+ * jurisdictions do not allow the exclusion or limitation of *
14493
+ * incidental or consequential damages, so this exclusion and *
14494
+ * limitation may not apply to You. *
14495
+ * *
14496
+ ************************************************************************
14497
+
14498
+ 8. Litigation
14499
+ -------------
14500
+
14501
+ Any litigation relating to this License may be brought only in the
14502
+ courts of a jurisdiction where the defendant maintains its principal
14503
+ place of business and such litigation shall be governed by laws of that
14504
+ jurisdiction, without reference to its conflict-of-law provisions.
14505
+ Nothing in this Section shall prevent a party's ability to bring
14506
+ cross-claims or counter-claims.
14507
+
14508
+ 9. Miscellaneous
14509
+ ----------------
14510
+
14511
+ This License represents the complete agreement concerning the subject
14512
+ matter hereof. If any provision of this License is held to be
14513
+ unenforceable, such provision shall be reformed only to the extent
14514
+ necessary to make it enforceable. Any law or regulation which provides
14515
+ that the language of a contract shall be construed against the drafter
14516
+ shall not be used to construe this License against a Contributor.
14517
+
14518
+ 10. Versions of the License
14519
+ ---------------------------
14520
+
14521
+ 10.1. New Versions
14522
+
14523
+ Mozilla Foundation is the license steward. Except as provided in Section
14524
+ 10.3, no one other than the license steward has the right to modify or
14525
+ publish new versions of this License. Each version will be given a
14526
+ distinguishing version number.
13321
14527
 
13322
- Copyright 2014-2020 The Rust Project Developers
14528
+ 10.2. Effect of New Versions
13323
14529
 
13324
- Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
13325
- http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
13326
- <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
13327
- option. All files in the project carrying such notice may not be
13328
- copied, modified, or distributed except according to those terms.
14530
+ You may distribute the Covered Software under the terms of the version
14531
+ of the License under which You originally received the Covered Software,
14532
+ or under the terms of any subsequent version published by the license
14533
+ steward.
13329
14534
 
13330
- ------------------------------------------------------------------------------
13331
- LICENSE-MIT — 3 package(s): parlance 0.1.0, parley 0.11.1, parley_data 0.11.1
13332
- ------------------------------------------------------------------------------
13333
- Copyright 2020 the Parley Authors
14535
+ 10.3. Modified Versions
13334
14536
 
13335
- Permission is hereby granted, free of charge, to any
13336
- person obtaining a copy of this software and associated
13337
- documentation files (the "Software"), to deal in the
13338
- Software without restriction, including without
13339
- limitation the rights to use, copy, modify, merge,
13340
- publish, distribute, sublicense, and/or sell copies of
13341
- the Software, and to permit persons to whom the Software
13342
- is furnished to do so, subject to the following
13343
- conditions:
14537
+ If you create software not governed by this License, and you want to
14538
+ create a new license for such software, you may create and use a
14539
+ modified version of this License if you rename the license and remove
14540
+ any references to the name of the license steward (except to note that
14541
+ such modified license differs from this License).
13344
14542
 
13345
- The above copyright notice and this permission notice
13346
- shall be included in all copies or substantial portions
13347
- of the Software.
14543
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
14544
+ Licenses
13348
14545
 
13349
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
13350
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
13351
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
13352
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
13353
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13354
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
13355
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
13356
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
13357
- DEALINGS IN THE SOFTWARE.
14546
+ If You choose to distribute Source Code Form that is Incompatible With
14547
+ Secondary Licenses under the terms of this version of the License, the
14548
+ notice described in Exhibit B of this License must be attached.
13358
14549
 
13359
- ------------------------------------------------------------------------------
13360
- LICENSE — 5 package(s): phf 0.13.1, phf_codegen 0.13.1, phf_generator 0.13.1, phf_macros 0.13.1, phf_shared 0.13.1
13361
- ------------------------------------------------------------------------------
13362
- The MIT License (MIT)
14550
+ Exhibit A - Source Code Form License Notice
14551
+ -------------------------------------------
13363
14552
 
13364
- Copyright (c) 2014-2022 Steven Fackler, Yuki Okushi
14553
+ This Source Code Form is subject to the terms of the Mozilla Public
14554
+ License, v. 2.0. If a copy of the MPL was not distributed with this
14555
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
13365
14556
 
13366
- Permission is hereby granted, free of charge, to any person obtaining a copy of
13367
- this software and associated documentation files (the "Software"), to deal in
13368
- the Software without restriction, including without limitation the rights to
13369
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
13370
- the Software, and to permit persons to whom the Software is furnished to do so,
13371
- subject to the following conditions:
14557
+ If it is not possible or desirable to put the notice in a particular
14558
+ file, then You may include the notice in a location (such as a LICENSE
14559
+ file in a relevant directory) where a recipient would be likely to look
14560
+ for such a notice.
13372
14561
 
13373
- The above copyright notice and this permission notice shall be included in all
13374
- copies or substantial portions of the Software.
14562
+ You may add additional accurate notices of copyright ownership.
13375
14563
 
13376
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13377
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
13378
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
13379
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13380
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
13381
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14564
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
14565
+ ---------------------------------------------------------
14566
+
14567
+ This Source Code Form is "Incompatible With Secondary Licenses", as
14568
+ defined by the Mozilla Public License, v. 2.0.
13382
14569
 
13383
14570
  ------------------------------------------------------------------------------
13384
- LICENSE — 1 package(s): pico-args 0.5.0
14571
+ LICENSE — 1 package(s): os_pipe 1.2.3
13385
14572
  ------------------------------------------------------------------------------
13386
- Copyright (c) 2019 Yevhenii Reizner
14573
+ The MIT License (MIT)
13387
14574
 
13388
14575
  Permission is hereby granted, free of charge, to any person obtaining a copy
13389
14576
  of this software and associated documentation files (the "Software"), to deal
@@ -13404,11 +14591,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13404
14591
  THE SOFTWARE.
13405
14592
 
13406
14593
  ------------------------------------------------------------------------------
13407
- LICENSE — 1 package(s): piston-float 1.0.1
14594
+ LICENSE — 1 package(s): outref 0.5.2
13408
14595
  ------------------------------------------------------------------------------
13409
- The MIT License (MIT)
14596
+ MIT License
13410
14597
 
13411
- Copyright (c) 2015 PistonDevelopers
14598
+ Copyright (c) 2022 Nugine
13412
14599
 
13413
14600
  Permission is hereby granted, free of charge, to any person obtaining a copy
13414
14601
  of this software and associated documentation files (the "Software"), to deal
@@ -13429,38 +14616,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13429
14616
  SOFTWARE.
13430
14617
 
13431
14618
  ------------------------------------------------------------------------------
13432
- LICENSE-MIT — 1 package(s): png 0.18.1
14619
+ LICENSE-THIRD-PARTY — 1 package(s): parking 2.2.1
13433
14620
  ------------------------------------------------------------------------------
13434
- Copyright (c) 2015 nwin
13435
-
13436
- Permission is hereby granted, free of charge, to any
13437
- person obtaining a copy of this software and associated
13438
- documentation files (the "Software"), to deal in the
13439
- Software without restriction, including without
13440
- limitation the rights to use, copy, modify, merge,
13441
- publish, distribute, sublicense, and/or sell copies of
13442
- the Software, and to permit persons to whom the Software
13443
- is furnished to do so, subject to the following
13444
- conditions:
14621
+ ===============================================================================
13445
14622
 
13446
- The above copyright notice and this permission notice
13447
- shall be included in all copies or substantial portions
13448
- of the Software.
14623
+ Copyright 2014-2020 The Rust Project Developers
13449
14624
 
13450
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
13451
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
13452
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
13453
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
13454
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13455
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
13456
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
13457
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
13458
- DEALINGS IN THE SOFTWARE.
14625
+ Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
14626
+ http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
14627
+ <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
14628
+ option. All files in the project carrying such notice may not be
14629
+ copied, modified, or distributed except according to those terms.
13459
14630
 
13460
14631
  ------------------------------------------------------------------------------
13461
- LICENSE-MIT — 1 package(s): pollster 0.4.0
14632
+ LICENSE-MIT — 3 package(s): parlance 0.1.0, parley 0.11.1, parley_data 0.11.1
13462
14633
  ------------------------------------------------------------------------------
13463
- Copyright (c) 2020-2021 Joshua Barretto
14634
+ Copyright 2020 the Parley Authors
13464
14635
 
13465
14636
  Permission is hereby granted, free of charge, to any
13466
14637
  person obtaining a copy of this software and associated
@@ -13487,214 +14658,110 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
13487
14658
  DEALINGS IN THE SOFTWARE.
13488
14659
 
13489
14660
  ------------------------------------------------------------------------------
13490
- LICENSE-APACHE1 package(s): ppv-lite86 0.2.21
14661
+ LICENSE — 5 package(s): phf 0.13.1, phf_codegen 0.13.1, phf_generator 0.13.1, phf_macros 0.13.1, phf_shared 0.13.1
13491
14662
  ------------------------------------------------------------------------------
13492
- Apache License
13493
- Version 2.0, January 2004
13494
- http://www.apache.org/licenses/
13495
-
13496
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
13497
-
13498
- 1. Definitions.
13499
-
13500
- "License" shall mean the terms and conditions for use, reproduction,
13501
- and distribution as defined by Sections 1 through 9 of this document.
13502
-
13503
- "Licensor" shall mean the copyright owner or entity authorized by
13504
- the copyright owner that is granting the License.
13505
-
13506
- "Legal Entity" shall mean the union of the acting entity and all
13507
- other entities that control, are controlled by, or are under common
13508
- control with that entity. For the purposes of this definition,
13509
- "control" means (i) the power, direct or indirect, to cause the
13510
- direction or management of such entity, whether by contract or
13511
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
13512
- outstanding shares, or (iii) beneficial ownership of such entity.
13513
-
13514
- "You" (or "Your") shall mean an individual or Legal Entity
13515
- exercising permissions granted by this License.
13516
-
13517
- "Source" form shall mean the preferred form for making modifications,
13518
- including but not limited to software source code, documentation
13519
- source, and configuration files.
13520
-
13521
- "Object" form shall mean any form resulting from mechanical
13522
- transformation or translation of a Source form, including but
13523
- not limited to compiled object code, generated documentation,
13524
- and conversions to other media types.
13525
-
13526
- "Work" shall mean the work of authorship, whether in Source or
13527
- Object form, made available under the License, as indicated by a
13528
- copyright notice that is included in or attached to the work
13529
- (an example is provided in the Appendix below).
13530
-
13531
- "Derivative Works" shall mean any work, whether in Source or Object
13532
- form, that is based on (or derived from) the Work and for which the
13533
- editorial revisions, annotations, elaborations, or other modifications
13534
- represent, as a whole, an original work of authorship. For the purposes
13535
- of this License, Derivative Works shall not include works that remain
13536
- separable from, or merely link (or bind by name) to the interfaces of,
13537
- the Work and Derivative Works thereof.
13538
-
13539
- "Contribution" shall mean any work of authorship, including
13540
- the original version of the Work and any modifications or additions
13541
- to that Work or Derivative Works thereof, that is intentionally
13542
- submitted to Licensor for inclusion in the Work by the copyright owner
13543
- or by an individual or Legal Entity authorized to submit on behalf of
13544
- the copyright owner. For the purposes of this definition, "submitted"
13545
- means any form of electronic, verbal, or written communication sent
13546
- to the Licensor or its representatives, including but not limited to
13547
- communication on electronic mailing lists, source code control systems,
13548
- and issue tracking systems that are managed by, or on behalf of, the
13549
- Licensor for the purpose of discussing and improving the Work, but
13550
- excluding communication that is conspicuously marked or otherwise
13551
- designated in writing by the copyright owner as "Not a Contribution."
13552
-
13553
- "Contributor" shall mean Licensor and any individual or Legal Entity
13554
- on behalf of whom a Contribution has been received by Licensor and
13555
- subsequently incorporated within the Work.
13556
-
13557
- 2. Grant of Copyright License. Subject to the terms and conditions of
13558
- this License, each Contributor hereby grants to You a perpetual,
13559
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
13560
- copyright license to reproduce, prepare Derivative Works of,
13561
- publicly display, publicly perform, sublicense, and distribute the
13562
- Work and such Derivative Works in Source or Object form.
13563
-
13564
- 3. Grant of Patent License. Subject to the terms and conditions of
13565
- this License, each Contributor hereby grants to You a perpetual,
13566
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
13567
- (except as stated in this section) patent license to make, have made,
13568
- use, offer to sell, sell, import, and otherwise transfer the Work,
13569
- where such license applies only to those patent claims licensable
13570
- by such Contributor that are necessarily infringed by their
13571
- Contribution(s) alone or by combination of their Contribution(s)
13572
- with the Work to which such Contribution(s) was submitted. If You
13573
- institute patent litigation against any entity (including a
13574
- cross-claim or counterclaim in a lawsuit) alleging that the Work
13575
- or a Contribution incorporated within the Work constitutes direct
13576
- or contributory patent infringement, then any patent licenses
13577
- granted to You under this License for that Work shall terminate
13578
- as of the date such litigation is filed.
13579
-
13580
- 4. Redistribution. You may reproduce and distribute copies of the
13581
- Work or Derivative Works thereof in any medium, with or without
13582
- modifications, and in Source or Object form, provided that You
13583
- meet the following conditions:
13584
-
13585
- (a) You must give any other recipients of the Work or
13586
- Derivative Works a copy of this License; and
13587
-
13588
- (b) You must cause any modified files to carry prominent notices
13589
- stating that You changed the files; and
14663
+ The MIT License (MIT)
13590
14664
 
13591
- (c) You must retain, in the Source form of any Derivative Works
13592
- that You distribute, all copyright, patent, trademark, and
13593
- attribution notices from the Source form of the Work,
13594
- excluding those notices that do not pertain to any part of
13595
- the Derivative Works; and
14665
+ Copyright (c) 2014-2022 Steven Fackler, Yuki Okushi
13596
14666
 
13597
- (d) If the Work includes a "NOTICE" text file as part of its
13598
- distribution, then any Derivative Works that You distribute must
13599
- include a readable copy of the attribution notices contained
13600
- within such NOTICE file, excluding those notices that do not
13601
- pertain to any part of the Derivative Works, in at least one
13602
- of the following places: within a NOTICE text file distributed
13603
- as part of the Derivative Works; within the Source form or
13604
- documentation, if provided along with the Derivative Works; or,
13605
- within a display generated by the Derivative Works, if and
13606
- wherever such third-party notices normally appear. The contents
13607
- of the NOTICE file are for informational purposes only and
13608
- do not modify the License. You may add Your own attribution
13609
- notices within Derivative Works that You distribute, alongside
13610
- or as an addendum to the NOTICE text from the Work, provided
13611
- that such additional attribution notices cannot be construed
13612
- as modifying the License.
14667
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
14668
+ this software and associated documentation files (the "Software"), to deal in
14669
+ the Software without restriction, including without limitation the rights to
14670
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14671
+ the Software, and to permit persons to whom the Software is furnished to do so,
14672
+ subject to the following conditions:
13613
14673
 
13614
- You may add Your own copyright statement to Your modifications and
13615
- may provide additional or different license terms and conditions
13616
- for use, reproduction, or distribution of Your modifications, or
13617
- for any such Derivative Works as a whole, provided Your use,
13618
- reproduction, and distribution of the Work otherwise complies with
13619
- the conditions stated in this License.
14674
+ The above copyright notice and this permission notice shall be included in all
14675
+ copies or substantial portions of the Software.
13620
14676
 
13621
- 5. Submission of Contributions. Unless You explicitly state otherwise,
13622
- any Contribution intentionally submitted for inclusion in the Work
13623
- by You to the Licensor shall be under the terms and conditions of
13624
- this License, without any additional terms or conditions.
13625
- Notwithstanding the above, nothing herein shall supersede or modify
13626
- the terms of any separate license agreement you may have executed
13627
- with Licensor regarding such Contributions.
14677
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14678
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
14679
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
14680
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
14681
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14682
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13628
14683
 
13629
- 6. Trademarks. This License does not grant permission to use the trade
13630
- names, trademarks, service marks, or product names of the Licensor,
13631
- except as required for reasonable and customary use in describing the
13632
- origin of the Work and reproducing the content of the NOTICE file.
14684
+ ------------------------------------------------------------------------------
14685
+ LICENSE 1 package(s): pico-args 0.5.0
14686
+ ------------------------------------------------------------------------------
14687
+ Copyright (c) 2019 Yevhenii Reizner
13633
14688
 
13634
- 7. Disclaimer of Warranty. Unless required by applicable law or
13635
- agreed to in writing, Licensor provides the Work (and each
13636
- Contributor provides its Contributions) on an "AS IS" BASIS,
13637
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13638
- implied, including, without limitation, any warranties or conditions
13639
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
13640
- PARTICULAR PURPOSE. You are solely responsible for determining the
13641
- appropriateness of using or redistributing the Work and assume any
13642
- risks associated with Your exercise of permissions under this License.
14689
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14690
+ of this software and associated documentation files (the "Software"), to deal
14691
+ in the Software without restriction, including without limitation the rights
14692
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14693
+ copies of the Software, and to permit persons to whom the Software is
14694
+ furnished to do so, subject to the following conditions:
13643
14695
 
13644
- 8. Limitation of Liability. In no event and under no legal theory,
13645
- whether in tort (including negligence), contract, or otherwise,
13646
- unless required by applicable law (such as deliberate and grossly
13647
- negligent acts) or agreed to in writing, shall any Contributor be
13648
- liable to You for damages, including any direct, indirect, special,
13649
- incidental, or consequential damages of any character arising as a
13650
- result of this License or out of the use or inability to use the
13651
- Work (including but not limited to damages for loss of goodwill,
13652
- work stoppage, computer failure or malfunction, or any and all
13653
- other commercial damages or losses), even if such Contributor
13654
- has been advised of the possibility of such damages.
14696
+ The above copyright notice and this permission notice shall be included in
14697
+ all copies or substantial portions of the Software.
13655
14698
 
13656
- 9. Accepting Warranty or Additional Liability. While redistributing
13657
- the Work or Derivative Works thereof, You may choose to offer,
13658
- and charge a fee for, acceptance of support, warranty, indemnity,
13659
- or other liability obligations and/or rights consistent with this
13660
- License. However, in accepting such obligations, You may act only
13661
- on Your own behalf and on Your sole responsibility, not on behalf
13662
- of any other Contributor, and only if You agree to indemnify,
13663
- defend, and hold each Contributor harmless for any liability
13664
- incurred by, or claims asserted against, such Contributor by reason
13665
- of your accepting any such warranty or additional liability.
14699
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14700
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14701
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14702
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14703
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14704
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14705
+ THE SOFTWARE.
13666
14706
 
13667
- END OF TERMS AND CONDITIONS
14707
+ ------------------------------------------------------------------------------
14708
+ LICENSE — 1 package(s): piston-float 1.0.1
14709
+ ------------------------------------------------------------------------------
14710
+ The MIT License (MIT)
13668
14711
 
13669
- APPENDIX: How to apply the Apache License to your work.
14712
+ Copyright (c) 2015 PistonDevelopers
13670
14713
 
13671
- To apply the Apache License to your work, attach the following
13672
- boilerplate notice, with the fields enclosed by brackets "[]"
13673
- replaced with your own identifying information. (Don't include
13674
- the brackets!) The text should be enclosed in the appropriate
13675
- comment syntax for the file format. We also recommend that a
13676
- file or class name and description of purpose be included on the
13677
- same "printed page" as the copyright notice for easier
13678
- identification within third-party archives.
14714
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14715
+ of this software and associated documentation files (the "Software"), to deal
14716
+ in the Software without restriction, including without limitation the rights
14717
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14718
+ copies of the Software, and to permit persons to whom the Software is
14719
+ furnished to do so, subject to the following conditions:
14720
+
14721
+ The above copyright notice and this permission notice shall be included in all
14722
+ copies or substantial portions of the Software.
13679
14723
 
13680
- Copyright 2019 The CryptoCorrosion Contributors
14724
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14725
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14726
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14727
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14728
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14729
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14730
+ SOFTWARE.
13681
14731
 
13682
- Licensed under the Apache License, Version 2.0 (the "License");
13683
- you may not use this file except in compliance with the License.
13684
- You may obtain a copy of the License at
14732
+ ------------------------------------------------------------------------------
14733
+ LICENSE-MIT 1 package(s): png 0.18.1
14734
+ ------------------------------------------------------------------------------
14735
+ Copyright (c) 2015 nwin
13685
14736
 
13686
- http://www.apache.org/licenses/LICENSE-2.0
14737
+ Permission is hereby granted, free of charge, to any
14738
+ person obtaining a copy of this software and associated
14739
+ documentation files (the "Software"), to deal in the
14740
+ Software without restriction, including without
14741
+ limitation the rights to use, copy, modify, merge,
14742
+ publish, distribute, sublicense, and/or sell copies of
14743
+ the Software, and to permit persons to whom the Software
14744
+ is furnished to do so, subject to the following
14745
+ conditions:
13687
14746
 
13688
- Unless required by applicable law or agreed to in writing, software
13689
- distributed under the License is distributed on an "AS IS" BASIS,
13690
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13691
- See the License for the specific language governing permissions and
13692
- limitations under the License.
14747
+ The above copyright notice and this permission notice
14748
+ shall be included in all copies or substantial portions
14749
+ of the Software.
14750
+
14751
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
14752
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
14753
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
14754
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
14755
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
14756
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
14757
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
14758
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14759
+ DEALINGS IN THE SOFTWARE.
13693
14760
 
13694
14761
  ------------------------------------------------------------------------------
13695
- LICENSE-MIT — 1 package(s): ppv-lite86 0.2.21
14762
+ LICENSE-MIT — 1 package(s): pollster 0.4.0
13696
14763
  ------------------------------------------------------------------------------
13697
- Copyright (c) 2019 The CryptoCorrosion Contributors
14764
+ Copyright (c) 2020-2021 Joshua Barretto
13698
14765
 
13699
14766
  Permission is hereby granted, free of charge, to any
13700
14767
  person obtaining a copy of this software and associated
@@ -13854,7 +14921,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13854
14921
  THE SOFTWARE.
13855
14922
 
13856
14923
  ------------------------------------------------------------------------------
13857
- COPYRIGHT3 package(s): rand 0.9.5, rand_chacha 0.9.0, rand_core 0.9.5
14924
+ LICENSE.txt1 package(s): radium 0.7.0
14925
+ ------------------------------------------------------------------------------
14926
+ MIT License
14927
+
14928
+ Copyright (c) 2019 kneecaw (Nika Layzell)
14929
+
14930
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14931
+ of this software and associated documentation files (the "Software"), to deal
14932
+ in the Software without restriction, including without limitation the rights
14933
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14934
+ copies of the Software, and to permit persons to whom the Software is
14935
+ furnished to do so, subject to the following conditions:
14936
+
14937
+ The above copyright notice and this permission notice shall be included in all
14938
+ copies or substantial portions of the Software.
14939
+
14940
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14941
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14942
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14943
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14944
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14945
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14946
+ SOFTWARE.
14947
+
14948
+ ------------------------------------------------------------------------------
14949
+ COPYRIGHT — 1 package(s): rand 0.10.2
13858
14950
  ------------------------------------------------------------------------------
13859
14951
  Copyrights in the Rand project are retained by their contributors. No
13860
14952
  copyright assignment is required to contribute to the Rand project.
@@ -13870,7 +14962,7 @@ The Rand project includes code from the Rust project
13870
14962
  published under these same licenses.
13871
14963
 
13872
14964
  ------------------------------------------------------------------------------
13873
- LICENSE-APACHE — 2 package(s): rand 0.9.5, rand_chacha 0.9.0
14965
+ LICENSE-APACHE — 1 package(s): rand 0.10.2
13874
14966
  ------------------------------------------------------------------------------
13875
14967
  Apache License
13876
14968
  Version 2.0, January 2004
@@ -14050,7 +15142,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14050
15142
  END OF TERMS AND CONDITIONS
14051
15143
 
14052
15144
  ------------------------------------------------------------------------------
14053
- LICENSE-MIT — 3 package(s): rand 0.9.5, rand_chacha 0.9.0, rand_core 0.9.5
15145
+ LICENSE-MIT — 1 package(s): rand 0.10.2
14054
15146
  ------------------------------------------------------------------------------
14055
15147
  Copyright 2018 Developers of the Rand project
14056
15148
  Copyright (c) 2014 The Rust Project Developers
@@ -14080,7 +15172,20 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14080
15172
  DEALINGS IN THE SOFTWARE.
14081
15173
 
14082
15174
  ------------------------------------------------------------------------------
14083
- LICENSE-APACHE — 1 package(s): rand_core 0.9.5
15175
+ COPYRIGHT — 1 package(s): rand_core 0.10.1
15176
+ ------------------------------------------------------------------------------
15177
+ Copyrights in the Rand project are retained by their contributors. No
15178
+ copyright assignment is required to contribute to the Rand project.
15179
+
15180
+ For full authorship information, see the version control history.
15181
+
15182
+ Except as otherwise noted (below and/or in individual files), Rand is
15183
+ licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or
15184
+ <http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
15185
+ <LICENSE-MIT> or <http://opensource.org/licenses/MIT>, at your option.
15186
+
15187
+ ------------------------------------------------------------------------------
15188
+ LICENSE-APACHE — 1 package(s): rand_core 0.10.1
14084
15189
  ------------------------------------------------------------------------------
14085
15190
  Apache License
14086
15191
  Version 2.0, January 2004
@@ -14270,6 +15375,35 @@ APPENDIX: How to apply the Apache License to your work.
14270
15375
  same "printed page" as the copyright notice for easier
14271
15376
  identification within third-party archives.
14272
15377
 
15378
+ ------------------------------------------------------------------------------
15379
+ LICENSE-MIT — 1 package(s): rand_core 0.10.1
15380
+ ------------------------------------------------------------------------------
15381
+ Copyright (c) 2018-2026 The Rand Project Developers
15382
+
15383
+ Permission is hereby granted, free of charge, to any
15384
+ person obtaining a copy of this software and associated
15385
+ documentation files (the "Software"), to deal in the
15386
+ Software without restriction, including without
15387
+ limitation the rights to use, copy, modify, merge,
15388
+ publish, distribute, sublicense, and/or sell copies of
15389
+ the Software, and to permit persons to whom the Software
15390
+ is furnished to do so, subject to the following
15391
+ conditions:
15392
+
15393
+ The above copyright notice and this permission notice
15394
+ shall be included in all copies or substantial portions
15395
+ of the Software.
15396
+
15397
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
15398
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
15399
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
15400
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
15401
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
15402
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
15403
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
15404
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15405
+ DEALINGS IN THE SOFTWARE.
15406
+
14273
15407
  ------------------------------------------------------------------------------
14274
15408
  LICENSE-MIT.md — 1 package(s): raw-window-handle 0.6.2
14275
15409
  ------------------------------------------------------------------------------
@@ -14617,6 +15751,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14617
15751
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14618
15752
  SOFTWARE.
14619
15753
 
15754
+ ------------------------------------------------------------------------------
15755
+ LICENSE — 1 package(s): rquickjs 0.12.2
15756
+ ------------------------------------------------------------------------------
15757
+ MIT License
15758
+
15759
+ Copyright (c) 2020 Mees Delzenne
15760
+ Copyright (c) 2025 Rquickjs Contributors
15761
+
15762
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15763
+ of this software and associated documentation files (the "Software"), to deal
15764
+ in the Software without restriction, including without limitation the rights
15765
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15766
+ copies of the Software, and to permit persons to whom the Software is
15767
+ furnished to do so, subject to the following conditions:
15768
+
15769
+ The above copyright notice and this permission notice shall be included in all
15770
+ copies or substantial portions of the Software.
15771
+
15772
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15773
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15774
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15775
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15776
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15777
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15778
+ SOFTWARE.
15779
+
14620
15780
  ------------------------------------------------------------------------------
14621
15781
  LICENSE.txt — 2 package(s): rubato 0.16.2, rubato 3.0.0
14622
15782
  ------------------------------------------------------------------------------
@@ -15064,11 +16224,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15064
16224
  DEALINGS IN THE SOFTWARE.
15065
16225
 
15066
16226
  ------------------------------------------------------------------------------
15067
- LICENSE-MIT — 2 package(s): sha1 0.10.7, sha2 0.10.9
16227
+ LICENSE-MIT — 2 package(s): sha1 0.11.0, sha2 0.11.0
15068
16228
  ------------------------------------------------------------------------------
15069
- Copyright (c) 2006-2009 Graydon Hoare
15070
- Copyright (c) 2009-2013 Mozilla Foundation
16229
+ Copyright (c) 2016-2026 The RustCrypto Project Developers
15071
16230
  Copyright (c) 2016 Artyom Pavlov
16231
+ Copyright (c) 2009-2013 Mozilla Foundation
16232
+ Copyright (c) 2006-2009 Graydon Hoare
15072
16233
 
15073
16234
  Permission is hereby granted, free of charge, to any
15074
16235
  person obtaining a copy of this software and associated
@@ -15564,6 +16725,41 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15564
16725
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15565
16726
  SOFTWARE.
15566
16727
 
16728
+ ------------------------------------------------------------------------------
16729
+ LICENSE — 1 package(s): sourcemap 9.3.2
16730
+ ------------------------------------------------------------------------------
16731
+ Copyright (c) 2016 by Armin Ronacher.
16732
+
16733
+ Some rights reserved.
16734
+
16735
+ Redistribution and use in source and binary forms, with or without
16736
+ modification, are permitted provided that the following conditions are
16737
+ met:
16738
+
16739
+ * Redistributions of source code must retain the above copyright
16740
+ notice, this list of conditions and the following disclaimer.
16741
+
16742
+ * Redistributions in binary form must reproduce the above
16743
+ copyright notice, this list of conditions and the following
16744
+ disclaimer in the documentation and/or other materials provided
16745
+ with the distribution.
16746
+
16747
+ * The names of the contributors may not be used to endorse or
16748
+ promote products derived from this software without specific
16749
+ prior written permission.
16750
+
16751
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16752
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16753
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
16754
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
16755
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
16756
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
16757
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
16758
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
16759
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
16760
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
16761
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16762
+
15567
16763
  ------------------------------------------------------------------------------
15568
16764
  LICENSE-MIT — 1 package(s): stable_deref_trait 1.2.1
15569
16765
  ------------------------------------------------------------------------------
@@ -15593,6 +16789,25 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
15593
16789
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15594
16790
  DEALINGS IN THE SOFTWARE.
15595
16791
 
16792
+ ------------------------------------------------------------------------------
16793
+ LICENSE — 1 package(s): starship-battery 0.11.1
16794
+ ------------------------------------------------------------------------------
16795
+ ISC License
16796
+
16797
+ Copyright (c) 2019-2021, Starship Contributors
16798
+
16799
+ Permission to use, copy, modify, and/or distribute this software for any
16800
+ purpose with or without fee is hereby granted, provided that the above
16801
+ copyright notice and this permission notice appear in all copies.
16802
+
16803
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
16804
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
16805
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
16806
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16807
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16808
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16809
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16810
+
15596
16811
  ------------------------------------------------------------------------------
15597
16812
  LICENSE-MIT — 1 package(s): static_assertions 1.1.0
15598
16813
  ------------------------------------------------------------------------------
@@ -15776,6 +16991,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15776
16991
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15777
16992
  SOFTWARE.
15778
16993
 
16994
+ ------------------------------------------------------------------------------
16995
+ LICENSE.txt — 1 package(s): tap 1.0.1
16996
+ ------------------------------------------------------------------------------
16997
+ MIT License
16998
+
16999
+ Copyright (c) 2017 Elliot Linder <darfink@gmail.com>
17000
+
17001
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17002
+ of this software and associated documentation files (the "Software"), to deal
17003
+ in the Software without restriction, including without limitation the rights
17004
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17005
+ copies of the Software, and to permit persons to whom the Software is
17006
+ furnished to do so, subject to the following conditions:
17007
+
17008
+ The above copyright notice and this permission notice shall be included in all
17009
+ copies or substantial portions of the Software.
17010
+
17011
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17012
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17013
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17014
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17015
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17016
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17017
+ SOFTWARE.
17018
+
15779
17019
  ------------------------------------------------------------------------------
15780
17020
  LICENSE-MIT — 1 package(s): tempfile 3.27.0
15781
17021
  ------------------------------------------------------------------------------
@@ -16267,7 +17507,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16267
17507
  DEALINGS IN THE SOFTWARE.
16268
17508
 
16269
17509
  ------------------------------------------------------------------------------
16270
- LICENSE — 1 package(s): tokio-tungstenite 0.29.0
17510
+ LICENSE — 1 package(s): tokio-tungstenite 0.30.0
16271
17511
  ------------------------------------------------------------------------------
16272
17512
  Copyright (c) 2017 Daniel Abramov
16273
17513
  Copyright (c) 2017 Alexey Galakhov
@@ -16632,7 +17872,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
16632
17872
  THE SOFTWARE.
16633
17873
 
16634
17874
  ------------------------------------------------------------------------------
16635
- LICENSE-MIT — 1 package(s): tungstenite 0.29.0
17875
+ LICENSE-MIT — 1 package(s): tungstenite 0.30.0
16636
17876
  ------------------------------------------------------------------------------
16637
17877
  Copyright (c) 2017 Alexey Galakhov
16638
17878
  Copyright (c) 2016 Jason Housley
@@ -17280,7 +18520,7 @@ carrying such notice may not be copied, modified, or distributed except
17280
18520
  according to those terms.
17281
18521
 
17282
18522
  ------------------------------------------------------------------------------
17283
- LICENSE-UNICODE — 1 package(s): unicode-ident 1.0.24
18523
+ LICENSE-UNICODE — 2 package(s): unicode-id-start 1.4.0, unicode-ident 1.0.24
17284
18524
  ------------------------------------------------------------------------------
17285
18525
  UNICODE LICENSE V3
17286
18526
 
@@ -17569,6 +18809,236 @@ at your option. All files in the project carrying such
17569
18809
  notice may not be copied, modified, or distributed except
17570
18810
  according to those terms.
17571
18811
 
18812
+ ------------------------------------------------------------------------------
18813
+ LICENSE-APACHE — 1 package(s): uom 0.38.0
18814
+ ------------------------------------------------------------------------------
18815
+ Apache License
18816
+ Version 2.0, January 2004
18817
+ https://www.apache.org/licenses/
18818
+
18819
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
18820
+
18821
+ 1. Definitions.
18822
+
18823
+ "License" shall mean the terms and conditions for use, reproduction,
18824
+ and distribution as defined by Sections 1 through 9 of this document.
18825
+
18826
+ "Licensor" shall mean the copyright owner or entity authorized by
18827
+ the copyright owner that is granting the License.
18828
+
18829
+ "Legal Entity" shall mean the union of the acting entity and all
18830
+ other entities that control, are controlled by, or are under common
18831
+ control with that entity. For the purposes of this definition,
18832
+ "control" means (i) the power, direct or indirect, to cause the
18833
+ direction or management of such entity, whether by contract or
18834
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
18835
+ outstanding shares, or (iii) beneficial ownership of such entity.
18836
+
18837
+ "You" (or "Your") shall mean an individual or Legal Entity
18838
+ exercising permissions granted by this License.
18839
+
18840
+ "Source" form shall mean the preferred form for making modifications,
18841
+ including but not limited to software source code, documentation
18842
+ source, and configuration files.
18843
+
18844
+ "Object" form shall mean any form resulting from mechanical
18845
+ transformation or translation of a Source form, including but
18846
+ not limited to compiled object code, generated documentation,
18847
+ and conversions to other media types.
18848
+
18849
+ "Work" shall mean the work of authorship, whether in Source or
18850
+ Object form, made available under the License, as indicated by a
18851
+ copyright notice that is included in or attached to the work
18852
+ (an example is provided in the Appendix below).
18853
+
18854
+ "Derivative Works" shall mean any work, whether in Source or Object
18855
+ form, that is based on (or derived from) the Work and for which the
18856
+ editorial revisions, annotations, elaborations, or other modifications
18857
+ represent, as a whole, an original work of authorship. For the purposes
18858
+ of this License, Derivative Works shall not include works that remain
18859
+ separable from, or merely link (or bind by name) to the interfaces of,
18860
+ the Work and Derivative Works thereof.
18861
+
18862
+ "Contribution" shall mean any work of authorship, including
18863
+ the original version of the Work and any modifications or additions
18864
+ to that Work or Derivative Works thereof, that is intentionally
18865
+ submitted to Licensor for inclusion in the Work by the copyright owner
18866
+ or by an individual or Legal Entity authorized to submit on behalf of
18867
+ the copyright owner. For the purposes of this definition, "submitted"
18868
+ means any form of electronic, verbal, or written communication sent
18869
+ to the Licensor or its representatives, including but not limited to
18870
+ communication on electronic mailing lists, source code control systems,
18871
+ and issue tracking systems that are managed by, or on behalf of, the
18872
+ Licensor for the purpose of discussing and improving the Work, but
18873
+ excluding communication that is conspicuously marked or otherwise
18874
+ designated in writing by the copyright owner as "Not a Contribution."
18875
+
18876
+ "Contributor" shall mean Licensor and any individual or Legal Entity
18877
+ on behalf of whom a Contribution has been received by Licensor and
18878
+ subsequently incorporated within the Work.
18879
+
18880
+ 2. Grant of Copyright License. Subject to the terms and conditions of
18881
+ this License, each Contributor hereby grants to You a perpetual,
18882
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
18883
+ copyright license to reproduce, prepare Derivative Works of,
18884
+ publicly display, publicly perform, sublicense, and distribute the
18885
+ Work and such Derivative Works in Source or Object form.
18886
+
18887
+ 3. Grant of Patent License. Subject to the terms and conditions of
18888
+ this License, each Contributor hereby grants to You a perpetual,
18889
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
18890
+ (except as stated in this section) patent license to make, have made,
18891
+ use, offer to sell, sell, import, and otherwise transfer the Work,
18892
+ where such license applies only to those patent claims licensable
18893
+ by such Contributor that are necessarily infringed by their
18894
+ Contribution(s) alone or by combination of their Contribution(s)
18895
+ with the Work to which such Contribution(s) was submitted. If You
18896
+ institute patent litigation against any entity (including a
18897
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
18898
+ or a Contribution incorporated within the Work constitutes direct
18899
+ or contributory patent infringement, then any patent licenses
18900
+ granted to You under this License for that Work shall terminate
18901
+ as of the date such litigation is filed.
18902
+
18903
+ 4. Redistribution. You may reproduce and distribute copies of the
18904
+ Work or Derivative Works thereof in any medium, with or without
18905
+ modifications, and in Source or Object form, provided that You
18906
+ meet the following conditions:
18907
+
18908
+ (a) You must give any other recipients of the Work or
18909
+ Derivative Works a copy of this License; and
18910
+
18911
+ (b) You must cause any modified files to carry prominent notices
18912
+ stating that You changed the files; and
18913
+
18914
+ (c) You must retain, in the Source form of any Derivative Works
18915
+ that You distribute, all copyright, patent, trademark, and
18916
+ attribution notices from the Source form of the Work,
18917
+ excluding those notices that do not pertain to any part of
18918
+ the Derivative Works; and
18919
+
18920
+ (d) If the Work includes a "NOTICE" text file as part of its
18921
+ distribution, then any Derivative Works that You distribute must
18922
+ include a readable copy of the attribution notices contained
18923
+ within such NOTICE file, excluding those notices that do not
18924
+ pertain to any part of the Derivative Works, in at least one
18925
+ of the following places: within a NOTICE text file distributed
18926
+ as part of the Derivative Works; within the Source form or
18927
+ documentation, if provided along with the Derivative Works; or,
18928
+ within a display generated by the Derivative Works, if and
18929
+ wherever such third-party notices normally appear. The contents
18930
+ of the NOTICE file are for informational purposes only and
18931
+ do not modify the License. You may add Your own attribution
18932
+ notices within Derivative Works that You distribute, alongside
18933
+ or as an addendum to the NOTICE text from the Work, provided
18934
+ that such additional attribution notices cannot be construed
18935
+ as modifying the License.
18936
+
18937
+ You may add Your own copyright statement to Your modifications and
18938
+ may provide additional or different license terms and conditions
18939
+ for use, reproduction, or distribution of Your modifications, or
18940
+ for any such Derivative Works as a whole, provided Your use,
18941
+ reproduction, and distribution of the Work otherwise complies with
18942
+ the conditions stated in this License.
18943
+
18944
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
18945
+ any Contribution intentionally submitted for inclusion in the Work
18946
+ by You to the Licensor shall be under the terms and conditions of
18947
+ this License, without any additional terms or conditions.
18948
+ Notwithstanding the above, nothing herein shall supersede or modify
18949
+ the terms of any separate license agreement you may have executed
18950
+ with Licensor regarding such Contributions.
18951
+
18952
+ 6. Trademarks. This License does not grant permission to use the trade
18953
+ names, trademarks, service marks, or product names of the Licensor,
18954
+ except as required for reasonable and customary use in describing the
18955
+ origin of the Work and reproducing the content of the NOTICE file.
18956
+
18957
+ 7. Disclaimer of Warranty. Unless required by applicable law or
18958
+ agreed to in writing, Licensor provides the Work (and each
18959
+ Contributor provides its Contributions) on an "AS IS" BASIS,
18960
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
18961
+ implied, including, without limitation, any warranties or conditions
18962
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
18963
+ PARTICULAR PURPOSE. You are solely responsible for determining the
18964
+ appropriateness of using or redistributing the Work and assume any
18965
+ risks associated with Your exercise of permissions under this License.
18966
+
18967
+ 8. Limitation of Liability. In no event and under no legal theory,
18968
+ whether in tort (including negligence), contract, or otherwise,
18969
+ unless required by applicable law (such as deliberate and grossly
18970
+ negligent acts) or agreed to in writing, shall any Contributor be
18971
+ liable to You for damages, including any direct, indirect, special,
18972
+ incidental, or consequential damages of any character arising as a
18973
+ result of this License or out of the use or inability to use the
18974
+ Work (including but not limited to damages for loss of goodwill,
18975
+ work stoppage, computer failure or malfunction, or any and all
18976
+ other commercial damages or losses), even if such Contributor
18977
+ has been advised of the possibility of such damages.
18978
+
18979
+ 9. Accepting Warranty or Additional Liability. While redistributing
18980
+ the Work or Derivative Works thereof, You may choose to offer,
18981
+ and charge a fee for, acceptance of support, warranty, indemnity,
18982
+ or other liability obligations and/or rights consistent with this
18983
+ License. However, in accepting such obligations, You may act only
18984
+ on Your own behalf and on Your sole responsibility, not on behalf
18985
+ of any other Contributor, and only if You agree to indemnify,
18986
+ defend, and hold each Contributor harmless for any liability
18987
+ incurred by, or claims asserted against, such Contributor by reason
18988
+ of your accepting any such warranty or additional liability.
18989
+
18990
+ END OF TERMS AND CONDITIONS
18991
+
18992
+ APPENDIX: How to apply the Apache License to your work.
18993
+
18994
+ To apply the Apache License to your work, attach the following
18995
+ boilerplate notice, with the fields enclosed by brackets "{}"
18996
+ replaced with your own identifying information. (Don't include
18997
+ the brackets!) The text should be enclosed in the appropriate
18998
+ comment syntax for the file format. We also recommend that a
18999
+ file or class name and description of purpose be included on the
19000
+ same "printed page" as the copyright notice for easier
19001
+ identification within third-party archives.
19002
+
19003
+ Copyright {yyyy} {name of copyright owner}
19004
+
19005
+ Licensed under the Apache License, Version 2.0 (the "License");
19006
+ you may not use this file except in compliance with the License.
19007
+ You may obtain a copy of the License at
19008
+
19009
+ https://www.apache.org/licenses/LICENSE-2.0
19010
+
19011
+ Unless required by applicable law or agreed to in writing, software
19012
+ distributed under the License is distributed on an "AS IS" BASIS,
19013
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19014
+ See the License for the specific language governing permissions and
19015
+ limitations under the License.
19016
+
19017
+ ------------------------------------------------------------------------------
19018
+ LICENSE-MIT — 1 package(s): uom 0.38.0
19019
+ ------------------------------------------------------------------------------
19020
+ The MIT License (MIT)
19021
+
19022
+ Copyright (c) 2019 Mike Boutin
19023
+
19024
+ Permission is hereby granted, free of charge, to any person obtaining a copy
19025
+ of this software and associated documentation files (the "Software"), to deal
19026
+ in the Software without restriction, including without limitation the rights
19027
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19028
+ copies of the Software, and to permit persons to whom the Software is
19029
+ furnished to do so, subject to the following conditions:
19030
+
19031
+ The above copyright notice and this permission notice shall be included in all
19032
+ copies or substantial portions of the Software.
19033
+
19034
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19035
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19036
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19037
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19038
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19039
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19040
+ SOFTWARE.
19041
+
17572
19042
  ------------------------------------------------------------------------------
17573
19043
  LICENSE-MIT — 1 package(s): usvg 0.48.1
17574
19044
  ------------------------------------------------------------------------------