diff --git a/.gitea/workflows/audit.yml b/.gitea/workflows/audit.yml index ea725a7d..2c7987fc 100644 --- a/.gitea/workflows/audit.yml +++ b/.gitea/workflows/audit.yml @@ -2,6 +2,9 @@ # license-allowlist gate (CRA Annex I Part II: know your components; catch a bad dep the moment # it lands). # * cargo-audit → the (network-facing, crypto-heavy) Rust tree, against the RustSec advisory DB. +# ⚠ ALL FIVE Rust lockfiles, each named with its own `--file`: a bare `cargo audit` +# reads only the root one, which is how the drivers lock went unscanned for so +# long despite already being in this job's `paths:` filter. # * bun audit → each Bun-managed tree that ships or publishes: web (the mgmt console BFF — # login gate, session sealing, mgmt bearer token), sdk (@punktfunk/host), # plugin-kit (@punktfunk/plugin-kit). @@ -11,7 +14,7 @@ # build chain (node-tar, brace-expansion); clearing them needs coordinated bumps # verified against the LIVE site (the docs don't build standalone) — tracked in # punktfunk-planning design/cra-readiness.md. Flip to blocking once clean. -# * cargo-about → license-allowlist gate over BOTH Rust workspaces (about.toml `accepted`); +# * cargo-about → license-allowlist gate over the host + driver workspaces (about.toml `accepted`); # fails if any crate carries a license outside the allowlist — the regression # guard about.toml always promised. (The Android Gradle tree has no lockfile, so # nothing scans it — see the CRA roadmap.) diff --git a/THIRD-PARTY-NOTICES.txt b/THIRD-PARTY-NOTICES.txt index 9f7b8ac9..67a47c8a 100644 --- a/THIRD-PARTY-NOTICES.txt +++ b/THIRD-PARTY-NOTICES.txt @@ -7,7 +7,7 @@ below. Each is distributed under its own permissive license; the full license te follow the manifest. This file is generated by scripts/gen-third-party-notices.py (or `cargo about`, see about.toml) — do not edit by hand. -Total third-party crates: 580 +Total third-party crates: 582 ---------------------------------------------------------------------------- VENDORED THIRD-PARTY SOURCE (inside first-party crates) @@ -30,7 +30,7 @@ MANIFEST (crate version — SPDX license — source) aead 0.5.2 — MIT OR Apache-2.0 — https://github.com/RustCrypto/traits aes 0.8.4 — MIT OR Apache-2.0 — https://github.com/RustCrypto/block-ciphers aes-gcm 0.10.3 — Apache-2.0 OR MIT — https://github.com/RustCrypto/AEADs - aho-corasick 1.1.4 — Unlicense OR MIT — https://github.com/BurntSushi/aho-corasick + aho-corasick 1.1.5 — Unlicense OR MIT — https://github.com/BurntSushi/aho-corasick android_log-sys 0.3.2 — MIT OR Apache-2.0 — https://github.com/rust-mobile/android_log-sys-rs android_logger 0.14.1 — MIT OR Apache-2.0 — https://github.com/rust-mobile/android_logger-rs anes 0.1.6 — MIT OR Apache-2.0 — https://github.com/zrzka/anes-rs @@ -40,9 +40,9 @@ MANIFEST (crate version — SPDX license — source) anstyle-parse 1.0.0 — MIT OR Apache-2.0 — https://github.com/rust-cli/anstyle.git anstyle-query 1.1.5 — MIT OR Apache-2.0 — https://github.com/rust-cli/anstyle.git anstyle-wincon 3.0.11 — MIT OR Apache-2.0 — https://github.com/rust-cli/anstyle.git - anyhow 1.0.103 — MIT OR Apache-2.0 — https://github.com/dtolnay/anyhow + anyhow 1.0.104 — MIT OR Apache-2.0 — https://github.com/dtolnay/anyhow ash 0.38.0+1.3.281 — MIT OR Apache-2.0 — https://github.com/ash-rs/ash - ashpd 0.13.12 — MIT — https://github.com/bilelmoussaoui/ashpd + ashpd 0.13.13 — MIT — https://github.com/bilelmoussaoui/ashpd asn1-rs 0.6.2 — MIT OR Apache-2.0 — https://github.com/rusticata/asn1-rs.git asn1-rs-derive 0.5.1 — MIT OR Apache-2.0 — https://github.com/rusticata/asn1-rs.git asn1-rs-impl 0.2.0 — MIT/Apache-2.0 — https://github.com/rusticata/asn1-rs.git @@ -56,7 +56,7 @@ MANIFEST (crate version — SPDX license — source) async-recursion 1.1.1 — MIT OR Apache-2.0 — https://github.com/dcchut/async-recursion async-signal 0.2.14 — Apache-2.0 OR MIT — https://github.com/smol-rs/async-signal async-task 4.7.1 — Apache-2.0 OR MIT — https://github.com/smol-rs/async-task - async-trait 0.1.89 — MIT OR Apache-2.0 — https://github.com/dtolnay/async-trait + async-trait 0.1.92 — MIT OR Apache-2.0 — https://github.com/dtolnay/async-trait atomic-waker 1.1.2 — Apache-2.0 OR MIT — https://github.com/smol-rs/atomic-waker atomig 0.4.3 — MIT/Apache-2.0 — https://github.com/LukasKalbertodt/atomig/ atomig-macro 0.4.0 — MIT/Apache-2.0 — https://github.com/LukasKalbertodt/atomig/ @@ -74,36 +74,37 @@ MANIFEST (crate version — SPDX license — source) bit-set 0.8.0 — Apache-2.0 OR MIT — https://github.com/contain-rs/bit-set bit-vec 0.8.0 — Apache-2.0 OR MIT — https://github.com/contain-rs/bit-vec bitflags 1.3.2 — MIT/Apache-2.0 — https://github.com/bitflags/bitflags - bitflags 2.13.0 — MIT OR Apache-2.0 — https://github.com/bitflags/bitflags + bitflags 2.13.1 — MIT OR Apache-2.0 — https://github.com/bitflags/bitflags block-buffer 0.10.4 — MIT OR Apache-2.0 — https://github.com/RustCrypto/utils block-padding 0.3.3 — MIT OR Apache-2.0 — https://github.com/RustCrypto/utils blocking 1.6.2 — Apache-2.0 OR MIT — https://github.com/smol-rs/blocking bumpalo 3.20.3 — MIT OR Apache-2.0 — https://github.com/fitzgen/bumpalo - bytemuck 1.25.0 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/bytemuck - bytemuck_derive 1.10.2 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/bytemuck + bytemuck 1.25.2 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/bytemuck + bytemuck_derive 1.12.0 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/bytemuck byteorder 1.5.0 — Unlicense OR MIT — https://github.com/BurntSushi/byteorder byteorder-lite 0.1.0 — Unlicense OR MIT — https://github.com/image-rs/byteorder-lite - bytes 1.12.0 — MIT — https://github.com/tokio-rs/bytes + bytes 1.12.1 — MIT — https://github.com/tokio-rs/bytes cairo-rs 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core cairo-sys-rs 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core cast 0.3.0 — MIT OR Apache-2.0 — https://github.com/japaric/cast.rs cbc 0.1.2 — MIT OR Apache-2.0 — https://github.com/RustCrypto/block-modes cbindgen 0.29.4 — MPL-2.0 — https://github.com/mozilla/cbindgen - cc 1.4.1 — MIT OR Apache-2.0 — https://github.com/rust-lang/cc-rs + cc 1.4.2 — MIT OR Apache-2.0 — https://github.com/rust-lang/cc-rs cesu8 1.1.0 — Apache-2.0/MIT — https://github.com/emk/cesu8-rs cexpr 0.6.0 — Apache-2.0/MIT — https://github.com/jethrogb/rust-cexpr cfg-expr 0.20.8 — MIT OR Apache-2.0 — https://github.com/EmbarkStudios/cfg-expr cfg-if 1.0.4 — MIT OR Apache-2.0 — https://github.com/rust-lang/cfg-if - cfg_aliases 0.2.1 — MIT — https://github.com/katharostech/cfg_aliases + cfg_aliases 0.2.2 — MIT — https://github.com/katharostech/cfg_aliases + chacha20 0.10.1 — MIT OR Apache-2.0 — https://github.com/RustCrypto/stream-ciphers chacha20 0.9.1 — Apache-2.0 OR MIT — https://github.com/RustCrypto/stream-ciphers chacha20poly1305 0.10.1 — Apache-2.0 OR MIT — https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305 ciborium 0.2.2 — Apache-2.0 — https://github.com/enarx/ciborium ciborium-io 0.2.2 — Apache-2.0 — https://github.com/enarx/ciborium ciborium-ll 0.2.2 — Apache-2.0 — https://github.com/enarx/ciborium cipher 0.4.4 — MIT OR Apache-2.0 — https://github.com/RustCrypto/traits - clang-sys 1.8.1 — Apache-2.0 — https://github.com/KyleMayes/clang-sys - clap 4.6.1 — MIT OR Apache-2.0 — https://github.com/clap-rs/clap - clap_builder 4.6.0 — MIT OR Apache-2.0 — https://github.com/clap-rs/clap + clang-sys 1.9.1 — Apache-2.0 — https://github.com/KyleMayes/clang-sys + clap 4.6.6 — MIT OR Apache-2.0 — https://github.com/clap-rs/clap + clap_builder 4.6.6 — MIT OR Apache-2.0 — https://github.com/clap-rs/clap clap_lex 1.1.0 — MIT OR Apache-2.0 — https://github.com/clap-rs/clap cmake 0.1.58 — MIT OR Apache-2.0 — https://github.com/rust-lang/cmake-rs color_quant 1.1.0 — MIT — https://github.com/image-rs/color_quant.git @@ -116,19 +117,20 @@ MANIFEST (crate version — SPDX license — source) core-foundation 0.10.1 — MIT OR Apache-2.0 — https://github.com/servo/core-foundation-rs core-foundation-sys 0.8.7 — MIT OR Apache-2.0 — https://github.com/servo/core-foundation-rs cpufeatures 0.2.17 — MIT OR Apache-2.0 — https://github.com/RustCrypto/utils + cpufeatures 0.3.0 — MIT OR Apache-2.0 — https://github.com/RustCrypto/utils crc32fast 1.5.0 — MIT OR Apache-2.0 — https://github.com/srijs/rust-crc32fast criterion 0.5.1 — Apache-2.0 OR MIT — https://github.com/bheisler/criterion.rs criterion-plot 0.5.0 — MIT/Apache-2.0 — https://github.com/bheisler/criterion.rs - crossbeam-deque 0.8.6 — MIT OR Apache-2.0 — https://github.com/crossbeam-rs/crossbeam + crossbeam-deque 0.8.7 — MIT OR Apache-2.0 — https://github.com/crossbeam-rs/crossbeam crossbeam-epoch 0.9.20 — MIT OR Apache-2.0 — https://github.com/crossbeam-rs/crossbeam - crossbeam-utils 0.8.21 — MIT OR Apache-2.0 — https://github.com/crossbeam-rs/crossbeam + crossbeam-utils 0.8.22 — MIT OR Apache-2.0 — https://github.com/crossbeam-rs/crossbeam crunchy 0.2.4 — MIT — https://github.com/eira-fransham/crunchy crypto-common 0.1.7 — MIT OR Apache-2.0 — https://github.com/RustCrypto/traits ctr 0.9.2 — MIT OR Apache-2.0 — https://github.com/RustCrypto/block-modes cudarc 0.16.6 — MIT OR Apache-2.0 — https://github.com/coreylowman/cudarc curve25519-dalek 4.1.3 — BSD-3-Clause — https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek curve25519-dalek-derive 0.1.1 — MIT/Apache-2.0 — https://github.com/dalek-cryptography/curve25519-dalek - data-encoding 2.11.0 — MIT — https://github.com/ia0/data-encoding + data-encoding 2.11.1 — MIT — https://github.com/ia0/data-encoding defmt 1.1.1 — MIT OR Apache-2.0 — https://github.com/knurling-rs/defmt defmt-macros 1.1.1 — MIT OR Apache-2.0 — https://github.com/knurling-rs/defmt defmt-parser 1.0.0 — MIT OR Apache-2.0 — https://github.com/knurling-rs/defmt @@ -136,10 +138,10 @@ MANIFEST (crate version — SPDX license — source) der-parser 9.0.0 — MIT/Apache-2.0 — https://github.com/rusticata/der-parser.git deranged 0.5.8 — MIT OR Apache-2.0 — https://github.com/jhpratt/deranged digest 0.10.7 — MIT OR Apache-2.0 — https://github.com/RustCrypto/traits - displaydoc 0.2.6 — MIT OR Apache-2.0 — https://github.com/yaahc/displaydoc + displaydoc 0.2.7 — MIT OR Apache-2.0 — https://github.com/yaahc/displaydoc downcast-rs 1.2.1 — MIT/Apache-2.0 — https://github.com/marcianx/downcast-rs dunce 1.0.5 — CC0-1.0 OR MIT-0 OR Apache-2.0 — https://gitlab.com/kornelski/dunce - either 1.16.0 — MIT OR Apache-2.0 — https://github.com/rayon-rs/either + either 1.17.0 — MIT OR Apache-2.0 — https://github.com/rayon-rs/either endi 1.1.1 — MIT — https://github.com/zeenix/endi enumflags2 0.7.12 — MIT OR Apache-2.0 — https://github.com/meithecatte/enumflags2 enumflags2_derive 0.7.12 — MIT OR Apache-2.0 — https://github.com/meithecatte/enumflags2 @@ -148,12 +150,12 @@ MANIFEST (crate version — SPDX license — source) env_logger 0.11.11 — MIT OR Apache-2.0 — https://github.com/rust-cli/env_logger equivalent 1.0.2 — Apache-2.0 OR MIT — https://github.com/indexmap-rs/equivalent errno 0.3.14 — MIT OR Apache-2.0 — https://github.com/lambda-fairy/rust-errno - event-listener 5.4.1 — Apache-2.0 OR MIT — https://github.com/smol-rs/event-listener + event-listener 5.4.2 — Apache-2.0 OR MIT — https://github.com/smol-rs/event-listener event-listener-strategy 0.5.4 — Apache-2.0 OR MIT — https://github.com/smol-rs/event-listener-strategy fallible-iterator 0.3.0 — MIT/Apache-2.0 — https://github.com/sfackler/rust-fallible-iterator fallible-streaming-iterator 0.1.9 — MIT/Apache-2.0 — https://github.com/sfackler/fallible-streaming-iterator - fastbloom 0.14.1 — MIT OR Apache-2.0 — https://github.com/tomtomwombat/fastbloom/ - fastrand 2.4.1 — Apache-2.0 OR MIT — https://github.com/smol-rs/fastrand + fastbloom 0.17.0 — MIT OR Apache-2.0 — https://github.com/tomtomwombat/fastbloom/ + fastrand 2.5.0 — Apache-2.0 OR MIT — https://github.com/smol-rs/fastrand fdeflate 0.3.7 — MIT OR Apache-2.0 — https://github.com/image-rs/fdeflate ffmpeg-next 9.0.0 — WTFPL — https://github.com/zmwangx/rust-ffmpeg ffmpeg-sys-next 9.0.0 — WTFPL — https://github.com/zmwangx/rust-ffmpeg-sys @@ -168,22 +170,22 @@ MANIFEST (crate version — SPDX license — source) foldhash 0.2.0 — Zlib — https://github.com/orlp/foldhash form_urlencoded 1.2.2 — MIT OR Apache-2.0 — https://github.com/servo/rust-url fragile 2.1.0 — Apache-2.0 — https://github.com/mitsuhiko/fragile - fs-err 3.3.0 — MIT OR Apache-2.0 — https://github.com/andrewhickman/fs-err + fs-err 3.3.1 — MIT OR Apache-2.0 — https://github.com/andrewhickman/fs-err fs_extra 1.3.0 — MIT — https://github.com/webdesus/fs_extra - futures 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs - futures-channel 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs - futures-core 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs - futures-executor 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs - futures-io 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-channel 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-core 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-executor 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-io 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs futures-lite 2.6.1 — Apache-2.0 OR MIT — https://github.com/smol-rs/futures-lite - futures-macro 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs - futures-sink 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs - futures-task 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs - futures-util 0.3.32 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-macro 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-sink 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-task 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs + futures-util 0.3.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/futures-rs gdk-pixbuf 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core gdk-pixbuf-sys 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core - gdk4 0.11.2 — MIT — https://github.com/gtk-rs/gtk4-rs - gdk4-sys 0.11.2 — MIT — https://github.com/gtk-rs/gtk4-rs + gdk4 0.11.4 — MIT — https://github.com/gtk-rs/gtk4-rs + gdk4-sys 0.11.4 — MIT — https://github.com/gtk-rs/gtk4-rs generic-array 0.14.7 — MIT — https://github.com/fizyk20/generic-array.git gethostname 1.1.0 — Apache-2.0 — https://codeberg.org/swsnr/gethostname.rs.git getrandom 0.2.17 — MIT OR Apache-2.0 — https://github.com/rust-random/getrandom @@ -191,37 +193,37 @@ MANIFEST (crate version — SPDX license — source) getrandom 0.4.3 — MIT OR Apache-2.0 — https://github.com/rust-random/getrandom ghash 0.5.1 — Apache-2.0 OR MIT — https://github.com/RustCrypto/universal-hashes gif 0.14.2 — MIT OR Apache-2.0 — https://github.com/image-rs/image-gif - gio 0.22.6 — MIT — https://github.com/gtk-rs/gtk-rs-core - gio-sys 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core - glib 0.22.7 — MIT — https://github.com/gtk-rs/gtk-rs-core + gio 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core + gio-sys 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core + glib 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core glib-build-tools 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core glib-macros 0.22.6 — MIT — https://github.com/gtk-rs/gtk-rs-core - glib-sys 0.22.6 — MIT — https://github.com/gtk-rs/gtk-rs-core - glob 0.3.3 — MIT OR Apache-2.0 — https://github.com/rust-lang/glob + glib-sys 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core + glob 0.3.4 — MIT OR Apache-2.0 — https://github.com/rust-lang/glob gobject-sys 0.22.6 — MIT — https://github.com/gtk-rs/gtk-rs-core - graphene-rs 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core - graphene-sys 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core - gsk4 0.11.1 — MIT — https://github.com/gtk-rs/gtk4-rs - gsk4-sys 0.11.1 — MIT — https://github.com/gtk-rs/gtk4-rs - gtk4 0.11.3 — MIT — https://github.com/gtk-rs/gtk4-rs - gtk4-macros 0.11.0 — MIT — https://github.com/gtk-rs/gtk4-rs - gtk4-sys 0.11.3 — MIT — https://github.com/gtk-rs/gtk4-rs + graphene-rs 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core + graphene-sys 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core + gsk4 0.11.4 — MIT — https://github.com/gtk-rs/gtk4-rs + gsk4-sys 0.11.4 — MIT — https://github.com/gtk-rs/gtk4-rs + gtk4 0.11.4 — MIT — https://github.com/gtk-rs/gtk4-rs + gtk4-macros 0.11.4 — MIT — https://github.com/gtk-rs/gtk4-rs + gtk4-sys 0.11.4 — MIT — https://github.com/gtk-rs/gtk4-rs h2 0.4.15 — MIT — https://github.com/hyperium/h2 half 2.7.1 — MIT OR Apache-2.0 — https://github.com/VoidStarKat/half-rs hashbrown 0.16.1 — MIT OR Apache-2.0 — https://github.com/rust-lang/hashbrown hashbrown 0.17.1 — MIT OR Apache-2.0 — https://github.com/rust-lang/hashbrown - hashlink 0.12.0 — MIT OR Apache-2.0 — https://github.com/djc/hashlink + hashlink 0.12.1 — MIT OR Apache-2.0 — https://github.com/djc/hashlink heck 0.5.0 — MIT OR Apache-2.0 — https://github.com/withoutboats/heck hermit-abi 0.5.2 — MIT OR Apache-2.0 — https://github.com/hermit-os/hermit-rs hex 0.4.3 — MIT OR Apache-2.0 — https://github.com/KokaKiwi/rust-hex hkdf 0.12.4 — MIT OR Apache-2.0 — https://github.com/RustCrypto/KDFs/ hmac 0.12.1 — MIT OR Apache-2.0 — https://github.com/RustCrypto/MACs - http 1.4.2 — MIT OR Apache-2.0 — https://github.com/hyperium/http - http-body 1.0.1 — MIT — https://github.com/hyperium/http-body - http-body-util 0.1.3 — MIT — https://github.com/hyperium/http-body + http 1.5.0 — MIT OR Apache-2.0 — https://github.com/hyperium/http + http-body 1.1.0 — MIT — https://github.com/hyperium/http-body + http-body-util 0.1.5 — MIT — https://github.com/hyperium/http-body httparse 1.10.1 — MIT OR Apache-2.0 — https://github.com/seanmonstar/httparse httpdate 1.0.3 — MIT OR Apache-2.0 — https://github.com/pyfisch/httpdate - hyper 1.10.1 — MIT — https://github.com/hyperium/hyper + hyper 1.11.0 — MIT — https://github.com/hyperium/hyper hyper-util 0.1.20 — MIT — https://github.com/hyperium/hyper-util if-addrs 0.13.4 — MIT OR BSD-3-Clause — https://github.com/messense/if-addrs if-addrs 0.15.0 — MIT OR BSD-3-Clause — https://github.com/messense/if-addrs @@ -237,22 +239,24 @@ MANIFEST (crate version — SPDX license — source) jiff-core 0.1.0 — Unlicense OR MIT — https://github.com/BurntSushi/jiff jiff-static 0.2.35 — Unlicense OR MIT — https://github.com/BurntSushi/jiff jni 0.21.1 — MIT/Apache-2.0 — https://github.com/jni-rs/jni-rs + jni 0.22.4 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-rs + jni-macros 0.22.4 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-rs jni-sys 0.3.1 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-sys jni-sys 0.4.1 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-sys jni-sys-macros 0.4.1 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-sys - jobserver 0.1.34 — MIT OR Apache-2.0 — https://github.com/rust-lang/jobserver-rs - js-sys 0.3.103 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys + jobserver 0.1.35 — MIT OR Apache-2.0 — https://github.com/rust-lang/jobserver-rs + js-sys 0.3.104 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys khronos-egl 6.0.0 — MIT/Apache-2.0 — https://github.com/timothee-haudebourg/khronos-egl - ksni 0.3.5 — Unlicense — https://github.com/iovxw/ksni + ksni 0.3.6 — Unlicense — https://github.com/iovxw/ksni lazy_static 1.5.0 — MIT OR Apache-2.0 — https://github.com/rust-lang-nursery/lazy-static.rs - libadwaita 0.9.1 — MIT — https://gitlab.gnome.org/World/Rust/libadwaita-rs - libadwaita-sys 0.9.1 — MIT — https://gitlab.gnome.org/World/Rust/libadwaita-rs - libc 0.2.186 — MIT OR Apache-2.0 — https://github.com/rust-lang/libc + libadwaita 0.9.2 — MIT — https://gitlab.gnome.org/World/Rust/libadwaita-rs + libadwaita-sys 0.9.2 — MIT — https://gitlab.gnome.org/World/Rust/libadwaita-rs + libc 0.2.189 — MIT OR Apache-2.0 — https://github.com/rust-lang/libc libloading 0.8.9 — ISC — https://github.com/nagisa/rust_libloading/ libm 0.2.16 — MIT — https://github.com/rust-lang/compiler-builtins libspa 0.9.2 — MIT — https://gitlab.freedesktop.org/pipewire/pipewire-rs libspa-sys 0.9.2 — MIT — https://gitlab.freedesktop.org/pipewire/pipewire-rs - libsqlite3-sys 0.38.1 — MIT — https://github.com/rusqlite/rusqlite + libsqlite3-sys 0.38.2 — MIT — https://github.com/rusqlite/rusqlite linux-raw-sys 0.12.1 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT — https://github.com/sunfishcode/linux-raw-sys lock_api 0.4.14 — MIT OR Apache-2.0 — https://github.com/Amanieu/parking_lot log 0.4.33 — MIT OR Apache-2.0 — https://github.com/rust-lang/log @@ -260,14 +264,14 @@ MANIFEST (crate version — SPDX license — source) mac_address 1.1.8 — MIT OR Apache-2.0 — https://github.com/rep-nop/mac_address matchers 0.2.0 — MIT — https://github.com/hawkw/matchers matchit 0.8.4 — MIT AND BSD-3-Clause — https://github.com/ibraheemdev/matchit - mdns-sd 0.20.1 — Apache-2.0 OR MIT — https://github.com/keepsimple1/mdns-sd - memchr 2.8.2 — Unlicense OR MIT — https://github.com/BurntSushi/memchr + mdns-sd 0.20.3 — Apache-2.0 OR MIT — https://github.com/keepsimple1/mdns-sd + memchr 2.8.3 — Unlicense OR MIT — https://github.com/BurntSushi/memchr memmap2 0.9.11 — MIT OR Apache-2.0 — https://github.com/RazrFalcon/memmap2-rs memoffset 0.9.1 — MIT — https://github.com/Gilnaa/memoffset mime 0.3.17 — MIT OR Apache-2.0 — https://github.com/hyperium/mime minimal-lexical 0.2.1 — MIT/Apache-2.0 — https://github.com/Alexhuszagh/minimal-lexical miniz_oxide 0.8.9 — MIT OR Zlib OR Apache-2.0 — https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide - mio 1.2.1 — MIT — https://github.com/tokio-rs/mio + mio 1.2.2 — MIT — https://github.com/tokio-rs/mio moxcms 0.8.1 — BSD-3-Clause OR Apache-2.0 — https://github.com/awxkee/moxcms.git nasm-rs 0.3.2 — MIT OR Apache-2.0 — https://github.com/medek/nasm-rs ndk 0.9.0 — MIT OR Apache-2.0 — https://github.com/rust-mobile/ndk @@ -277,12 +281,12 @@ MANIFEST (crate version — SPDX license — source) nom 7.1.3 — MIT — https://github.com/Geal/nom nom 8.0.0 — MIT — https://github.com/rust-bakery/nom nu-ansi-term 0.50.3 — MIT — https://github.com/nushell/nu-ansi-term - num-bigint 0.4.6 — MIT OR Apache-2.0 — https://github.com/rust-num/num-bigint + num-bigint 0.4.8 — MIT OR Apache-2.0 — https://github.com/rust-num/num-bigint num-bigint-dig 0.8.6 — MIT/Apache-2.0 — https://github.com/dignifiedquire/num-bigint num-conv 0.2.2 — MIT OR Apache-2.0 — https://github.com/jhpratt/num-conv num-derive 0.4.2 — MIT OR Apache-2.0 — https://github.com/rust-num/num-derive - num-integer 0.1.46 — MIT OR Apache-2.0 — https://github.com/rust-num/num-integer - num-iter 0.1.45 — MIT OR Apache-2.0 — https://github.com/rust-num/num-iter + num-integer 0.1.47 — MIT OR Apache-2.0 — https://github.com/rust-num/num-integer + num-iter 0.1.46 — MIT OR Apache-2.0 — https://github.com/rust-num/num-iter num-traits 0.2.19 — MIT OR Apache-2.0 — https://github.com/rust-num/num-traits num_cpus 1.17.0 — MIT OR Apache-2.0 — https://github.com/seanmonstar/num_cpus num_enum 0.7.6 — BSD-3-Clause OR MIT OR Apache-2.0 — https://github.com/illicitonion/num_enum @@ -293,12 +297,12 @@ MANIFEST (crate version — SPDX license — source) once_cell_polyfill 1.70.2 — MIT OR Apache-2.0 — https://github.com/polyfill-rs/once_cell_polyfill oorandom 11.1.5 — MIT — https://hg.sr.ht/~icefox/oorandom opaque-debug 0.3.1 — MIT OR Apache-2.0 — https://github.com/RustCrypto/utils - openh264 0.9.3 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs - openh264-sys2 0.9.6 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs + openh264 0.9.8 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs + openh264-sys2 0.9.8 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs openssl-probe 0.2.1 — MIT OR Apache-2.0 — https://github.com/rustls/openssl-probe opus 0.3.1 — MIT/Apache-2.0 — https://github.com/SpaceManiac/opus-rs ordered-stream 0.2.0 — MIT OR Apache-2.0 — https://github.com/danieldg/ordered-stream - pango 0.22.6 — MIT — https://github.com/gtk-rs/gtk-rs-core + pango 0.22.8 — MIT — https://github.com/gtk-rs/gtk-rs-core pango-sys 0.22.0 — MIT — https://github.com/gtk-rs/gtk-rs-core parking 2.2.1 — Apache-2.0 OR MIT — https://github.com/smol-rs/parking parking_lot 0.12.5 — MIT OR Apache-2.0 — https://github.com/Amanieu/parking_lot @@ -319,29 +323,32 @@ MANIFEST (crate version — SPDX license — source) polling 3.11.0 — Apache-2.0 OR MIT — https://github.com/smol-rs/polling poly1305 0.8.0 — Apache-2.0 OR MIT — https://github.com/RustCrypto/universal-hashes polyval 0.6.2 — Apache-2.0 OR MIT — https://github.com/RustCrypto/universal-hashes - portable-atomic 1.14.0 — Apache-2.0 OR MIT — https://github.com/taiki-e/portable-atomic + portable-atomic 1.15.0 — Apache-2.0 OR MIT — https://github.com/taiki-e/portable-atomic portable-atomic-util 0.2.7 — Apache-2.0 OR MIT — https://github.com/taiki-e/portable-atomic-util powerfmt 0.2.0 — MIT OR Apache-2.0 — https://github.com/jhpratt/powerfmt ppv-lite86 0.2.21 — MIT OR Apache-2.0 — https://github.com/cryptocorrosion/cryptocorrosion prettyplease 0.2.37 — MIT OR Apache-2.0 — https://github.com/dtolnay/prettyplease proc-macro-crate 3.5.0 — MIT OR Apache-2.0 — https://github.com/bkchr/proc-macro-crate - proc-macro2 1.0.106 — MIT OR Apache-2.0 — https://github.com/dtolnay/proc-macro2 + proc-macro2 1.0.107 — MIT OR Apache-2.0 — https://github.com/dtolnay/proc-macro2 proptest 1.11.0 — MIT OR Apache-2.0 — https://github.com/proptest-rs/proptest pxfm 0.1.30 — BSD-3-Clause OR Apache-2.0 — https://github.com/awxkee/pxfm quick-error 1.2.3 — MIT/Apache-2.0 — http://github.com/tailhook/quick-error - quick-xml 0.39.4 — MIT — https://github.com/tafia/quick-xml + quick-xml 0.41.0 — MIT — https://github.com/tafia/quick-xml quinn 0.11.11 — MIT OR Apache-2.0 — https://github.com/quinn-rs/quinn - quinn-proto 0.11.15 — MIT OR Apache-2.0 — https://github.com/quinn-rs/quinn - quinn-udp 0.5.14 — MIT OR Apache-2.0 — https://github.com/quinn-rs/quinn - quote 1.0.46 — MIT OR Apache-2.0 — https://github.com/dtolnay/quote + quinn-proto 0.11.16 — MIT OR Apache-2.0 — https://github.com/quinn-rs/quinn + quinn-udp 0.5.15 — MIT OR Apache-2.0 — https://github.com/quinn-rs/quinn + quote 1.0.47 — MIT OR Apache-2.0 — https://github.com/dtolnay/quote r-efi 5.3.0 — MIT OR Apache-2.0 OR LGPL-2.1-or-later — https://github.com/r-efi/r-efi r-efi 6.0.0 — MIT OR Apache-2.0 OR LGPL-2.1-or-later — https://github.com/r-efi/r-efi - rand 0.8.6 — MIT OR Apache-2.0 — https://github.com/rust-random/rand - rand 0.9.4 — MIT OR Apache-2.0 — https://github.com/rust-random/rand + rand 0.10.2 — MIT OR Apache-2.0 — https://github.com/rust-random/rand + rand 0.8.7 — MIT OR Apache-2.0 — https://github.com/rust-random/rand + rand 0.9.5 — MIT OR Apache-2.0 — https://github.com/rust-random/rand rand_chacha 0.3.1 — MIT OR Apache-2.0 — https://github.com/rust-random/rand rand_chacha 0.9.0 — MIT OR Apache-2.0 — https://github.com/rust-random/rand + rand_core 0.10.1 — MIT OR Apache-2.0 — https://github.com/rust-random/rand_core rand_core 0.6.4 — MIT OR Apache-2.0 — https://github.com/rust-random/rand rand_core 0.9.5 — MIT OR Apache-2.0 — https://github.com/rust-random/rand + rand_pcg 0.10.2 — MIT OR Apache-2.0 — https://github.com/rust-random/rngs rand_xorshift 0.4.0 — MIT OR Apache-2.0 — https://github.com/rust-random/rngs rav1d 1.1.0 — BSD-2-Clause — https://github.com/memorysafety/rav1d raw-cpuid 11.6.0 — MIT — https://github.com/gz/rust-cpuid @@ -352,8 +359,8 @@ MANIFEST (crate version — SPDX license — source) readme-rustdocifier 0.1.1 — MIT — https://github.com/malaire/readme-rustdocifier redox_syscall 0.5.18 — MIT — https://gitlab.redox-os.org/redox-os/syscall reed-solomon-simd 3.1.0 — MIT AND BSD-3-Clause — https://github.com/AndersTrier/reed-solomon-simd - regex 1.12.4 — MIT OR Apache-2.0 — https://github.com/rust-lang/regex - regex-automata 0.4.14 — MIT OR Apache-2.0 — https://github.com/rust-lang/regex + regex 1.13.1 — MIT OR Apache-2.0 — https://github.com/rust-lang/regex + regex-automata 0.4.18 — MIT OR Apache-2.0 — https://github.com/rust-lang/regex regex-syntax 0.8.11 — MIT OR Apache-2.0 — https://github.com/rust-lang/regex reis 0.6.1 — MIT — https://github.com/ids1024/reis relm4 0.11.0 — Apache-2.0 OR MIT — https://github.com/Relm4/Relm4 @@ -364,22 +371,22 @@ MANIFEST (crate version — SPDX license — source) rpkg-config 0.1.2 — Zlib OR MIT OR Apache-2.0 — https://github.com/maia-s/rpkg-config-rs rsa 0.9.10 — MIT OR Apache-2.0 — https://github.com/RustCrypto/RSA rsqlite-vfs 0.1.1 — MIT - rusqlite 0.40.1 — MIT — https://github.com/rusqlite/rusqlite - rustc-hash 2.1.2 — Apache-2.0 OR MIT — https://github.com/rust-lang/rustc-hash + rusqlite 0.40.2 — MIT — https://github.com/rusqlite/rusqlite + rustc-hash 2.1.3 — Apache-2.0 OR MIT — https://github.com/rust-lang/rustc-hash rustc_version 0.4.1 — MIT OR Apache-2.0 — https://github.com/djc/rustc-version-rs rusticata-macros 4.1.0 — MIT/Apache-2.0 — https://github.com/rusticata/rusticata-macros.git rustix 1.1.4 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT — https://github.com/bytecodealliance/rustix - rustls 0.23.41 — Apache-2.0 OR ISC OR MIT — https://github.com/rustls/rustls + rustls 0.23.43 — Apache-2.0 OR ISC OR MIT — https://github.com/rustls/rustls rustls-native-certs 0.8.4 — Apache-2.0 OR ISC OR MIT — https://github.com/rustls/rustls-native-certs - rustls-pki-types 1.14.1 — MIT OR Apache-2.0 — https://github.com/rustls/pki-types - rustls-platform-verifier 0.6.2 — MIT OR Apache-2.0 — https://github.com/rustls/rustls-platform-verifier + rustls-pki-types 1.15.1 — MIT OR Apache-2.0 — https://github.com/rustls/pki-types + rustls-platform-verifier 0.7.0 — MIT OR Apache-2.0 — https://github.com/rustls/rustls-platform-verifier rustls-platform-verifier-android 0.1.1 — MIT OR Apache-2.0 — https://github.com/rustls/rustls-platform-verifier - rustls-webpki 0.103.13 — ISC — https://github.com/rustls/webpki - rustversion 1.0.22 — MIT OR Apache-2.0 — https://github.com/dtolnay/rustversion + rustls-webpki 0.103.14 — ISC — https://github.com/rustls/webpki + rustversion 1.0.23 — MIT OR Apache-2.0 — https://github.com/dtolnay/rustversion rusty-fork 0.3.1 — MIT/Apache-2.0 — https://github.com/altsysrq/rusty-fork rusty_enet 0.4.0 — MIT — https://github.com/jabuwu/rusty_enet ryu 1.0.23 — Apache-2.0 OR BSL-1.0 — https://github.com/dtolnay/ryu - safe_arch 0.7.4 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/safe_arch + safe_arch 1.1.0 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/safe_arch same-file 1.0.6 — Unlicense/MIT — https://github.com/BurntSushi/same-file schannel 0.1.29 — MIT — https://github.com/steffengy/schannel-rs scopeguard 1.2.0 — MIT OR Apache-2.0 — https://github.com/bluss/scopeguard @@ -388,19 +395,19 @@ MANIFEST (crate version — SPDX license — source) sdl3-image-sys 0.6.4+SDL-image-3.4.4 — Zlib — https://codeberg.org/maia/sdl3-sys-rs sdl3-mixer-src 3.2.4 — Zlib — https://codeberg.org/maia/sdl3-sys-rs sdl3-mixer-sys 0.6.3+SDL-mixer-3.2.4 — Zlib — https://codeberg.org/maia/sdl3-sys-rs - sdl3-src 3.4.10 — Zlib — https://codeberg.org/maia/sdl3-sys-rs - sdl3-sys 0.6.6+SDL-3.4.10 — Zlib — https://codeberg.org/maia/sdl3-sys-rs + sdl3-src 3.4.14 — Zlib — https://codeberg.org/maia/sdl3-sys-rs + sdl3-sys 0.6.8+SDL-3.4.14 — Zlib — https://codeberg.org/maia/sdl3-sys-rs sdl3-ttf-src 3.2.2 — Zlib — https://github.com/maia-s/sdl3-sys-rs sdl3-ttf-sys 0.6.1+SDL-ttf-3.2.2 — Zlib — https://codeberg.org/maia/sdl3-sys-rs security-framework 3.7.0 — MIT OR Apache-2.0 — https://github.com/kornelski/rust-security-framework security-framework-sys 2.17.0 — MIT OR Apache-2.0 — https://github.com/kornelski/rust-security-framework semver 1.0.28 — MIT OR Apache-2.0 — https://github.com/dtolnay/semver - serde 1.0.228 — MIT OR Apache-2.0 — https://github.com/serde-rs/serde - serde_core 1.0.228 — MIT OR Apache-2.0 — https://github.com/serde-rs/serde - serde_derive 1.0.228 — MIT OR Apache-2.0 — https://github.com/serde-rs/serde - serde_json 1.0.150 — MIT OR Apache-2.0 — https://github.com/serde-rs/json + serde 1.0.229 — MIT OR Apache-2.0 — https://github.com/serde-rs/serde + serde_core 1.0.229 — MIT OR Apache-2.0 — https://github.com/serde-rs/serde + serde_derive 1.0.229 — MIT OR Apache-2.0 — https://github.com/serde-rs/serde + serde_json 1.0.151 — MIT OR Apache-2.0 — https://github.com/serde-rs/json serde_path_to_error 0.1.20 — MIT OR Apache-2.0 — https://github.com/dtolnay/path-to-error - serde_repr 0.1.20 — MIT OR Apache-2.0 — https://github.com/dtolnay/serde-repr + serde_repr 0.1.21 — MIT OR Apache-2.0 — https://github.com/dtolnay/serde-repr serde_spanned 0.6.9 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml serde_spanned 1.1.1 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml serde_urlencoded 0.7.1 — MIT/Apache-2.0 — https://github.com/nox/serde_urlencoded @@ -410,57 +417,61 @@ MANIFEST (crate version — SPDX license — source) shlex 2.0.1 — MIT OR Apache-2.0 — https://github.com/comex/rust-shlex signal-hook-registry 1.4.8 — MIT OR Apache-2.0 — https://github.com/vorner/signal-hook signature 2.2.0 — Apache-2.0 OR MIT — https://github.com/RustCrypto/traits/tree/master/signature - simd-adler32 0.3.9 — MIT — https://github.com/mcountryman/simd-adler32 + simd-adler32 0.3.10 — MIT — https://github.com/mcountryman/simd-adler32 + simd_cesu8 1.2.0 — Apache-2.0 OR MIT — https://github.com/seancroach/simd_cesu8 + simdutf8 0.1.5 — MIT OR Apache-2.0 — https://github.com/rusticstuff/simdutf8 siphasher 1.0.3 — MIT/Apache-2.0 — https://github.com/jedisct1/rust-siphash skia-bindings 0.87.0 — MIT — https://github.com/rust-skia/rust-skia skia-safe 0.87.0 — MIT — https://github.com/rust-skia/rust-skia slab 0.4.12 — MIT — https://github.com/tokio-rs/slab smallvec 1.15.2 — MIT OR Apache-2.0 — https://github.com/servo/rust-smallvec - socket-pktinfo 0.4.0 — MIT — https://github.com/pixsper/socket-pktinfo - socket2 0.6.4 — MIT OR Apache-2.0 — https://github.com/rust-lang/socket2 + socket-pktinfo 0.4.1 — MIT — https://github.com/pixsper/socket-pktinfo + socket2 0.6.5 — MIT OR Apache-2.0 — https://github.com/rust-lang/socket2 spake2 0.4.0 — MIT OR Apache-2.0 — https://github.com/RustCrypto/PAKEs/tree/master/spake2 - spin 0.9.8 — MIT — https://github.com/mvdnes/spin-rs.git + spin 0.9.9 — MIT — https://github.com/mvdnes/spin-rs.git spki 0.7.3 — Apache-2.0 OR MIT — https://github.com/RustCrypto/formats/tree/master/spki sqlite-wasm-rs 0.5.5 — MIT — https://github.com/Spxg/sqlite-wasm-rs strsim 0.11.1 — MIT — https://github.com/rapidfuzz/strsim-rs strum 0.26.3 — MIT — https://github.com/Peternator7/strum strum_macros 0.26.4 — MIT — https://github.com/Peternator7/strum subtle 2.6.1 — BSD-3-Clause — https://github.com/dalek-cryptography/subtle - syn 2.0.118 — MIT OR Apache-2.0 — https://github.com/dtolnay/syn + syn 2.0.119 — MIT OR Apache-2.0 — https://github.com/dtolnay/syn + syn 3.0.3 — MIT OR Apache-2.0 — https://github.com/dtolnay/syn sync_wrapper 1.0.2 — Apache-2.0 — https://github.com/Actyx/sync_wrapper synstructure 0.13.2 — MIT — https://github.com/mystor/synstructure system-deps 7.0.8 — MIT OR Apache-2.0 — https://github.com/gdesmott/system-deps tar 0.4.46 — MIT OR Apache-2.0 — https://github.com/composefs/tar-rs target-lexicon 0.13.5 — Apache-2.0 WITH LLVM-exception — https://github.com/bytecodealliance/target-lexicon + task-local 0.1.1 — MIT OR Apache-2.0 — https://github.com/BugenZhao/task-local tempfile 3.27.0 — MIT OR Apache-2.0 — https://github.com/Stebalien/tempfile test_reactor 0.0.0 — UNKNOWN thiserror 1.0.69 — MIT OR Apache-2.0 — https://github.com/dtolnay/thiserror - thiserror 2.0.18 — MIT OR Apache-2.0 — https://github.com/dtolnay/thiserror + thiserror 2.0.20 — MIT OR Apache-2.0 — https://github.com/dtolnay/thiserror thiserror-impl 1.0.69 — MIT OR Apache-2.0 — https://github.com/dtolnay/thiserror - thiserror-impl 2.0.18 — MIT OR Apache-2.0 — https://github.com/dtolnay/thiserror - thread_local 1.1.9 — MIT OR Apache-2.0 — https://github.com/Amanieu/thread_local-rs - time 0.3.51 — MIT OR Apache-2.0 — https://github.com/time-rs/time + thiserror-impl 2.0.20 — MIT OR Apache-2.0 — https://github.com/dtolnay/thiserror + thread_local 1.1.10 — MIT OR Apache-2.0 — https://github.com/Amanieu/thread_local-rs + time 0.3.55 — MIT OR Apache-2.0 — https://github.com/time-rs/time time-core 0.1.9 — MIT OR Apache-2.0 — https://github.com/time-rs/time - time-macros 0.2.30 — MIT OR Apache-2.0 — https://github.com/time-rs/time + time-macros 0.2.32 — MIT OR Apache-2.0 — https://github.com/time-rs/time tinytemplate 1.2.1 — Apache-2.0 OR MIT — https://github.com/bheisler/TinyTemplate - tinyvec 1.11.0 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/tinyvec + tinyvec 1.12.0 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/tinyvec tinyvec_macros 0.1.1 — MIT OR Apache-2.0 OR Zlib — https://github.com/Soveu/tinyvec_macros to_method 1.1.0 — CC0-1.0 — https://github.com/whentze/to_method - tokio 1.52.3 — MIT — https://github.com/tokio-rs/tokio - tokio-macros 2.7.0 — MIT — https://github.com/tokio-rs/tokio + tokio 1.53.1 — MIT — https://github.com/tokio-rs/tokio + tokio-macros 2.7.2 — MIT — https://github.com/tokio-rs/tokio tokio-rustls 0.26.4 — MIT OR Apache-2.0 — https://github.com/rustls/tokio-rustls - tokio-util 0.7.18 — MIT — https://github.com/tokio-rs/tokio + tokio-util 0.7.19 — MIT — https://github.com/tokio-rs/tokio toml 0.8.23 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml toml 0.9.12+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml - toml 1.1.2+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml + toml 1.1.4+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml toml_datetime 0.6.11 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml toml_datetime 0.7.5+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml toml_datetime 1.1.1+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml toml_edit 0.22.27 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml - toml_edit 0.25.12+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml - toml_parser 1.1.2+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml + toml_edit 0.25.13+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml + toml_parser 1.1.3+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml toml_write 0.1.2 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml - toml_writer 1.1.1+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml + toml_writer 1.1.2+spec-1.1.0 — MIT OR Apache-2.0 — https://github.com/toml-rs/toml tower 0.5.3 — MIT — https://github.com/tower-rs/tower tower-layer 0.3.3 — MIT — https://github.com/tower-rs/tower tower-service 0.3.3 — MIT — https://github.com/tower-rs/tower @@ -488,7 +499,7 @@ MANIFEST (crate version — SPDX license — source) utoipa-axum 0.2.0 — MIT OR Apache-2.0 — https://github.com/juhaku/utoipa utoipa-gen 5.5.0 — MIT OR Apache-2.0 — https://github.com/juhaku/utoipa utoipa-scalar 0.3.0 — MIT OR Apache-2.0 — https://github.com/juhaku/utoipa - uuid 1.23.4 — Apache-2.0 OR MIT — https://github.com/uuid-rs/uuid + uuid 1.24.0 — Apache-2.0 OR MIT — https://github.com/uuid-rs/uuid valuable 0.1.1 — MIT — https://github.com/tokio-rs/valuable vcpkg 0.2.15 — MIT/Apache-2.0 — https://github.com/mcgoo/vcpkg-rs version-compare 0.2.1 — MIT — https://gitlab.com/timvisee/version-compare @@ -498,22 +509,22 @@ MANIFEST (crate version — SPDX license — source) wasapi 0.23.0 — MIT — https://github.com/HEnquist/wasapi-rs wasi 0.11.1+wasi-snapshot-preview1 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT — https://github.com/bytecodealliance/wasi wasip2 1.0.4+wasi-0.2.12 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT — https://github.com/bytecodealliance/wasi-rs - wasm-bindgen 0.2.126 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen - wasm-bindgen-macro 0.2.126 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro - wasm-bindgen-macro-support 0.2.126 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support - wasm-bindgen-shared 0.2.126 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared - wayland-backend 0.3.15 — MIT — https://github.com/smithay/wayland-rs - wayland-client 0.31.14 — MIT — https://github.com/smithay/wayland-rs + wasm-bindgen 0.2.127 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen + wasm-bindgen-macro 0.2.127 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro + wasm-bindgen-macro-support 0.2.127 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support + wasm-bindgen-shared 0.2.127 — MIT OR Apache-2.0 — https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared + wayland-backend 0.3.16 — MIT — https://github.com/smithay/wayland-rs + wayland-client 0.31.15 — MIT — https://github.com/smithay/wayland-rs wayland-protocols 0.32.13 — MIT — https://github.com/smithay/wayland-rs wayland-protocols-misc 0.3.12 — MIT — https://github.com/smithay/wayland-rs wayland-protocols-wlr 0.3.12 — MIT — https://github.com/smithay/wayland-rs - wayland-scanner 0.31.10 — MIT — https://github.com/smithay/wayland-rs + wayland-scanner 0.31.11 — MIT — https://github.com/smithay/wayland-rs wayland-sys 0.31.11 — MIT — https://github.com/smithay/wayland-rs web-time 1.1.0 — MIT OR Apache-2.0 — https://github.com/daxpedda/web-time - webpki-root-certs 1.0.8 — CDLA-Permissive-2.0 — https://github.com/rustls/webpki-roots - webpki-roots 1.0.8 — CDLA-Permissive-2.0 — https://github.com/rustls/webpki-roots + webpki-root-certs 1.0.9 — CDLA-Permissive-2.0 — https://github.com/rustls/webpki-roots + webpki-roots 1.0.9 — CDLA-Permissive-2.0 — https://github.com/rustls/webpki-roots weezl 0.1.12 — MIT OR Apache-2.0 — https://github.com/image-rs/weezl - wide 0.7.33 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/wide + wide 1.6.1 — Zlib OR Apache-2.0 OR MIT — https://github.com/Lokathor/wide widestring 1.2.1 — MIT OR Apache-2.0 — https://github.com/VoidStarKat/widestring-rs winapi 0.3.9 — MIT/Apache-2.0 — https://github.com/retep998/winapi-rs winapi-i686-pc-windows-gnu 0.4.0 — MIT/Apache-2.0 — https://github.com/retep998/winapi-rs @@ -548,40 +559,30 @@ MANIFEST (crate version — SPDX license — source) windows-sys 0.45.0 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-sys 0.52.0 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-sys 0.59.0 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows-sys 0.60.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-sys 0.61.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-targets 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-targets 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows-targets 0.53.5 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-threading 0.2.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-threading 0.2.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-time 0.1.0 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows-window 0.0.0 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_aarch64_gnullvm 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_aarch64_gnullvm 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_aarch64_gnullvm 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_aarch64_msvc 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_aarch64_msvc 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_aarch64_msvc 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_i686_gnu 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_i686_gnu 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_i686_gnu 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_i686_gnullvm 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_i686_gnullvm 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_i686_msvc 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_i686_msvc 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_i686_msvc 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_x86_64_gnu 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_x86_64_gnu 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_x86_64_gnu 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_x86_64_gnullvm 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_x86_64_gnullvm 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_x86_64_gnullvm 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_x86_64_msvc 0.42.2 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs windows_x86_64_msvc 0.52.6 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs - windows_x86_64_msvc 0.53.1 — MIT OR Apache-2.0 — https://github.com/microsoft/windows-rs winnow 0.7.15 — MIT — https://github.com/winnow-rs/winnow - winnow 1.0.3 — MIT — https://github.com/winnow-rs/winnow + winnow 1.0.4 — MIT — https://github.com/winnow-rs/winnow winreg 0.56.0 — MIT — https://github.com/gentoo90/winreg-rs winresource 0.1.31 — MIT — https://github.com/BenjaminRi/winresource wit-bindgen 0.57.1 — Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT — https://github.com/bytecodealliance/wit-bindgen @@ -592,20 +593,21 @@ MANIFEST (crate version — SPDX license — source) xkbcommon 0.8.0 — MIT — https://github.com/rust-x-bindings/xkbcommon-rs xkeysym 0.2.1 — MIT OR Apache-2.0 OR Zlib — https://github.com/notgull/xkeysym yasna 0.5.2 — MIT OR Apache-2.0 — https://github.com/qnighy/yasna.rs - zbus 5.16.0 — MIT — https://github.com/z-galaxy/zbus/ - zbus_macros 5.16.0 — MIT — https://github.com/z-galaxy/zbus/ - zbus_names 4.3.2 — MIT — https://github.com/z-galaxy/zbus/ + zbus 5.19.0 — MIT — https://github.com/z-galaxy/zbus/ + zbus_macros 5.19.0 — MIT — https://github.com/z-galaxy/zbus/ + zbus_names 4.3.4 — MIT — https://github.com/z-galaxy/zbus/ + zcheapstr 1.1.0 — MIT — https://github.com/z-galaxy/zcheapstr/ zerocopy 0.7.35 — BSD-2-Clause OR Apache-2.0 OR MIT — https://github.com/google/zerocopy - zerocopy 0.8.52 — BSD-2-Clause OR Apache-2.0 OR MIT — https://github.com/google/zerocopy + zerocopy 0.8.56 — BSD-2-Clause OR Apache-2.0 OR MIT — https://github.com/google/zerocopy zerocopy-derive 0.7.35 — BSD-2-Clause OR Apache-2.0 OR MIT — https://github.com/google/zerocopy - zerocopy-derive 0.8.52 — BSD-2-Clause OR Apache-2.0 OR MIT — https://github.com/google/zerocopy + zerocopy-derive 0.8.56 — BSD-2-Clause OR Apache-2.0 OR MIT — https://github.com/google/zerocopy zeroize 1.9.0 — Apache-2.0 OR MIT — https://github.com/RustCrypto/utils - zmij 1.0.21 — MIT — https://github.com/dtolnay/zmij - zune-core 0.5.1 — MIT OR Apache-2.0 OR Zlib — https://github.com/etemesi254/zune-image + zmij 1.0.23 — MIT — https://github.com/dtolnay/zmij + zune-core 0.5.3 — MIT OR Apache-2.0 OR Zlib — https://github.com/etemesi254/zune-image zune-jpeg 0.5.15 — MIT OR Apache-2.0 OR Zlib — https://github.com/etemesi254/zune-image/tree/dev/crates/zune-jpeg - zvariant 5.12.0 — MIT — https://github.com/z-galaxy/zbus/ - zvariant_derive 5.12.0 — MIT — https://github.com/z-galaxy/zbus/ - zvariant_utils 3.4.0 — MIT — https://github.com/z-galaxy/zbus/ + zvariant 5.14.0 — MIT — https://github.com/z-galaxy/zbus/ + zvariant_derive 5.14.0 — MIT — https://github.com/z-galaxy/zbus/ + zvariant_utils 4.0.0 — MIT — https://github.com/z-galaxy/zbus/ ---------------------------------------------------------------------------- Crates whose package did not embed a license file (SPDX + source only) @@ -616,11 +618,13 @@ Crates whose package did not embed a license file (SPDX + source only) cookie-factory 0.3.3 — MIT — https://github.com/rust-bakery/cookie-factory defmt-parser 1.0.0 — MIT OR Apache-2.0 — https://github.com/knurling-rs/defmt ffmpeg-sys-next 9.0.0 — WTFPL — https://github.com/zmwangx/rust-ffmpeg-sys + jni 0.22.4 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-rs + jni-macros 0.22.4 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-rs jni-sys-macros 0.4.1 — MIT OR Apache-2.0 — https://github.com/jni-rs/jni-sys ndk 0.9.0 — MIT OR Apache-2.0 — https://github.com/rust-mobile/ndk ndk-sys 0.6.0+11769913 — MIT OR Apache-2.0 — https://github.com/rust-mobile/ndk - openh264 0.9.3 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs - openh264-sys2 0.9.6 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs + openh264 0.9.8 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs + openh264-sys2 0.9.8 — BSD-2-Clause — https://github.com/ralfbiedert/openh264-rs r-efi 5.3.0 — MIT OR Apache-2.0 OR LGPL-2.1-or-later — https://github.com/r-efi/r-efi r-efi 6.0.0 — MIT OR Apache-2.0 OR LGPL-2.1-or-later — https://github.com/r-efi/r-efi rsqlite-vfs 0.1.1 — MIT @@ -866,7 +870,7 @@ limitations under the License. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: adler2 2.0.1, anyhow 1.0.103, async-channel 2.5.0, async-executor 1.14.0, async-io 2.6.0, async-lock 3.4.2, async-process 2.5.0, async-recursion 1.1.1, async-signal 0.2.14, async-task 4.7.1, async-trait 0.1.89, atomic-waker 1.1.2, blocking 1.6.2, concurrent-queue 2.5.0, cudarc 0.16.6, curve25519-dalek-derive 0.1.1, displaydoc 0.2.6, endi 1.1.1, event-listener 5.4.1, event-listener-strategy 0.5.4, fastrand 2.4.1, flume 0.12.0, fs-err 3.3.0, futures-lite 2.6.1, hermit-abi 0.5.2, is-terminal 0.4.17, itoa 1.0.18, khronos-egl 6.0.0, linux-raw-sys 0.12.1, minimal-lexical 0.2.1, num_enum 0.7.6, num_enum_derive 0.7.6, once_cell 1.21.4, ordered-stream 0.2.0, parking 2.2.1, paste 1.0.15, pastey 0.2.3, pin-project-lite 0.2.17, piper 0.2.5, polling 3.11.0, portable-atomic 1.14.0, portable-atomic-util 0.2.7, prettyplease 0.2.37, proc-macro-crate 3.5.0, proc-macro2 1.0.106, quote 1.0.46, reis 0.6.1, relm4 0.11.0, relm4-css 0.11.0, relm4-macros 0.11.0, rsa 0.9.10, rustc-hash 2.1.2, rustix 1.1.4, rustversion 1.0.22, semver 1.0.28, serde 1.0.228, serde_core 1.0.228, serde_derive 1.0.228, serde_json 1.0.150, serde_path_to_error 0.1.20, serde_repr 0.1.20, syn 2.0.118, system-deps 7.0.8, thiserror 1.0.69, thiserror 2.0.18, thiserror-impl 1.0.69, thiserror-impl 2.0.18, unicode-ident 1.0.24, utf8-zero 0.8.1, wasi 0.11.1+wasi-snapshot-preview1, wasip2 1.0.4+wasi-0.2.12, wit-bindgen 0.57.1, zmij 1.0.21, zvariant_utils 3.4.0 +The following license (LICENSE-MIT) applies to: adler2 2.0.1, anyhow 1.0.104, async-channel 2.5.0, async-executor 1.14.0, async-io 2.6.0, async-lock 3.4.2, async-process 2.5.0, async-recursion 1.1.1, async-signal 0.2.14, async-task 4.7.1, async-trait 0.1.92, atomic-waker 1.1.2, blocking 1.6.2, concurrent-queue 2.5.0, cudarc 0.16.6, curve25519-dalek-derive 0.1.1, displaydoc 0.2.7, endi 1.1.1, event-listener 5.4.2, event-listener-strategy 0.5.4, fastrand 2.5.0, flume 0.12.0, fs-err 3.3.1, futures-lite 2.6.1, hermit-abi 0.5.2, is-terminal 0.4.17, itoa 1.0.18, khronos-egl 6.0.0, linux-raw-sys 0.12.1, minimal-lexical 0.2.1, num_enum 0.7.6, num_enum_derive 0.7.6, once_cell 1.21.4, ordered-stream 0.2.0, parking 2.2.1, paste 1.0.15, pastey 0.2.3, pin-project-lite 0.2.17, piper 0.2.5, polling 3.11.0, portable-atomic 1.15.0, portable-atomic-util 0.2.7, prettyplease 0.2.37, proc-macro-crate 3.5.0, proc-macro2 1.0.107, quote 1.0.47, reis 0.6.1, relm4 0.11.0, relm4-css 0.11.0, relm4-macros 0.11.0, rsa 0.9.10, rustc-hash 2.1.3, 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_path_to_error 0.1.20, serde_repr 0.1.21, simd_cesu8 1.2.0, syn 2.0.119, syn 3.0.3, system-deps 7.0.8, thiserror 1.0.69, thiserror 2.0.20, thiserror-impl 1.0.69, thiserror-impl 2.0.20, unicode-ident 1.0.24, utf8-zero 0.8.1, wasi 0.11.1+wasi-snapshot-preview1, wasip2 1.0.4+wasi-0.2.12, wit-bindgen 0.57.1, zmij 1.0.23, zvariant_utils 4.0.0 ---------------------------------------------------------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated @@ -894,7 +898,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: aead 0.5.2, aes 0.8.4, aes-gcm 0.10.3, base64ct 1.8.3, block-buffer 0.10.4, block-padding 0.3.3, cbc 0.1.2, chacha20 0.9.1, chacha20poly1305 0.10.1, cipher 0.4.4, const-oid 0.9.6, cpufeatures 0.2.17, crypto-common 0.1.7, ctr 0.9.2, der 0.7.10, digest 0.10.7, ghash 0.5.1, hkdf 0.12.4, hmac 0.12.1, inout 0.1.4, opaque-debug 0.3.1, pem-rfc7468 0.7.0, pkcs1 0.7.5, pkcs8 0.10.2, poly1305 0.8.0, polyval 0.6.2, sha2 0.10.9, signature 2.2.0, spake2 0.4.0, spki 0.7.3, universal-hash 0.5.1 +The following license (LICENSE-APACHE) applies to: aead 0.5.2, aes 0.8.4, aes-gcm 0.10.3, base64ct 1.8.3, block-buffer 0.10.4, block-padding 0.3.3, cbc 0.1.2, chacha20 0.10.1, chacha20 0.9.1, chacha20poly1305 0.10.1, cipher 0.4.4, const-oid 0.9.6, cpufeatures 0.2.17, cpufeatures 0.3.0, crypto-common 0.1.7, ctr 0.9.2, der 0.7.10, digest 0.10.7, ghash 0.5.1, hkdf 0.12.4, hmac 0.12.1, inout 0.1.4, opaque-debug 0.3.1, pem-rfc7468 0.7.0, pkcs1 0.7.5, pkcs8 0.10.2, poly1305 0.8.0, polyval 0.6.2, sha2 0.10.9, signature 2.2.0, spake2 0.4.0, spki 0.7.3, universal-hash 0.5.1 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -1191,7 +1195,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (COPYING) applies to: aho-corasick 1.1.4, byteorder 1.5.0, jiff 0.2.35, jiff-core 0.1.0, jiff-static 0.2.35, memchr 2.8.2, same-file 1.0.6, walkdir 2.5.0, winapi-util 0.1.11 +The following license (COPYING) applies to: aho-corasick 1.1.5, byteorder 1.5.0, jiff 0.2.35, jiff-core 0.1.0, jiff-static 0.2.35, memchr 2.8.3, same-file 1.0.6, walkdir 2.5.0, winapi-util 0.1.11 ---------------------------------------------------------------------------- This project is dual-licensed under the Unlicense and MIT licenses. @@ -1199,7 +1203,7 @@ You may use this code under the terms of either license. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: aho-corasick 1.1.4, byteorder 1.5.0, byteorder-lite 0.1.0, jiff 0.2.35, jiff-core 0.1.0, jiff-static 0.2.35, memchr 2.8.2, walkdir 2.5.0 +The following license (LICENSE-MIT) applies to: aho-corasick 1.1.5, byteorder 1.5.0, byteorder-lite 0.1.0, jiff 0.2.35, jiff-core 0.1.0, jiff-static 0.2.35, memchr 2.8.3, walkdir 2.5.0 ---------------------------------------------------------------------------- The MIT License (MIT) @@ -1225,7 +1229,7 @@ THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (UNLICENSE) applies to: aho-corasick 1.1.4, byteorder 1.5.0, byteorder-lite 0.1.0, jiff 0.2.35, jiff-core 0.1.0, jiff-static 0.2.35, ksni 0.3.5, memchr 2.8.2, same-file 1.0.6, walkdir 2.5.0, winapi-util 0.1.11 +The following license (UNLICENSE) applies to: aho-corasick 1.1.5, byteorder 1.5.0, byteorder-lite 0.1.0, jiff 0.2.35, jiff-core 0.1.0, jiff-static 0.2.35, ksni 0.3.6, memchr 2.8.3, same-file 1.0.6, walkdir 2.5.0, winapi-util 0.1.11 ---------------------------------------------------------------------------- This is free and unencumbered software released into the public domain. @@ -1714,7 +1718,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: annotate-snippets 0.11.5, anstream 1.0.0, anstyle 1.0.14, anstyle-parse 1.0.0, anstyle-query 1.1.5, anstyle-wincon 3.0.11, clap 4.6.1, clap_builder 4.6.0, clap_lex 1.1.0, colorchoice 1.0.5, crc32fast 1.5.0, env_filter 0.1.4, env_filter 2.0.0, env_logger 0.11.11, fallible-iterator 0.3.0, fallible-streaming-iterator 0.1.9, hex 0.4.3, is_terminal_polyfill 1.70.2, jni-sys 0.3.1, jni-sys 0.4.1, once_cell_polyfill 1.70.2, quick-error 1.2.3, serde_spanned 0.6.9, serde_spanned 1.1.1, toml 0.8.23, toml 0.9.12+spec-1.1.0, toml 1.1.2+spec-1.1.0, toml_datetime 0.6.11, toml_datetime 0.7.5+spec-1.1.0, toml_datetime 1.1.1+spec-1.1.0, toml_edit 0.22.27, toml_edit 0.25.12+spec-1.1.0, toml_parser 1.1.2+spec-1.1.0, toml_write 0.1.2, toml_writer 1.1.1+spec-1.1.0, winapi 0.3.9 +The following license (LICENSE-APACHE) applies to: annotate-snippets 0.11.5, anstream 1.0.0, anstyle 1.0.14, anstyle-parse 1.0.0, anstyle-query 1.1.5, anstyle-wincon 3.0.11, clap 4.6.6, clap_builder 4.6.6, clap_lex 1.1.0, colorchoice 1.0.5, crc32fast 1.5.0, env_filter 0.1.4, env_filter 2.0.0, env_logger 0.11.11, fallible-iterator 0.3.0, fallible-streaming-iterator 0.1.9, hex 0.4.3, is_terminal_polyfill 1.70.2, jni-sys 0.3.1, jni-sys 0.4.1, once_cell_polyfill 1.70.2, quick-error 1.2.3, serde_spanned 0.6.9, serde_spanned 1.1.1, toml 0.8.23, toml 0.9.12+spec-1.1.0, toml 1.1.4+spec-1.1.0, toml_datetime 0.6.11, toml_datetime 0.7.5+spec-1.1.0, toml_datetime 1.1.1+spec-1.1.0, toml_edit 0.22.27, toml_edit 0.25.13+spec-1.1.0, toml_parser 1.1.3+spec-1.1.0, toml_write 0.1.2, toml_writer 1.1.2+spec-1.1.0, winapi 0.3.9 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -1920,7 +1924,7 @@ Apache License ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: annotate-snippets 0.11.5, anstream 1.0.0, anstyle 1.0.14, anstyle-parse 1.0.0, anstyle-query 1.1.5, anstyle-wincon 3.0.11, clap 4.6.1, clap_builder 4.6.0, clap_lex 1.1.0, colorchoice 1.0.5, env_filter 0.1.4, env_filter 2.0.0, env_logger 0.11.11, is_terminal_polyfill 1.70.2, once_cell_polyfill 1.70.2, serde_spanned 0.6.9, serde_spanned 1.1.1, toml 0.8.23, toml 0.9.12+spec-1.1.0, toml 1.1.2+spec-1.1.0, toml_datetime 0.6.11, toml_datetime 0.7.5+spec-1.1.0, toml_datetime 1.1.1+spec-1.1.0, toml_edit 0.22.27, toml_edit 0.25.12+spec-1.1.0, toml_parser 1.1.2+spec-1.1.0, toml_write 0.1.2, toml_writer 1.1.1+spec-1.1.0 +The following license (LICENSE-MIT) applies to: annotate-snippets 0.11.5, anstream 1.0.0, anstyle 1.0.14, anstyle-parse 1.0.0, anstyle-query 1.1.5, anstyle-wincon 3.0.11, clap 4.6.6, clap_builder 4.6.6, clap_lex 1.1.0, colorchoice 1.0.5, env_filter 0.1.4, env_filter 2.0.0, env_logger 0.11.11, is_terminal_polyfill 1.70.2, once_cell_polyfill 1.70.2, serde_spanned 0.6.9, serde_spanned 1.1.1, toml 0.8.23, toml 0.9.12+spec-1.1.0, toml 1.1.4+spec-1.1.0, toml_datetime 0.6.11, toml_datetime 0.7.5+spec-1.1.0, toml_datetime 1.1.1+spec-1.1.0, toml_edit 0.22.27, toml_edit 0.25.13+spec-1.1.0, toml_parser 1.1.3+spec-1.1.0, toml_write 0.1.2, toml_writer 1.1.2+spec-1.1.0 ---------------------------------------------------------------------------- Copyright (c) Individual contributors @@ -1944,7 +1948,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: anyhow 1.0.103, async-trait 0.1.89, cudarc 0.16.6, fastbloom 0.14.1, itoa 1.0.18, libc 0.2.186, num_enum 0.7.6, num_enum_derive 0.7.6, paste 1.0.15, pastey 0.2.3, prettyplease 0.2.37, proc-macro2 1.0.106, quote 1.0.46, relm4 0.11.0, relm4-css 0.11.0, relm4-macros 0.11.0, rustc-hash 2.1.2, rustversion 1.0.22, ryu 1.0.23, semver 1.0.28, serde 1.0.228, serde_core 1.0.228, serde_derive 1.0.228, serde_json 1.0.150, serde_path_to_error 0.1.20, serde_repr 0.1.20, serde_urlencoded 0.7.1, syn 2.0.118, thiserror 1.0.69, thiserror 2.0.18, thiserror-impl 1.0.69, thiserror-impl 2.0.18, unicode-ident 1.0.24, utf8-zero 0.8.1, utf8parse 0.2.2 +The following license (LICENSE-APACHE) applies to: anyhow 1.0.104, async-trait 0.1.92, cudarc 0.16.6, fastbloom 0.17.0, itoa 1.0.18, libc 0.2.189, num_enum 0.7.6, num_enum_derive 0.7.6, paste 1.0.15, pastey 0.2.3, prettyplease 0.2.37, proc-macro2 1.0.107, quote 1.0.47, relm4 0.11.0, relm4-css 0.11.0, relm4-macros 0.11.0, 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_path_to_error 0.1.20, serde_repr 0.1.21, serde_urlencoded 0.7.1, syn 2.0.119, syn 3.0.3, thiserror 1.0.69, thiserror 2.0.20, thiserror-impl 1.0.69, thiserror-impl 2.0.20, unicode-ident 1.0.24, utf8-zero 0.8.1, utf8parse 0.2.2 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -2227,7 +2231,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: ashpd 0.13.12 +The following license (LICENSE) applies to: ashpd 0.13.13 ---------------------------------------------------------------------------- MIT License @@ -2253,7 +2257,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: asn1-rs 0.6.2, asn1-rs-derive 0.5.1, assert_matches 1.5.0, async-channel 2.5.0, async-executor 1.14.0, async-io 2.6.0, async-lock 3.4.2, async-process 2.5.0, async-recursion 1.1.1, async-signal 0.2.14, async-task 4.7.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.0, blocking 1.6.2, bumpalo 3.20.3, cast 0.3.0, cc 1.4.1, cexpr 0.6.0, cfg-if 1.0.4, cmake 0.1.58, concurrent-queue 2.5.0, core-foundation 0.10.1, core-foundation-sys 0.8.7, criterion 0.5.1, criterion-plot 0.5.0, crossbeam-deque 0.8.6, crossbeam-epoch 0.9.20, crossbeam-utils 0.8.21, curve25519-dalek-derive 0.1.1, der-parser 9.0.0, displaydoc 0.2.6, either 1.16.0, equivalent 1.0.2, errno 0.3.14, event-listener 5.4.1, event-listener-strategy 0.5.4, fastrand 2.4.1, filetime 0.2.29, find-msvc-tools 0.1.10, fixedbitset 0.5.7, flate2 1.1.9, fnv 1.0.7, form_urlencoded 1.2.2, fs-err 3.3.0, futures-lite 2.6.1, gethostname 1.1.0, gif 0.14.2, glob 0.3.3, hashbrown 0.16.1, hashbrown 0.17.1, heck 0.5.0, hermit-abi 0.5.2, httparse 1.10.1, indexmap 2.14.0, itertools 0.10.5, itertools 0.13.0, jni 0.21.1, jobserver 0.1.34, js-sys 0.3.103, khronos-egl 6.0.0, lazy_static 1.5.0, linux-raw-sys 0.12.1, lock_api 0.4.14, log 0.4.33, mime 0.3.17, nasm-rs 0.3.2, num-bigint 0.4.6, num-bigint-dig 0.8.6, num-derive 0.4.2, num-integer 0.1.46, num-iter 0.1.45, num-traits 0.2.19, num_cpus 1.17.0, oid-registry 0.7.1, once_cell 1.21.4, openssl-probe 0.2.1, opus 0.3.1, ordered-stream 0.2.0, parking 2.2.1, parking_lot 0.12.5, parking_lot_core 0.9.12, percent-encoding 2.3.2, piper 0.2.5, pkg-config 0.3.33, png 0.18.1, polling 3.11.0, proptest 1.11.0, rayon 1.12.0, rayon-core 1.13.0, regex 1.12.4, regex-automata 0.4.14, regex-syntax 0.8.11, roxmltree 0.21.1, rsa 0.9.10, rustc_version 0.4.1, rusticata-macros 4.1.0, rustix 1.1.4, rustls 0.23.41, rustls-native-certs 0.8.4, rusty-fork 0.3.1, scopeguard 1.2.0, security-framework 3.7.0, security-framework-sys 2.17.0, signal-hook-registry 1.4.8, smallvec 1.15.2, socket2 0.6.4, system-deps 7.0.8, tar 0.4.46, tempfile 3.27.0, thread_local 1.1.9, tinytemplate 1.2.1, unicode-segmentation 1.13.3, unicode-width 0.2.2, uuid 1.23.4, vcpkg 0.2.15, version_check 0.9.5, wait-timeout 0.2.1, wasi 0.11.1+wasi-snapshot-preview1, wasip2 1.0.4+wasi-0.2.12, wasm-bindgen 0.2.126, wasm-bindgen-macro 0.2.126, wasm-bindgen-macro-support 0.2.126, wasm-bindgen-shared 0.2.126, weezl 0.1.12, wit-bindgen 0.57.1, x509-parser 0.16.0, xattr 1.6.1 +The following license (LICENSE-APACHE) applies to: asn1-rs 0.6.2, asn1-rs-derive 0.5.1, assert_matches 1.5.0, async-channel 2.5.0, async-executor 1.14.0, async-io 2.6.0, async-lock 3.4.2, async-process 2.5.0, async-recursion 1.1.1, async-signal 0.2.14, async-task 4.7.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, blocking 1.6.2, bumpalo 3.20.3, cast 0.3.0, cc 1.4.2, cexpr 0.6.0, cfg-if 1.0.4, cmake 0.1.58, concurrent-queue 2.5.0, core-foundation 0.10.1, core-foundation-sys 0.8.7, criterion 0.5.1, criterion-plot 0.5.0, crossbeam-deque 0.8.7, crossbeam-epoch 0.9.20, crossbeam-utils 0.8.22, curve25519-dalek-derive 0.1.1, der-parser 9.0.0, displaydoc 0.2.7, either 1.17.0, equivalent 1.0.2, errno 0.3.14, event-listener 5.4.2, event-listener-strategy 0.5.4, fastrand 2.5.0, filetime 0.2.29, find-msvc-tools 0.1.10, fixedbitset 0.5.7, flate2 1.1.9, fnv 1.0.7, form_urlencoded 1.2.2, fs-err 3.3.1, futures-lite 2.6.1, gethostname 1.1.0, gif 0.14.2, glob 0.3.4, hashbrown 0.16.1, hashbrown 0.17.1, heck 0.5.0, hermit-abi 0.5.2, httparse 1.10.1, indexmap 2.14.0, itertools 0.10.5, itertools 0.13.0, jni 0.21.1, jobserver 0.1.35, js-sys 0.3.104, khronos-egl 6.0.0, lazy_static 1.5.0, linux-raw-sys 0.12.1, lock_api 0.4.14, log 0.4.33, mime 0.3.17, nasm-rs 0.3.2, num-bigint 0.4.8, num-bigint-dig 0.8.6, num-derive 0.4.2, num-integer 0.1.47, num-iter 0.1.46, num-traits 0.2.19, num_cpus 1.17.0, oid-registry 0.7.1, once_cell 1.21.4, openssl-probe 0.2.1, opus 0.3.1, ordered-stream 0.2.0, parking 2.2.1, parking_lot 0.12.5, parking_lot_core 0.9.12, percent-encoding 2.3.2, piper 0.2.5, pkg-config 0.3.33, png 0.18.1, polling 3.11.0, proptest 1.11.0, rayon 1.12.0, rayon-core 1.13.0, regex 1.13.1, regex-automata 0.4.18, regex-syntax 0.8.11, roxmltree 0.21.1, rsa 0.9.10, rustc_version 0.4.1, rusticata-macros 4.1.0, rustix 1.1.4, rustls 0.23.43, rustls-native-certs 0.8.4, rusty-fork 0.3.1, scopeguard 1.2.0, security-framework 3.7.0, security-framework-sys 2.17.0, signal-hook-registry 1.4.8, simd_cesu8 1.2.0, smallvec 1.15.2, socket2 0.6.5, system-deps 7.0.8, tar 0.4.46, tempfile 3.27.0, thread_local 1.1.10, tinytemplate 1.2.1, unicode-segmentation 1.13.3, unicode-width 0.2.2, uuid 1.24.0, vcpkg 0.2.15, version_check 0.9.5, wait-timeout 0.2.1, wasi 0.11.1+wasi-snapshot-preview1, wasip2 1.0.4+wasi-0.2.12, wasm-bindgen 0.2.127, wasm-bindgen-macro 0.2.127, wasm-bindgen-macro-support 0.2.127, wasm-bindgen-shared 0.2.127, weezl 0.1.12, wit-bindgen 0.57.1, x509-parser 0.16.0, xattr 1.6.1 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -2790,7 +2794,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: atomig 0.4.3, bit-set 0.8.0, bit-vec 0.8.0, cfg-expr 0.20.8, defmt 1.1.1, defmt-macros 1.1.1, downcast-rs 1.2.1, hashlink 0.12.0, minimal-lexical 0.2.1 +The following license (LICENSE-APACHE) applies to: atomig 0.4.3, bit-set 0.8.0, bit-vec 0.8.0, cfg-expr 0.20.8, defmt 1.1.1, defmt-macros 1.1.1, downcast-rs 1.2.1, hashlink 0.12.1, minimal-lexical 0.2.1 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -3856,7 +3860,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: bitflags 1.3.2, bitflags 2.13.0, glob 0.3.3, log 0.4.33, num-bigint 0.4.6, num-bigint-dig 0.8.6, num-derive 0.4.2, num-integer 0.1.46, num-iter 0.1.45, num-traits 0.2.19, regex 1.12.4, regex-automata 0.4.14, regex-syntax 0.8.11 +The following license (LICENSE-MIT) applies to: bitflags 1.3.2, bitflags 2.13.1, glob 0.3.4, log 0.4.33, num-bigint 0.4.8, num-bigint-dig 0.8.6, num-derive 0.4.2, num-integer 0.1.47, num-iter 0.1.46, num-traits 0.2.19, regex 1.13.1, regex-automata 0.4.18, regex-syntax 0.8.11 ---------------------------------------------------------------------------- Copyright (c) 2014 The Rust Project Developers @@ -3946,7 +3950,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: bytemuck 1.25.0, bytemuck_derive 1.10.2, safe_arch 0.7.4 +The following license (LICENSE-APACHE) applies to: bytemuck 1.25.2, bytemuck_derive 1.12.0, safe_arch 1.1.0 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -4012,7 +4016,7 @@ limitations under the License. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: bytemuck 1.25.0, bytemuck_derive 1.10.2 +The following license (LICENSE-MIT) applies to: bytemuck 1.25.2, bytemuck_derive 1.12.0 ---------------------------------------------------------------------------- MIT License @@ -4026,7 +4030,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ---------------------------------------------------------------------------- -The following license (LICENSE-ZLIB) applies to: bytemuck 1.25.0, bytemuck_derive 1.10.2, tinyvec 1.11.0 +The following license (LICENSE-ZLIB) applies to: bytemuck 1.25.2, bytemuck_derive 1.12.0, tinyvec 1.12.0 ---------------------------------------------------------------------------- Copyright (c) 2019 Daniel "Lokathor" Gee. @@ -4042,7 +4046,7 @@ Permission is granted to anyone to use this software for any purpose, including ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: bytes 1.12.0 +The following license (LICENSE) applies to: bytes 1.12.1 ---------------------------------------------------------------------------- Copyright (c) 2018 Carl Lerche @@ -4072,7 +4076,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (COPYRIGHT) applies to: cairo-rs 0.22.0, gdk-pixbuf 0.22.0, gdk4 0.11.2, gio 0.22.6, glib 0.22.7, glib-build-tools 0.22.8, glib-macros 0.22.6, graphene-rs 0.22.0, gsk4 0.11.1, gtk4 0.11.3, gtk4-macros 0.11.0, pango 0.22.6 +The following license (COPYRIGHT) applies to: cairo-rs 0.22.0, gdk-pixbuf 0.22.0, gdk4 0.11.4, gio 0.22.8, glib 0.22.8, glib-build-tools 0.22.8, glib-macros 0.22.6, graphene-rs 0.22.8, gsk4 0.11.4, gtk4 0.11.4, gtk4-macros 0.11.4, pango 0.22.8 ---------------------------------------------------------------------------- The gtk-rs Project is licensed under the MIT license, see the LICENSE file or . @@ -4091,7 +4095,7 @@ library. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: cairo-rs 0.22.0, cairo-sys-rs 0.22.0, gdk-pixbuf 0.22.0, gdk-pixbuf-sys 0.22.0, gdk4 0.11.2, gdk4-sys 0.11.2, gio 0.22.6, gio-sys 0.22.0, glib 0.22.7, glib-build-tools 0.22.8, glib-macros 0.22.6, glib-sys 0.22.6, gobject-sys 0.22.6, graphene-rs 0.22.0, graphene-sys 0.22.0, gsk4 0.11.1, gsk4-sys 0.11.1, gtk4 0.11.3, gtk4-macros 0.11.0, gtk4-sys 0.11.3, libadwaita 0.9.1, libadwaita-sys 0.9.1, pango 0.22.6, pango-sys 0.22.0 +The following license (LICENSE) applies to: cairo-rs 0.22.0, cairo-sys-rs 0.22.0, gdk-pixbuf 0.22.0, gdk-pixbuf-sys 0.22.0, gdk4 0.11.4, gdk4-sys 0.11.4, gio 0.22.8, gio-sys 0.22.8, glib 0.22.8, glib-build-tools 0.22.8, glib-macros 0.22.6, glib-sys 0.22.8, gobject-sys 0.22.6, graphene-rs 0.22.8, graphene-sys 0.22.8, gsk4 0.11.4, gsk4-sys 0.11.4, gtk4 0.11.4, gtk4-macros 0.11.4, gtk4-sys 0.11.4, libadwaita 0.9.2, libadwaita-sys 0.9.2, pango 0.22.8, pango-sys 0.22.0 ---------------------------------------------------------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -4552,7 +4556,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: cc 1.4.1, cfg-if 1.0.4, cmake 0.1.58, filetime 0.2.29, find-msvc-tools 0.1.10, jobserver 0.1.34, js-sys 0.3.103, openssl-probe 0.2.1, pkg-config 0.3.33, socket2 0.6.4, wait-timeout 0.2.1, wasm-bindgen 0.2.126, wasm-bindgen-macro 0.2.126, wasm-bindgen-macro-support 0.2.126, wasm-bindgen-shared 0.2.126 +The following license (LICENSE-MIT) applies to: cc 1.4.2, cfg-if 1.0.4, cmake 0.1.58, filetime 0.2.29, find-msvc-tools 0.1.10, jobserver 0.1.35, js-sys 0.3.104, openssl-probe 0.2.1, pkg-config 0.3.33, socket2 0.6.5, wait-timeout 0.2.1, wasm-bindgen 0.2.127, wasm-bindgen-macro 0.2.127, wasm-bindgen-macro-support 0.2.127, wasm-bindgen-shared 0.2.127 ---------------------------------------------------------------------------- Copyright (c) 2014 Alex Crichton @@ -5069,7 +5073,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: cfg_aliases 0.2.1 +The following license (LICENSE) applies to: cfg_aliases 0.2.2 ---------------------------------------------------------------------------- MIT License @@ -5083,7 +5087,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ---------------------------------------------------------------------------- -The following license (NOTICES.md) applies to: cfg_aliases 0.2.1 +The following license (NOTICES.md) applies to: cfg_aliases 0.2.2 ---------------------------------------------------------------------------- # 3rd Party Notices @@ -5113,6 +5117,36 @@ The `cfg_aliases!` macro uses a lot of the code from [`tectonic_cfg_support::tar --- +---------------------------------------------------------------------------- +The following license (LICENSE-MIT) applies to: chacha20 0.10.1 +---------------------------------------------------------------------------- +Copyright (c) 2019-2026 The RustCrypto Project Developers + +Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + ---------------------------------------------------------------------------- The following license (LICENSE-MIT) applies to: chacha20 0.9.1 ---------------------------------------------------------------------------- @@ -5144,7 +5178,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: ciborium 0.2.2, ciborium-io 0.2.2, ciborium-ll 0.2.2, clang-sys 1.8.1, flume 0.12.0, fragile 2.1.0, lru-slab 0.1.2, quinn 0.11.11, quinn-proto 0.11.15, quinn-udp 0.5.14, rpkg-config 0.1.2, rustls-platform-verifier 0.6.2, tinyvec 1.11.0, unarray 0.1.4, ureq 3.4.0, ureq-proto 0.6.1, utoipa 5.5.0, utoipa-axum 0.2.0, utoipa-gen 5.5.0, utoipa-scalar 0.3.0, x11rb 0.13.2, x11rb-protocol 0.13.2, zeroize 1.9.0, zune-core 0.5.1, zune-jpeg 0.5.15 +The following license (LICENSE) applies to: ciborium 0.2.2, ciborium-io 0.2.2, ciborium-ll 0.2.2, clang-sys 1.9.1, flume 0.12.0, fragile 2.1.0, lru-slab 0.1.2, quinn 0.11.11, quinn-proto 0.11.16, quinn-udp 0.5.15, rpkg-config 0.1.2, rustls-platform-verifier 0.7.0, tinyvec 1.12.0, unarray 0.1.4, ureq 3.4.0, ureq-proto 0.6.1, utoipa 5.5.0, utoipa-axum 0.2.0, utoipa-gen 5.5.0, utoipa-scalar 0.3.0, x11rb 0.13.2, x11rb-protocol 0.13.2, zeroize 1.9.0, zune-core 0.5.3, zune-jpeg 0.5.15 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -5518,7 +5552,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: cpufeatures 0.2.17 +The following license (LICENSE-MIT) applies to: cpufeatures 0.2.17, cpufeatures 0.3.0 ---------------------------------------------------------------------------- Copyright (c) 2020-2025 The RustCrypto Project Developers @@ -5604,7 +5638,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: crossbeam-deque 0.8.6, crossbeam-epoch 0.9.20, crossbeam-utils 0.8.21 +The following license (LICENSE-MIT) applies to: crossbeam-deque 0.8.7, crossbeam-epoch 0.9.20, crossbeam-utils 0.8.22 ---------------------------------------------------------------------------- The MIT License (MIT) @@ -5762,7 +5796,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: data-encoding 2.11.0 +The following license (LICENSE) applies to: data-encoding 2.11.1 ---------------------------------------------------------------------------- The MIT License (MIT) @@ -6265,7 +6299,7 @@ express Statement of Purpose. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: either 1.16.0, itertools 0.10.5, itertools 0.13.0 +The following license (LICENSE-MIT) applies to: either 1.17.0, itertools 0.10.5, itertools 0.13.0 ---------------------------------------------------------------------------- Copyright (c) 2015 @@ -6609,7 +6643,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: fastbloom 0.14.1 +The following license (LICENSE-MIT) applies to: fastbloom 0.17.0 ---------------------------------------------------------------------------- Copyright (c) 2023 Thomas Pendock @@ -6639,7 +6673,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: fdeflate 0.3.7, field-offset 0.3.6, half 2.7.1, image 0.25.10, miniz_oxide 0.8.9, num-conv 0.2.2, pin-project-lite 0.2.17, portable-atomic 1.14.0, portable-atomic-util 0.2.7, raw-window-handle 0.6.2, sync_wrapper 1.0.2, time 0.3.51, time-core 0.1.9, time-macros 0.2.30, widestring 1.2.1 +The following license (LICENSE-APACHE) applies to: fdeflate 0.3.7, field-offset 0.3.6, half 2.7.1, image 0.25.10, miniz_oxide 0.8.9, num-conv 0.2.2, pin-project-lite 0.2.17, portable-atomic 1.15.0, portable-atomic-util 0.2.7, raw-window-handle 0.6.2, simdutf8 0.1.5, sync_wrapper 1.0.2, time 0.3.55, time-core 0.1.9, time-macros 0.2.32, widestring 1.2.1 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -7192,7 +7226,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: futures 0.3.32, futures-channel 0.3.32, futures-core 0.3.32, futures-executor 0.3.32, futures-io 0.3.32, futures-macro 0.3.32, futures-sink 0.3.32, futures-task 0.3.32, futures-util 0.3.32 +The following license (LICENSE-APACHE) applies to: futures 0.3.34, futures-channel 0.3.34, futures-core 0.3.34, futures-executor 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 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -7399,7 +7433,7 @@ limitations under the License. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: futures 0.3.32, futures-channel 0.3.32, futures-core 0.3.32, futures-executor 0.3.32, futures-io 0.3.32, futures-macro 0.3.32, futures-sink 0.3.32, futures-task 0.3.32, futures-util 0.3.32 +The following license (LICENSE-MIT) applies to: futures 0.3.34, futures-channel 0.3.34, futures-core 0.3.34, futures-executor 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 ---------------------------------------------------------------------------- Copyright (c) 2016 Alex Crichton Copyright (c) 2017 The Tokio Authors @@ -7866,7 +7900,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: half 2.7.1, widestring 1.2.1 +The following license (LICENSE-MIT) applies to: half 2.7.1, simdutf8 0.1.5, widestring 1.2.1 ---------------------------------------------------------------------------- MIT License @@ -7920,7 +7954,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: hashlink 0.12.0 +The following license (LICENSE-MIT) applies to: hashlink 0.12.1 ---------------------------------------------------------------------------- This work is derived in part from the `linked-hash-map` crate, Copyright (c) 2015 The Rust Project Developers @@ -8037,7 +8071,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: http 1.4.2 +The following license (LICENSE-APACHE) applies to: http 1.5.0 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -8243,7 +8277,7 @@ limitations under the License. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: http 1.4.2 +The following license (LICENSE-MIT) applies to: http 1.5.0 ---------------------------------------------------------------------------- Copyright (c) 2017 http-rs authors @@ -8273,39 +8307,9 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: http-body 1.0.1 +The following license (LICENSE) applies to: http-body 1.1.0, http-body-util 0.1.5 ---------------------------------------------------------------------------- -Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors - -Permission is hereby granted, free of charge, to any -person obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the -Software without restriction, including without -limitation the rights to use, copy, modify, merge, -publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software -is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice -shall be included in all copies or substantial portions -of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT -SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR -IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - - ----------------------------------------------------------------------------- -The following license (LICENSE) applies to: http-body-util 0.1.3 ----------------------------------------------------------------------------- -Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors +Copyright (c) 2019-2026 Sean McArthur & Hyper Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated @@ -8587,7 +8591,7 @@ THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: hyper 1.10.1 +The following license (LICENSE) applies to: hyper 1.11.0 ---------------------------------------------------------------------------- Copyright (c) 2014-2026 Sean McArthur @@ -8834,7 +8838,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: libc 0.2.186 +The following license (LICENSE-MIT) applies to: libc 0.2.189 ---------------------------------------------------------------------------- Copyright (c) The Rust Project Developers @@ -9169,7 +9173,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: libsqlite3-sys 0.38.1, rusqlite 0.40.1 +The following license (LICENSE) applies to: libsqlite3-sys 0.38.2, rusqlite 0.40.2 ---------------------------------------------------------------------------- Copyright (c) 2014 The rusqlite developers @@ -9450,7 +9454,7 @@ Software. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: lock_api 0.4.14, nasm-rs 0.3.2, parking_lot 0.12.5, parking_lot_core 0.9.12, rustc_version 0.4.1, thread_local 1.1.9 +The following license (LICENSE-MIT) applies to: lock_api 0.4.14, nasm-rs 0.3.2, parking_lot 0.12.5, parking_lot_core 0.9.12, rustc_version 0.4.1, thread_local 1.1.10 ---------------------------------------------------------------------------- Copyright (c) 2016 The Rust Project Developers @@ -9818,7 +9822,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: mdns-sd 0.20.1 +The following license (LICENSE-APACHE) applies to: mdns-sd 0.20.3 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -10024,7 +10028,7 @@ limitations under the License. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: mdns-sd 0.20.1 +The following license (LICENSE-MIT) applies to: mdns-sd 0.20.3 ---------------------------------------------------------------------------- MIT License @@ -10455,7 +10459,7 @@ Permission is granted to anyone to use this software for any purpose, including ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: mio 1.2.1 +The following license (LICENSE) applies to: mio 1.2.2 ---------------------------------------------------------------------------- Copyright (c) 2014 Carl Lerche and other MIO contributors @@ -11741,7 +11745,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT.md) applies to: quick-xml 0.39.4 +The following license (LICENSE-MIT.md) applies to: quick-xml 0.41.0 ---------------------------------------------------------------------------- The MIT License (MIT) @@ -11769,7 +11773,7 @@ THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: quinn 0.11.11, quinn-proto 0.11.15, quinn-udp 0.5.14 +The following license (LICENSE-MIT) applies to: quinn 0.11.11, quinn-proto 0.11.16, quinn-udp 0.5.15 ---------------------------------------------------------------------------- Copyright (c) 2018 The quinn Developers @@ -11781,7 +11785,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ---------------------------------------------------------------------------- -The following license (COPYRIGHT) applies to: rand 0.8.6, rand 0.9.4, rand_chacha 0.3.1, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.5, rand_xorshift 0.4.0 +The following license (COPYRIGHT) applies to: rand 0.10.2, rand 0.8.7, rand 0.9.5, rand_chacha 0.3.1, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.5, rand_pcg 0.10.2, rand_xorshift 0.4.0 ---------------------------------------------------------------------------- Copyrights in the Rand project are retained by their contributors. No copyright assignment is required to contribute to the Rand project. @@ -11798,7 +11802,7 @@ published under these same licenses. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: rand 0.8.6, rand 0.9.4, rand_chacha 0.9.0, rand_xorshift 0.4.0 +The following license (LICENSE-APACHE) applies to: rand 0.10.2, rand 0.8.7, rand 0.9.5, rand_chacha 0.9.0, rand_xorshift 0.4.0 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -11979,7 +11983,7 @@ END OF TERMS AND CONDITIONS ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: rand 0.8.6, rand 0.9.4, rand_chacha 0.3.1, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.5, rand_xorshift 0.4.0 +The following license (LICENSE-MIT) applies to: rand 0.10.2, rand 0.8.7, rand 0.9.5, rand_chacha 0.3.1, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.5, rand_xorshift 0.4.0 ---------------------------------------------------------------------------- Copyright 2018 Developers of the Rand project Copyright (c) 2014 The Rust Project Developers @@ -12010,7 +12014,21 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: rand_core 0.6.4, rand_core 0.9.5 +The following license (COPYRIGHT) applies to: rand_core 0.10.1 +---------------------------------------------------------------------------- +Copyrights in the Rand project are retained by their contributors. No +copyright assignment is required to contribute to the Rand project. + +For full authorship information, see the version control history. + +Except as otherwise noted (below and/or in individual files), Rand is +licensed under the Apache License, Version 2.0 or + or the MIT license + or , at your option. + + +---------------------------------------------------------------------------- +The following license (LICENSE-APACHE) applies to: rand_core 0.10.1, rand_core 0.6.4, rand_core 0.9.5, rand_pcg 0.10.2 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -12201,6 +12219,67 @@ APPENDIX: How to apply the Apache License to your work. identification within third-party archives. +---------------------------------------------------------------------------- +The following license (LICENSE-MIT) applies to: rand_core 0.10.1 +---------------------------------------------------------------------------- +Copyright (c) 2018-2026 The Rand Project Developers + +Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + +---------------------------------------------------------------------------- +The following license (LICENSE-MIT) applies to: rand_pcg 0.10.2 +---------------------------------------------------------------------------- +Copyright (c) 2014-2017 Melissa O'Neill and PCG Project contributors +Copyright 2018 Developers of the Rand project + +Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + ---------------------------------------------------------------------------- The following license (COPYING) applies to: rav1d 1.1.0 ---------------------------------------------------------------------------- @@ -13014,7 +13093,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-ZLIB.md) applies to: rpkg-config 0.1.2, sdl3-src 3.4.10 +The following license (LICENSE-ZLIB.md) applies to: rpkg-config 0.1.2, sdl3-src 3.4.14 ---------------------------------------------------------------------------- zlib License @@ -13072,7 +13151,7 @@ at your option. ---------------------------------------------------------------------------- -The following license (LICENSE-ISC) applies to: rustls 0.23.41, rustls-native-certs 0.8.4 +The following license (LICENSE-ISC) applies to: rustls 0.23.43, rustls-native-certs 0.8.4 ---------------------------------------------------------------------------- ISC License (ISC) Copyright (c) 2016, Joseph Birr-Pixton @@ -13092,7 +13171,7 @@ THIS SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: rustls 0.23.41, rustls-native-certs 0.8.4 +The following license (LICENSE-MIT) applies to: rustls 0.23.43, rustls-native-certs 0.8.4 ---------------------------------------------------------------------------- Copyright (c) 2016 Joseph Birr-Pixton @@ -13136,7 +13215,7 @@ of these licenses, at your option. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: rustls-pki-types 1.14.1 +The following license (LICENSE-APACHE) applies to: rustls-pki-types 1.15.1 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -13342,7 +13421,7 @@ limitations under the License. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: rustls-pki-types 1.14.1 +The following license (LICENSE-MIT) applies to: rustls-pki-types 1.15.1 ---------------------------------------------------------------------------- Copyright (c) 2023 Dirkjan Ochtman @@ -13372,7 +13451,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: rustls-platform-verifier 0.6.2 +The following license (LICENSE-MIT) applies to: rustls-platform-verifier 0.7.0 ---------------------------------------------------------------------------- MIT License @@ -13398,7 +13477,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: rustls-webpki 0.103.13 +The following license (LICENSE) applies to: rustls-webpki 0.103.14 ---------------------------------------------------------------------------- Except as otherwise noted, this project is licensed under the following (ISC-style) terms: @@ -13462,7 +13541,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT.md) applies to: safe_arch 0.7.4 +The following license (LICENSE-MIT.md) applies to: safe_arch 1.1.0 ---------------------------------------------------------------------------- MIT License @@ -13476,7 +13555,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ---------------------------------------------------------------------------- -The following license (LICENSE-ZLIB.md) applies to: safe_arch 0.7.4, wide 0.7.33 +The following license (LICENSE-ZLIB.md) applies to: safe_arch 1.1.0 ---------------------------------------------------------------------------- Copyright (c) 2020 Daniel "Lokathor" Gee. @@ -13609,7 +13688,7 @@ freely, subject to the following restrictions: ---------------------------------------------------------------------------- -The following license (LICENSE.md) applies to: sdl3-sys 0.6.6+SDL-3.4.10 +The following license (LICENSE.md) applies to: sdl3-sys 0.6.8+SDL-3.4.14 ---------------------------------------------------------------------------- zlib License @@ -13848,7 +13927,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE.md) applies to: simd-adler32 0.3.9 +The following license (LICENSE.md) applies to: simd-adler32 0.3.10 ---------------------------------------------------------------------------- MIT License @@ -13980,7 +14059,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: socket-pktinfo 0.4.0 +The following license (LICENSE) applies to: socket-pktinfo 0.4.1 ---------------------------------------------------------------------------- MIT License @@ -14032,7 +14111,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: spin 0.9.8 +The following license (LICENSE) applies to: spin 0.9.9 ---------------------------------------------------------------------------- The MIT License (MIT) @@ -14213,6 +14292,65 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +---------------------------------------------------------------------------- +The following license (LICENSE) applies to: task-local 0.1.1 +---------------------------------------------------------------------------- +This project is licensed under either of + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +at your option. + + +---------------------------------------------------------------------------- +The following license (LICENSE-APACHE) applies to: task-local 0.1.1 +---------------------------------------------------------------------------- +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +Copyright 2025 Bugen Zhao + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +---------------------------------------------------------------------------- +The following license (LICENSE-MIT) applies to: task-local 0.1.1 +---------------------------------------------------------------------------- +MIT License + +Copyright (c) 2025 Bugen Zhao + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ---------------------------------------------------------------------------- The following license (LICENSE-MIT) applies to: tempfile 3.27.0, xattr 1.6.1 ---------------------------------------------------------------------------- @@ -14244,7 +14382,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: time 0.3.51, time-core 0.1.9, time-macros 0.2.30 +The following license (LICENSE-MIT) applies to: time 0.3.55, time-core 0.1.9, time-macros 0.2.32 ---------------------------------------------------------------------------- Copyright (c) Jacob Pratt et al. @@ -14298,7 +14436,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT.md) applies to: tinyvec 1.11.0 +The following license (LICENSE-MIT.md) applies to: tinyvec 1.12.0 ---------------------------------------------------------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -14564,7 +14702,7 @@ freely, subject to the following restrictions: ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: tokio 1.52.3, tokio-util 0.7.18 +The following license (LICENSE) applies to: tokio 1.53.1, tokio-util 0.7.19 ---------------------------------------------------------------------------- MIT License @@ -14590,7 +14728,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: tokio-macros 2.7.0 +The following license (LICENSE) applies to: tokio-macros 2.7.2 ---------------------------------------------------------------------------- MIT License @@ -15480,7 +15618,7 @@ THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: uuid 1.23.4 +The following license (LICENSE-MIT) applies to: uuid 1.24.0 ---------------------------------------------------------------------------- Copyright (c) 2014 The Rust Project Developers Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon @@ -15660,7 +15798,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE.txt) applies to: wayland-backend 0.3.15, wayland-client 0.31.14, wayland-protocols 0.32.13, wayland-protocols-misc 0.3.12, wayland-protocols-wlr 0.3.12, wayland-scanner 0.31.10, wayland-sys 0.31.11 +The following license (LICENSE.txt) applies to: wayland-backend 0.3.16, wayland-client 0.31.15, wayland-protocols 0.32.13, wayland-protocols-misc 0.3.12, wayland-protocols-wlr 0.3.12, wayland-scanner 0.31.11, wayland-sys 0.31.11 ---------------------------------------------------------------------------- Copyright (c) 2015 Elinor Berger @@ -15916,7 +16054,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: webpki-root-certs 1.0.8, webpki-roots 1.0.8 +The following license (LICENSE) applies to: webpki-root-certs 1.0.9, webpki-roots 1.0.9 ---------------------------------------------------------------------------- # Community Data License Agreement - Permissive - Version 2.0 @@ -16007,6 +16145,260 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +---------------------------------------------------------------------------- +The following license (LICENSE-APACHE.txt) applies to: wide 1.6.1 +---------------------------------------------------------------------------- +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "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. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "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. + + "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). + + "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. + + "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." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2020 Daniel "Lokathor" Gee + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +---------------------------------------------------------------------------- +The following license (LICENSE-MIT.txt) applies to: wide 1.6.1 +---------------------------------------------------------------------------- +MIT License + +Copyright (c) 2020 Daniel "Lokathor" Gee + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +---------------------------------------------------------------------------- +The following license (LICENSE-ZLIB.txt) applies to: wide 1.6.1 +---------------------------------------------------------------------------- +Copyright (c) 2020 Daniel "Lokathor" Gee. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + + ---------------------------------------------------------------------------- The following license (LICENSE-MIT) applies to: winapi 0.3.9 ---------------------------------------------------------------------------- @@ -16032,7 +16424,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (license-apache-2.0) applies to: windows 0.62.2, windows-canvas 0.0.0, windows-collections 0.3.2, windows-composition 0.0.0, windows-core 0.62.2, windows-future 0.3.2, windows-implement 0.60.2, windows-interface 0.59.3, windows-link 0.2.1, windows-numerics 0.3.1, windows-reactor 0.0.0, windows-reactor-setup 0.0.0, windows-reference 0.1.0, windows-result 0.4.1, windows-strings 0.5.1, windows-sys 0.45.0, windows-sys 0.52.0, windows-sys 0.59.0, windows-sys 0.60.2, windows-sys 0.61.2, windows-targets 0.42.2, windows-targets 0.52.6, windows-targets 0.53.5, windows-threading 0.2.1, windows-time 0.1.0, windows-window 0.0.0, windows_aarch64_gnullvm 0.42.2, windows_aarch64_gnullvm 0.52.6, windows_aarch64_gnullvm 0.53.1, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_aarch64_msvc 0.53.1, windows_i686_gnu 0.42.2, windows_i686_gnu 0.52.6, windows_i686_gnu 0.53.1, windows_i686_gnullvm 0.52.6, windows_i686_gnullvm 0.53.1, windows_i686_msvc 0.42.2, windows_i686_msvc 0.52.6, windows_i686_msvc 0.53.1, windows_x86_64_gnu 0.42.2, windows_x86_64_gnu 0.52.6, windows_x86_64_gnu 0.53.1, windows_x86_64_gnullvm 0.42.2, windows_x86_64_gnullvm 0.52.6, windows_x86_64_gnullvm 0.53.1, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6, windows_x86_64_msvc 0.53.1 +The following license (license-apache-2.0) applies to: windows 0.62.2, windows-canvas 0.0.0, windows-collections 0.3.2, windows-composition 0.0.0, windows-core 0.62.2, windows-future 0.3.2, windows-implement 0.60.2, windows-interface 0.59.3, windows-link 0.2.1, windows-numerics 0.3.1, windows-reactor 0.0.0, windows-reactor-setup 0.0.0, windows-reference 0.1.0, windows-result 0.4.1, windows-strings 0.5.1, windows-sys 0.45.0, windows-sys 0.52.0, windows-sys 0.59.0, windows-sys 0.61.2, windows-targets 0.42.2, windows-targets 0.52.6, windows-threading 0.2.1, windows-time 0.1.0, windows-window 0.0.0, windows_aarch64_gnullvm 0.42.2, windows_aarch64_gnullvm 0.52.6, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_i686_gnu 0.42.2, windows_i686_gnu 0.52.6, windows_i686_gnullvm 0.52.6, windows_i686_msvc 0.42.2, windows_i686_msvc 0.52.6, windows_x86_64_gnu 0.42.2, windows_x86_64_gnu 0.52.6, windows_x86_64_gnullvm 0.42.2, windows_x86_64_gnullvm 0.52.6, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -16238,7 +16630,7 @@ Apache License ---------------------------------------------------------------------------- -The following license (license-mit) applies to: windows 0.62.2, windows-canvas 0.0.0, windows-collections 0.3.2, windows-composition 0.0.0, windows-core 0.62.2, windows-future 0.3.2, windows-implement 0.60.2, windows-interface 0.59.3, windows-link 0.2.1, windows-numerics 0.3.1, windows-reactor 0.0.0, windows-reactor-setup 0.0.0, windows-reference 0.1.0, windows-result 0.4.1, windows-strings 0.5.1, windows-sys 0.45.0, windows-sys 0.52.0, windows-sys 0.59.0, windows-sys 0.60.2, windows-sys 0.61.2, windows-targets 0.42.2, windows-targets 0.52.6, windows-targets 0.53.5, windows-threading 0.2.1, windows-time 0.1.0, windows-window 0.0.0, windows_aarch64_gnullvm 0.42.2, windows_aarch64_gnullvm 0.52.6, windows_aarch64_gnullvm 0.53.1, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_aarch64_msvc 0.53.1, windows_i686_gnu 0.42.2, windows_i686_gnu 0.52.6, windows_i686_gnu 0.53.1, windows_i686_gnullvm 0.52.6, windows_i686_gnullvm 0.53.1, windows_i686_msvc 0.42.2, windows_i686_msvc 0.52.6, windows_i686_msvc 0.53.1, windows_x86_64_gnu 0.42.2, windows_x86_64_gnu 0.52.6, windows_x86_64_gnu 0.53.1, windows_x86_64_gnullvm 0.42.2, windows_x86_64_gnullvm 0.52.6, windows_x86_64_gnullvm 0.53.1, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6, windows_x86_64_msvc 0.53.1 +The following license (license-mit) applies to: windows 0.62.2, windows-canvas 0.0.0, windows-collections 0.3.2, windows-composition 0.0.0, windows-core 0.62.2, windows-future 0.3.2, windows-implement 0.60.2, windows-interface 0.59.3, windows-link 0.2.1, windows-numerics 0.3.1, windows-reactor 0.0.0, windows-reactor-setup 0.0.0, windows-reference 0.1.0, windows-result 0.4.1, windows-strings 0.5.1, windows-sys 0.45.0, windows-sys 0.52.0, windows-sys 0.59.0, windows-sys 0.61.2, windows-targets 0.42.2, windows-targets 0.52.6, windows-threading 0.2.1, windows-time 0.1.0, windows-window 0.0.0, windows_aarch64_gnullvm 0.42.2, windows_aarch64_gnullvm 0.52.6, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_i686_gnu 0.42.2, windows_i686_gnu 0.52.6, windows_i686_gnullvm 0.52.6, windows_i686_msvc 0.42.2, windows_i686_msvc 0.52.6, windows_x86_64_gnu 0.42.2, windows_x86_64_gnu 0.52.6, windows_x86_64_gnullvm 0.42.2, windows_x86_64_gnullvm 0.52.6, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6 ---------------------------------------------------------------------------- MIT License @@ -16500,7 +16892,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: winnow 0.7.15, winnow 1.0.3 +The following license (LICENSE-MIT) applies to: winnow 0.7.15, winnow 1.0.4 ---------------------------------------------------------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -16883,7 +17275,7 @@ Permission is granted to anyone to use this software for any purpose, including ---------------------------------------------------------------------------- -The following license (LICENSE) applies to: zbus 5.16.0, zbus_macros 5.16.0, zbus_names 4.3.2, zvariant 5.12.0, zvariant_derive 5.12.0 +The following license (LICENSE) applies to: zbus 5.19.0, zbus_macros 5.19.0, zbus_names 4.3.4, zvariant 5.14.0, zvariant_derive 5.14.0 ---------------------------------------------------------------------------- Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors @@ -16913,7 +17305,37 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-APACHE) applies to: zerocopy 0.7.35, zerocopy 0.8.52, zerocopy-derive 0.7.35, zerocopy-derive 0.8.52 +The following license (LICENSE) applies to: zcheapstr 1.1.0 +---------------------------------------------------------------------------- +Copyright (c) 2026 Zeeshan Ali Khan & zcheapstr contributors + +Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + +---------------------------------------------------------------------------- +The following license (LICENSE-APACHE) applies to: zerocopy 0.7.35, zerocopy 0.8.56, zerocopy-derive 0.7.35, zerocopy-derive 0.8.56 ---------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -17119,7 +17541,7 @@ Apache License ---------------------------------------------------------------------------- -The following license (LICENSE-BSD) applies to: zerocopy 0.7.35, zerocopy 0.8.52, zerocopy-derive 0.7.35, zerocopy-derive 0.8.52 +The following license (LICENSE-BSD) applies to: zerocopy 0.7.35, zerocopy 0.8.56, zerocopy-derive 0.7.35, zerocopy-derive 0.8.56 ---------------------------------------------------------------------------- Copyright 2019 The Fuchsia Authors. @@ -17148,7 +17570,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: zerocopy 0.7.35, zerocopy 0.8.52, zerocopy-derive 0.7.35, zerocopy-derive 0.8.52 +The following license (LICENSE-MIT) applies to: zerocopy 0.7.35, zerocopy 0.8.56, zerocopy-derive 0.7.35, zerocopy-derive 0.8.56 ---------------------------------------------------------------------------- Copyright 2023 The Fuchsia Authors @@ -17208,7 +17630,7 @@ DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-MIT) applies to: zune-core 0.5.1, zune-jpeg 0.5.15 +The following license (LICENSE-MIT) applies to: zune-core 0.5.3, zune-jpeg 0.5.15 ---------------------------------------------------------------------------- MIT License @@ -17234,7 +17656,7 @@ SOFTWARE. ---------------------------------------------------------------------------- -The following license (LICENSE-ZLIB) applies to: zune-core 0.5.1, zune-jpeg 0.5.15 +The following license (LICENSE-ZLIB) applies to: zune-core 0.5.3, zune-jpeg 0.5.15 ---------------------------------------------------------------------------- zlib License