Commit graph

76 commits

Author SHA1 Message Date
Ian Eure
6099c7d778
gnu: librewolf: Use ffmpeg-6.
Fixes guix/guix#3038.

* gnu/packages/librewolf.scm (librewolf): Replace ffmpeg with ffmpeg-6.

Change-Id: I8aef1b8102e6aff9f9dc4513c7169507efdec16b
2025-09-30 16:48:25 +09:00
Ian Eure
56f909eefd
gnu: librewolf: Update to 143.0-1 [security-fixes].
Contains fixes for:
CVE-2025-10527: Sandbox escape due to use-after-free in the Graphics:
                Canvas2D component
CVE-2025-10528: Sandbox escape due to undefined behavior, invalid
                pointer in the Graphics: Canvas2D component
CVE-2025-10529: Same-origin policy bypass in the Layout component
CVE-2025-10530: Spoofing issue in the WebAuthn component in Firefox
                for Android
CVE-2025-10531: Mitigation bypass in the Web Compatibility: Tooling
                component
CVE-2025-10532: Incorrect boundary conditions in the JavaScript: GC
                component
CVE-2025-10533: Integer overflow in the SVG component
CVE-2025-10534: Spoofing issue in the Site Permissions component
CVE-2025-10535: Information disclosure, mitigation bypass in the
                Privacy component in Firefox for Android
CVE-2025-10536: Information disclosure in the Networking: Cache
                component
CVE-2025-10537: Memory safety bugs fixed in Firefox ESR 140.3,
                Thunderbird ESR 140.3, Firefox 143 and Thunderbird 143

* gnu/packages/librewolf.scm (librewolf): Update to 143.0-1.

Change-Id: Idaa54a67f36b10e990363371505437159add938d
2025-09-25 16:37:21 -07:00
Ian Eure
e2294916c8
gnu: firefox-l10n: Update to 0349e18db25a701938d83c61fa90f6074ae9df01.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 0349e18db25a701938d83c61fa90f6074ae9df01.

Change-Id: I3d9cb058aab931b799e72920ef713b217beefc43
2025-09-25 16:37:19 -07:00
Maxim Cournoyer
ba2f9748f7
gnu: icecat: Update to 140.3.0-gnu1 [security fixes].
For Firefox/IceCat, this fixes at least CVE-2025-6427, CVE-2025-6428,
CVE-2025-6431, CVE-2025-6432, CVE-2025-6433, CVE-2025-6434, CVE-2025-6435 and
CVE-2025-6436.

For Thunderbird/Icedove, this fixes too many CVEs to be named here. Consult
<https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird> to
read the details.

* gnu/packages/image.scm (libpng-apng-for-librewolf): Rename to...
(libpng-apng-next): ... this.
* gnu/packages/librewolf.scm (librewolf) [inputs]: Adjust accordingly.
* gnu/packages/gnuzilla.scm (icecat-minimal): Update to 140.3.0.
[#:configure-flags]: Add --disable-fhs.  Remove --enable-official-branding.
[#:phases] {apply-guix-specific-patches}: Apply
icecat-fhs-configure-option.patch.
{remove-cargo-frozen-flag}: Remove --frozen from rust.mk.
{install}: Also install a policies.json file to disable the Sync feature.
{install-desktop-entry}: Adjust and streamline.
{install-icons}: Use the 'unofficial' branding directory.
[inputs]: Replace libpng-apng with libpng-apng-next.  Replace icu4c with
icu4c-77.
[native-search-paths]: Replace ICECAT_SYSTEM_DIR with MOZILLA_SYSTEM_DIR.
(icecat-source): Remove obsolete cleanups.  Switch tarball compression to
zstd.
(make-l10n-package): No longer set GUIX_PYTHONPATH.
[#:phases] {build}: Register the "tb_common" mach site.
[native-inputs]: Replace python-wrapper with python. Add python-aiohttp,
python-async-timeout and python-dateutil.
(mozilla-115-compare-locales, mozilla-115-locale, mozilla-115-locales)
(update-mozilla-115-locales, all-mozilla-115-locales, %icecat-115-base-version)
(%icecat-115-version, %icecat-115-build-id
(icecat-115-source): Delete variables.
(mozilla-l10n): Update to correct changeset.
(format-locales): New procedure.
(%icecat-locales): Update.
(%icecat-base-version): Set to the version of mozjs.
(%icecat-build-id): Bump.
(%icedove-build-id): Bump.
(%icedove-version): Set to 140.3.0.
(thunderbird-comm-source): Update accordingly.
[patches]: New field.
(comm-source->locales+changeset): Delete variable.
(%icedove-locales): Regenerate.
(thunderbird-comm-l10n): Adjust URI, and switch to a git-fetch, to be able to
use pre-releases (the official release tarballs lag behind those of Firefox).
(icedove-source): Compress resulting tarball via zstd. Adjust patching based
on changed file names and content. Make "comm" files writable. Patch
MOZ_APP_NAME in "devtools/startup/DevToolsStartup.sys.mjs". Adjust
services.settings.server value to avoid a warning.
Adjust l10n copying, given we're now using a checkout again.
(icedove-minimal) [#:phases] {configure}: Do not set PYTHON. Add
'ac_add_options --enable-rust-simd' flag.
{do-not-verify-vendored-rust-dependencies}: New phase.
{patch-cargo-checksums}: Sync with IceCat, add "comm" directory.
{remove-cargo-frozen-flag}: Sync phase with that of IceCat.
[inputs]: Sort. Add ffmpeg. Remove gtk+-2. Replace nss with nss-rapid.
Replace icu4c with icu4c-77.
[native-inputs]: Replace clang-15 with clang-20, llvm-15 with llvm-20. Replace
rust-cbindgen-0.24 with rust-cbindgen.
* gnu/packages/patches/icedove-observer-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/patches/icecat-compare-paths.patch: Update.
* gnu/packages/patches/icecat-use-system-wide-dir.patch: Rework, with the goal
to of upstreaming it.

Change-Id: Ib420388b9e7c7b59baa74920951afbda99cfe5a2
2025-09-17 12:34:52 +09:00
Ian Eure
3b082832fa
gnu: librewolf: Update to 142.0.1-1.
* gnu/packages/librewolf.scm (librewolf): Update to 142.0.1-1.

Change-Id: I26991fceeeb0ba4bf4b21ee929931ff6faec48e6
2025-08-30 10:35:14 -07:00
Ian Eure
62d172c253
gnu: firefox-l10n: Update to 2962877b9abd5bfa1e24e5bbc1e16e47e12d6760.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 2962877b9abd5bfa1e24e5bbc1e16e47e12d6760.

Change-Id: I09f96b67493da0e48003d7d057ea53e1d2a45b04
2025-08-30 10:35:13 -07:00
Ian Eure
a5bf38cf2a
gnu: librewolf: Update to 142.0-1.
Contains fixes for:
CVE-2025-9179: Sandbox escape due to invalid pointer in the
               Audio/Video: GMP component
CVE-2025-9180: Same-origin policy bypass in the Graphics: Canvas2D
               component
CVE-2025-9181: Uninitialized memory in the JavaScript Engine component
CVE-2025-9186: Spoofing issue in the Address Bar component of Firefox
               Focus for Android
CVE-2025-9182: Denial-of-service due to out-of-memory in the Graphics:
               WebRender component
CVE-2025-9183: Spoofing issue in the Address Bar component
CVE-2025-9187: Memory safety bugs fixed in Firefox 142 and Thunderbird
               142
CVE-2025-9184: Memory safety bugs fixed in Firefox ESR 140.2,
               Thunderbird ESR 140.2, Firefox 142 and Thunderbird 142
CVE-2025-9185: Memory safety bugs fixed in Firefox ESR 115.27, Firefox
               ESR 128.14, Thunderbird ESR 128.14, Firefox ESR 140.2,
               Thunderbird ESR 140.2, Firefox 142 and Thunderbird 142

* gnu/packages/librewolf.scm (librewolf): Update to 142.0-1.

Change-Id: Idbe66764c531c708455bb8d1f28740a276aa3bc3
2025-08-27 20:08:03 -07:00
Ian Eure
9636ad9789
gnu: make-librewolf-source: Delete unbundled libraries.
* gnu/packages/librewolf.scm (make-librewolf-source): Delete unbundled
libraries.

Change-Id: I533fa95c33cfed3fa048566d6c436fe1d234bf49
2025-08-27 20:08:02 -07:00
Ian Eure
ad7bc711b0
gnu: firefox-l10n: Update to 93aea9134e458a78257e4164832e4871d1e425d8.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 93aea9134e458a78257e4164832e4871d1e425d8.

Change-Id: I883198ed372bb081d6e5bad2339bdb17daf07029
2025-08-27 20:08:01 -07:00
Hilton Chain
33399ab931
gnu: packages: Remove all crates-* modules.
Moved to <https://codeberg.org/guix/guix-rust-past-crates>.

* gnu/packages/crates-apple.scm: Delete file.
* gnu/packages/crates-audio.scm: Delete file.
* gnu/packages/crates-check.scm: Delete file.
* gnu/packages/crates-compression.scm: Delete file.
* gnu/packages/crates-crypto.scm: Delete file.
* gnu/packages/crates-database.scm: Delete file.
* gnu/packages/crates-graphics.scm: Delete file.
* gnu/packages/crates-gtk.scm: Delete file.
* gnu/packages/crates-io.scm: Delete file.
* gnu/packages/crates-shell.scm: Delete file.
* gnu/packages/crates-tls.scm: Delete file.
* gnu/packages/crates-vcs.scm: Delete file.
* gnu/packages/crates-web.scm: Delete file.
* gnu/packages/crates-windows.scm: Delete file.
* gnu/packages/patches/rust-ndarray-0.13-remove-blas-src.patch: Delete file.
* gnu/packages/patches/rust-ndarray-0.14-remove-blas-src.patch: Delete file.
* gnu/packages/patches/rust-ndarray-remove-blas-src-dep.patch: Delete file.
* gnu/packages/patches/rust-nettle-disable-vendor.patch: Delete file.
* gnu/packages/patches/rust-onenote-parser-for-clamav-deps.patch: Delete file.
* gnu/packages/patches/rust-onenote-parser-for-clamav-parse-in-memory-buffer.patch:
Delete file.
* gnu/packages/patches/rust-onenote-parser-for-clamav-property-type.patch:
Delete file.
* gnu/packages/patches/rust-poem-1-fewer-deps.patch: Delete file.
* gnu/packages/patches/rust-rspec-1-remove-clippy.patch: Delete file.
* gnu/packages/patches/rust-trash-2-update-windows.patch: Delete file.
* gnu/packages/patches/rust-wl-clipboard-rs-newer-wl.patch: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Remove them.
* gnu/packages/admin.scm: Remove their imports.
* gnu/packages/antivirus.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/bioinformatics.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/crypto.scm: Likewise.
* gnu/packages/file-systems.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/language.scm: Likewise.
* gnu/packages/librewolf.scm: Likewise.
* gnu/packages/nss.scm: Likewise.
* gnu/packages/nushell.scm: Likewise.
* gnu/packages/python-compression.scm: Likewise.
* gnu/packages/python-crypto.scm: Likewise.
* gnu/packages/python-science.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/rust-apps.scm: Likewise.
* gnu/packages/security-token.scm: Likewise.
* gnu/packages/shellutils.scm: Likewise.
* gnu/packages/suckless.scm: Likewise.
* gnu/packages/syndication.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/text-editors.scm: Likewise.
* gnu/packages/tmux.scm: Likewise.
* gnu/packages/tree-sitter.scm: Likewise.
* gnu/packages/version-control.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/virtualization.scm: Likewise.
* gnu/packages/web.scm: Likewise.
* gnu/packages/wm.scm: Likewise.

Deleted variables:

rust-block-0.1, rust-block-sys-0.2, rust-block-sys-0.1, rust-block2-0.5,
rust-block2-0.3, rust-block2-0.2, rust-cargo-credential-macos-keychain-0.4,
rust-cocoa-0.25, rust-cocoa-0.24, rust-cocoa-0.23, rust-cocoa-0.22,
rust-cocoa-0.20, rust-cocoa-0.19, rust-cocoa-0.18, rust-cocoa-foundation-0.1,
rust-commoncrypto-0.2, rust-commoncrypto-sys-0.2, rust-core-foundation-0.10,
rust-core-foundation-0.9, rust-core-foundation-0.7, rust-core-foundation-0.6,
rust-core-foundation-sys-0.8, rust-core-foundation-sys-0.7,
rust-core-foundation-sys-0.6, rust-core-text-20, rust-core-text-19,
rust-coreaudio-rs-0.10, rust-coreaudio-sys-0.2, rust-dispatch-0.2,
rust-dispatch-0.1, rust-fat-macho-0.4, rust-fsevent-2, rust-fsevent-0.4,
rust-fsevent-sys-4, rust-fsevent-sys-3, rust-fsevent-sys-2, rust-icrate-0.0.4,
rust-mac-notification-sys-0.6, rust-mach-0.3, rust-mach-0.2,
rust-mach-o-sys-0.1, rust-mach2-0.4, rust-metal-0.18, rust-objc-0.2,
rust-objc-exception-0.1, rust-objc-foundation-0.1, rust-objc-id-0.1,
rust-objc-sys-0.3, rust-objc-sys-0.2, rust-objc-test-utils-0.0.2,
rust-objc2-0.5, rust-objc2-0.4, rust-objc2-0.3, rust-objc2-app-kit-0.2,
rust-objc2-cloud-kit-0.2, rust-objc2-contacts-0.2, rust-objc2-core-data-0.2,
rust-objc2-core-image-0.2, rust-objc2-core-location-0.2, rust-objc2-encode-4,
rust-objc2-encode-3, rust-objc2-encode-2, rust-objc2-foundation-0.2,
rust-objc2-link-presentation-0.2, rust-objc2-metal-0.2,
rust-objc2-proc-macros-0.1, rust-objc2-quartz-core-0.2,
rust-objc2-symbols-0.2, rust-objc2-ui-kit-0.2,
rust-objc2-uniform-type-identifiers-0.2, rust-objc2-user-notifications-0.2,
rust-security-framework-3, rust-security-framework-2,
rust-security-framework-1, rust-security-framework-0.3,
rust-security-framework-0.2.4-yanked, rust-security-framework-0.2,
rust-security-framework-sys-2, rust-security-framework-sys-1,
rust-security-framework-sys-0.3, rust-security-framework-sys-0.2.4-yanked,
rust-security-framework-sys-0.2, rust-system-configuration-0.6,
rust-system-configuration-0.5, rust-system-configuration-sys-0.6,
rust-system-configuration-sys-0.5, rust-alsa-0.9, rust-alsa-0.8,
rust-alsa-0.7, rust-alsa-0.6, rust-alsa-sys-0.3, rust-asio-sys-0.2,
rust-cpal-0.13, rust-jack-0.10, rust-jack-0.8, rust-jack-sys-0.4,
rust-jack-sys-0.2, rust-lewton-0.10, rust-libpulse-binding-2,
rust-libpulse-simple-binding-2, rust-libpulse-simple-sys-1,
rust-libpulse-sys-1, rust-librespot-audio-0.4, rust-librespot-connect-0.4,
rust-librespot-core-0.4, rust-librespot-discovery-0.4,
rust-librespot-metadata-0.4, rust-librespot-playback-0.4,
rust-librespot-protocol-0.4, rust-lv2-0.6, rust-lv2-atom-2, rust-lv2-core-3,
rust-lv2-core-derive-2, rust-lv2-midi-1, rust-lv2-state-2, rust-lv2-sys-2,
rust-lv2-time-0.1, rust-lv2-units-0.1, rust-lv2-urid-2, rust-lv2-worker-0.1,
rust-minimp3-0.5, rust-minimp3-sys-0.3, rust-oboe-0.4, rust-oboe-sys-0.4,
rust-ogg-0.8, rust-pipewire-0.7, rust-pipewire-sys-0.7, rust-portaudio-rs-0.3,
rust-portaudio-sys-0.1, rust-rodio-0.15, rust-symphonia-0.4,
rust-symphonia-bundle-flac-0.4, rust-symphonia-bundle-mp3-0.4,
rust-symphonia-codec-aac-0.4, rust-symphonia-codec-pcm-0.4,
rust-symphonia-codec-vorbis-0.4, rust-symphonia-core-0.4,
rust-symphonia-format-isomp4-0.4, rust-symphonia-format-ogg-0.4,
rust-symphonia-format-wav-0.4, rust-symphonia-metadata-0.4,
rust-symphonia-utils-xiph-0.4, rust-urid-0.1, rust-urid-derive-0.1,
rust-wmidi-3, rust-criterion-0.5, rust-criterion-0.4, rust-criterion-0.3,
rust-criterion-0.2, rust-criterion-cycles-per-byte-0.1,
rust-criterion-plot-0.5, rust-criterion-plot-0.4, rust-criterion-plot-0.3,
rust-mark-flaky-tests-1, rust-mark-flaky-tests-macro-1, rust-mock-instant-0.3,
rust-mock-instant-0.2, rust-mockall-0.13, rust-mockall-0.11,
rust-mockall-derive-0.13, rust-mockall-derive-0.11, rust-mockall-double-0.3,
rust-nextest-filtering-0.12, rust-nextest-metadata-0.12,
rust-nextest-runner-0.70, rust-nextest-workspace-hack-0.1, rust-quickcheck-1,
rust-quickcheck-0.9, rust-quickcheck-0.8, rust-quickcheck-0.7,
rust-quickcheck-0.6, rust-quickcheck-0.5, rust-quickcheck-0.4,
rust-quickcheck-0.2, rust-quickcheck-macros-1, rust-quickcheck-macros-0.9,
rust-quickcheck-macros-0.8, rust-tango-bench-0.6, rust-tiny-bench-0.3,
rust-autocompress-0.2, rust-brotli-7, rust-brotli-6, rust-brotli-3,
rust-brotli-decompressor-4, rust-brotli-decompressor-2, rust-brotli-sys-0.3,
rust-brotli2-0.3, rust-bzip2-0.4, rust-bzip2-rs-0.1, rust-bzip2-sys-0.1,
rust-cloudflare-zlib-sys-0.3, rust-deflate-1, rust-deflate-0.9,
rust-deflate-0.8, rust-deflate-0.7, rust-deflate64-0.1, rust-delharc-0.6,
rust-fdeflate-0.3, rust-flate2-1, rust-gzip-header-1, rust-gzip-header-0.3,
rust-gzp-0.11, rust-inflate-0.4, rust-libdeflate-sys-1,
rust-libdeflate-sys-0.12, rust-libdeflater-1, rust-libdeflater-0.12,
rust-libflate-2, rust-libflate-1, rust-libflate-lz77-2, rust-libflate-lz77-1,
rust-libz-ng-sys-1, rust-libz-rs-sys-0.3, rust-libz-sys-1, rust-lz4-1,
rust-lz4-compress-0.1, rust-lz4-flex-0.11, rust-lz4-flex-0.9, rust-lz4-sys-1,
rust-lzma-rs-0.3, rust-lzma-rust-0.1, rust-lzma-sys-0.1, rust-lzw-0.10,
rust-lzzzz-1, rust-miniz-oxide-0.8, rust-miniz-oxide-0.7,
rust-miniz-oxide-0.6, rust-miniz-oxide-0.5, rust-miniz-oxide-0.4,
rust-miniz-oxide-0.3, rust-rust-lzma-0.5, rust-ruzstd-0.7, rust-ruzstd-0.6,
rust-ruzstd-0.5, rust-ruzstd-0.4, rust-sevenz-rust-0.5, rust-tar-0.4,
rust-unrar-0.5, rust-unrar-sys-0.5, rust-xz-0.1, rust-xz2-0.1, rust-zip-2,
rust-zip-0.6, rust-zlib-rs-0.4, rust-zlib-rs-0.3, rust-zopfli-0.8,
rust-zstd-0.13, rust-zstd-0.12, rust-zstd-0.11, rust-zstd-0.9,
rust-zstd-safe-7, rust-zstd-safe-6, rust-zstd-safe-5, rust-zstd-safe-4,
rust-zstd-seekable-0.1, rust-zstd-sys-2, rust-zstd-sys-1, rust-aead-0.5,
rust-aead-0.4, rust-aead-0.3, rust-aes-0.8, rust-aes-0.7, rust-aes-0.6,
rust-aes-0.4, rust-aes-0.3.2-yanked, rust-aes-0.3, rust-aes-ctr-0.6,
rust-aes-gcm-0.10, rust-aes-gcm-0.9, rust-aes-gcm-0.8, rust-aes-soft-0.6,
rust-aes-soft-0.4.0-yanked, rust-aes-soft-0.4, rust-aes-soft-0.3.3-yanked,
rust-aes-soft-0.3, rust-aesni-0.10, rust-aesni-0.7.0-yanked, rust-aesni-0.7,
rust-aesni-0.6.0-yanked, rust-aesni-0.6, rust-argon2-0.5, rust-base16ct-0.2,
rust-base16ct-0.1, rust-base64ct-1, rust-bcrypt-pbkdf-0.10,
rust-bcrypt-pbkdf-0.6, rust-blake2-0.10, rust-blake2-0.9, rust-blake2-0.8,
rust-blake2b-simd-1, rust-blake2b-simd-0.5, rust-blakeout-0.3,
rust-block-cipher-0.7, rust-block-cipher-trait-0.6.2-yanked,
rust-block-cipher-trait-0.6, rust-block-cipher-trait-0.4.2-yanked,
rust-block-cipher-trait-0.4, rust-block-modes-0.8, rust-blowfish-0.9,
rust-blowfish-0.8, rust-botan-0.10, rust-botan-0.8, rust-botan-src-0.30101,
rust-botan-src-0.21703, rust-botan-sys-0.10, rust-botan-sys-0.8,
rust-c2-chacha-0.2, rust-camellia-0.1, rust-cast5-0.11, rust-cbc-0.1,
rust-cfb-mode-0.8, rust-chacha20-0.9, rust-chacha20-0.8, rust-chacha20-0.7,
rust-chacha20poly1305-0.10, rust-chacha20poly1305-0.9,
rust-chacha20poly1305-0.8, rust-cipher-0.4, rust-cipher-0.3, rust-cipher-0.2,
rust-cmac-0.7, rust-crypto-bigint-0.5, rust-crypto-bigint-0.4,
rust-crypto-bigint-0.3, rust-crypto-bigint-0.2, rust-crypto-box-0.8,
rust-crypto-common-0.1, rust-crypto-mac-0.11, rust-crypto-mac-0.10,
rust-crypto-mac-0.8, rust-crypto-mac-0.7, rust-crypto-mac-0.4.0-yanked,
rust-crypto-mac-0.4, rust-crypto-secretbox-0.1, rust-crypto-tests-0.5,
rust-cryptovec-0.6, rust-csrf-0.4, rust-ctr-0.9, rust-ctr-0.8, rust-ctr-0.6,
rust-curve25519-dalek-4, rust-curve25519-dalek-3,
rust-curve25519-dalek-derive-0.1, rust-curve25519-dalek-ng-4, rust-des-0.8,
rust-des-0.7, rust-digest-0.10, rust-digest-0.9, rust-digest-0.8,
rust-digest-0.6, rust-dsa-0.6, rust-eax-0.5, rust-ecdsa-0.16,
rust-ecies-ed25519-0.5, rust-ecies-ed25519-ng-0.5, rust-ed25519-2,
rust-ed25519-1, rust-ed25519-compact-2, rust-ed25519-dalek-2,
rust-ed25519-dalek-1, rust-ed25519-zebra-2, rust-ed25519-zebra-1,
rust-elliptic-curve-0.13, rust-fiat-crypto-0.2, rust-fiat-crypto-0.1,
rust-ghash-0.5, rust-ghash-0.4, rust-ghash-0.3, rust-hkdf-0.12,
rust-hkdf-0.11, rust-hkdf-0.10, rust-hmac-0.12, rust-hmac-0.11,
rust-hmac-0.10, rust-hmac-sha1-0.1, rust-k256-0.13, rust-kuznyechik-0.8,
rust-libsodium-sys-0.2, rust-mas-jose-0.7, rust-md-5-0.10, rust-md-5-0.9,
rust-md5-0.7, rust-md5-0.6, rust-md5-0.3, rust-md5-asm-0.5, rust-md5-asm-0.4,
rust-nettle-7, rust-nettle-sys-2, rust-oo7-0.2, rust-orion-0.17,
rust-p256-0.13, rust-p384-0.13, rust-p521-0.13, rust-pbkdf2-0.12,
rust-pbkdf2-0.11, rust-pbkdf2-0.10, rust-pbkdf2-0.9, rust-pbkdf2-0.8,
rust-pem-rfc7468-0.7, rust-pem-rfc7468-0.6, rust-pem-rfc7468-0.3,
rust-pem-rfc7468-0.2, rust-pkcs1-0.7, rust-pkcs1-0.3, rust-pkcs1-0.2,
rust-pkcs5-0.7, rust-pkcs5-0.5, rust-pkcs5-0.4, rust-pkcs5-0.3,
rust-pkcs7-0.4, rust-pkcs8-0.10, rust-pkcs8-0.9, rust-pkcs8-0.8,
rust-pkcs8-0.7, rust-poly1305-0.8, rust-poly1305-0.7, rust-polyval-0.6,
rust-polyval-0.5, rust-polyval-0.4, rust-ppv-lite86-0.2, rust-primeorder-0.13,
rust-rfc6979-0.4, rust-rfc6979-0.3, rust-ring-0.17, rust-ring-0.16,
rust-ring-0.14, rust-ring-0.13, rust-ring-compat-0.8, rust-ripemd-0.1,
rust-rsa-0.9, rust-rsa-0.6, rust-rsa-0.5, rust-rust-argon2-2,
rust-rust-argon2-0.8, rust-salsa20-0.10, rust-salsa20-0.9, rust-scrypt-0.11,
rust-scrypt-0.10, rust-scrypt-0.8, rust-sec1-0.7, rust-secp256k1-sys-0.4,
rust-serdect-0.2, rust-serdect-0.1, rust-sha-1-0.10, rust-sha-1-0.9,
rust-sha1-0.10, rust-sha1-0.6, rust-sha1-0.2, rust-sha1-asm-0.5,
rust-sha1-smol-1, rust-sha1collisiondetection-0.3,
rust-sha1collisiondetection-0.2, rust-sha2-0.10, rust-sha2-0.9, rust-sha2-0.8,
rust-sha2-asm-0.6, rust-sha2-asm-0.5, rust-sha256-1, rust-sha3-0.10,
rust-sha3-0.9, rust-signature-2, rust-signature-1, rust-signature-derive-2,
rust-signature-derive-1, rust-simple-asn1-0.6, rust-simple-asn1-0.4,
rust-sm3-0.4, rust-spki-0.7, rust-spki-0.6, rust-spki-0.5, rust-spki-0.4,
rust-ssh-cipher-0.2, rust-ssh-encoding-0.2, rust-ssh-key-0.6,
rust-stream-cipher-0.4, rust-stream-cipher-0.3.2-yanked,
rust-stream-cipher-0.3, rust-streebog-0.10, rust-streebog-0.9, rust-subtle-2,
rust-subtle-1, rust-subtle-ng-2, rust-tiger-0.1, rust-tls-codec-0.4,
rust-tls-codec-derive-0.4, rust-totp-lite-2, rust-twofish-0.7,
rust-universal-hash-0.5, rust-universal-hash-0.4, rust-x25519-dalek-2,
rust-x25519-dalek-1, rust-x25519-dalek-ng-1, rust-xsalsa20poly1305-0.9,
rust-z85-3, rust-zipsign-api-0.1, rust-diesel-2, rust-diesel-1,
rust-diesel-derives-2, rust-diesel-derives-1, rust-diesel-migrations-2,
rust-diesel-migrations-1, rust-diesel-table-macro-syntax-0.1,
rust-liblmdb-sys-0.2, rust-libsqlite3-sys-0.30, rust-libsqlite3-sys-0.28,
rust-libsqlite3-sys-0.27, rust-libsqlite3-sys-0.26, rust-libsqlite3-sys-0.23,
rust-libsqlite3-sys-0.22, rust-libsqlite3-sys-0.20, rust-lmdb-rs-0.7,
rust-mysqlclient-sys-0.2, rust-postgres-0.19, rust-postgres-derive-0.4,
rust-postgres-protocol-0.6, rust-postgres-types-0.2, rust-pq-sys-0.4,
rust-rusqlite-0.32, rust-rusqlite-0.31, rust-rusqlite-0.30,
rust-rusqlite-0.29, rust-rusqlite-macros-0.3, rust-rusqlite-macros-0.2,
rust-rusqlite-macros-0.1, rust-sled-0.34, rust-sqlformat-0.2,
rust-sqlite-0.36, rust-sqlite-0.30, rust-sqlite-0.27,
rust-sqlite3-parser-0.13, rust-sqlite3-parser-0.12, rust-sqlite3-src-0.6,
rust-sqlite3-src-0.5, rust-sqlite3-src-0.4, rust-sqlite3-src-0.3,
rust-sqlite3-sys-0.17, rust-sqlite3-sys-0.15, rust-sqlite3-sys-0.14,
rust-sqlite3-sys-0.13, rust-sqlparser-0.43, rust-sqlparser-0.39,
rust-sqlparser-derive-0.2, rust-sqlparser-derive-0.1, rust-sqlx-0.7,
rust-sqlx-core-0.7, rust-sqlx-macros-0.7, rust-sqlx-macros-core-0.7,
rust-sqlx-mysql-0.7, rust-sqlx-postgres-0.7, rust-sqlx-sqlite-0.7,
rust-andrew-0.3, rust-andrew-0.2, rust-ansi-colours-1, rust-ansi-term-0.12,
rust-ansi-term-0.11, rust-ansi-term-0.9, rust-ansi-to-tui-7,
rust-ansiterm-0.12, rust-aom-sys-0.3, rust-ascii-canvas-3,
rust-ascii-canvas-2, rust-ash-0.37, rust-ash-window-0.12, rust-av-data-0.4,
rust-avif-parse-1, rust-avif-parse-0.13, rust-avif-serialize-0.8,
rust-avif-serialize-0.7, rust-avif-serialize-0.6.5-yanked,
rust-avif-serialize-0.6, rust-box-drawing-0.1, rust-cgl-0.3, rust-cgl-0.2,
rust-cgmath-0.18, rust-cgmath-0.17, rust-cgmath-0.16, rust-colorous-1,
rust-core-graphics-0.24, rust-core-graphics-0.23, rust-core-graphics-0.22,
rust-core-graphics-0.21, rust-core-graphics-0.19, rust-core-graphics-0.17,
rust-core-graphics-types-0.2, rust-core-graphics-types-0.1,
rust-core-video-sys-0.1, rust-cursor-icon-1, rust-d3d12-0.7,
rust-dark-light-1, rust-dav1d-0.10, rust-dav1d-sys-0.8,
rust-dcv-color-primitives-0.6, rust-deltae-0.3, rust-dpi-0.1, rust-drm-0.12,
rust-drm-0.11, rust-drm-ffi-0.9, rust-drm-ffi-0.8, rust-drm-ffi-0.7,
rust-drm-ffi-0.6, rust-drm-fourcc-2, rust-drm-sys-0.8, rust-drm-sys-0.7,
rust-drm-sys-0.6, rust-drm-sys-0.5, rust-enable-ansi-support-0.2,
rust-enterpolation-0.2, rust-euclid-0.22, rust-eui48-0.4, rust-evdev-0.11,
rust-exr-1, rust-fast-image-resize-5, rust-fast-image-resize-2,
rust-fast-srgb8-1, rust-gfx-0.18, rust-gfx-core-0.9, rust-gif-0.13,
rust-gif-0.12, rust-gif-0.11, rust-gif-0.10, rust-gl-0.14,
rust-gl-generator-0.14, rust-gl-generator-0.13, rust-gl-generator-0.11,
rust-gl-loader-0.1, rust-gleam-0.6, rust-glow-0.12, rust-glutin-0.32,
rust-glutin-0.31, rust-glutin-0.30, rust-glutin-0.29, rust-glutin-0.28,
rust-glutin-0.21, rust-glutin-egl-sys-0.7, rust-glutin-egl-sys-0.6,
rust-glutin-egl-sys-0.5, rust-glutin-egl-sys-0.4, rust-glutin-egl-sys-0.1,
rust-glutin-emscripten-sys-0.1, rust-glutin-gles2-sys-0.1,
rust-glutin-glx-sys-0.6, rust-glutin-glx-sys-0.5, rust-glutin-glx-sys-0.4,
rust-glutin-glx-sys-0.1, rust-glutin-wgl-sys-0.6, rust-glutin-wgl-sys-0.5,
rust-glutin-wgl-sys-0.4, rust-glutin-wgl-sys-0.1, rust-gpu-alloc-0.6,
rust-gpu-alloc-types-0.3, rust-image-0.25, rust-image-0.24, rust-image-0.23,
rust-image-0.22, rust-image-0.21, rust-image-0.20, rust-image-webp-0.2,
rust-imageproc-0.25, rust-imageproc-0.23, rust-imgref-1,
rust-jpeg-decoder-0.3, rust-jpeg-decoder-0.1, rust-katexit-0.1,
rust-keyframe-1, rust-khronos-egl-5, rust-kmeans-colors-0.6,
rust-libdav1d-sys-0.6, rust-libvips-1, rust-libwebp-sys-0.9,
rust-libwebp-sys-0.4, rust-line-drawing-0.7, rust-lyon-geom-1,
rust-lyon-geom-0.17, rust-lyon-path-0.17, rust-lyon-svg-0.17,
rust-mp4parse-0.17, rust-osmesa-sys-0.1, rust-palette-0.7, rust-palette-0.6,
rust-palette-derive-0.7, rust-palette-derive-0.6, rust-pbr-1,
rust-piston-float-1, rust-piston-gfx-texture-0.40,
rust-piston-graphics-api-version-0.2, rust-piston-shaders-graphics2d-0.3,
rust-piston-texture-0.8, rust-piston-viewport-1,
rust-pistoncore-event-loop-0.49, rust-pistoncore-input-0.28,
rust-pistoncore-window-0.44, rust-png-0.17, rust-png-0.16, rust-png-0.15,
rust-png-0.14, rust-png-0.12, rust-qoi-0.4, rust-ravif-0.11, rust-ravif-0.8,
rust-ravif-0.6.6-yanked, rust-ravif-0.6, rust-raw-window-handle-0.6,
rust-raw-window-handle-0.5, rust-raw-window-handle-0.4,
rust-raw-window-handle-0.3, rust-raw-window-metal-0.3, rust-resize-0.8,
rust-resize-0.7, rust-resize-0.4, rust-rgb-0.8, rust-scad-1, rust-sdl2-0.36,
rust-sdl2-0.35, rust-sdl2-sys-0.36, rust-sdl2-sys-0.35,
rust-smithay-client-toolkit-0.19, rust-smithay-client-toolkit-0.18,
rust-smithay-client-toolkit-0.16, rust-smithay-client-toolkit-0.15,
rust-smithay-client-toolkit-0.12, rust-smithay-client-toolkit-0.4,
rust-smithay-clipboard-0.7, rust-smithay-clipboard-0.6, rust-softbuffer-0.4,
rust-softbuffer-0.3, rust-svg-metadata-0.4, rust-tiff-0.9, rust-tiff-0.8,
rust-tiff-0.6, rust-tiff-0.5, rust-tiff-0.3, rust-tiff-0.2,
rust-tiny-xlib-0.2, rust-wayland-backend-0.3, rust-wayland-backend-0.1,
rust-wayland-client-0.31, rust-wayland-client-0.30, rust-wayland-client-0.29,
rust-wayland-client-0.28, rust-wayland-client-0.23, rust-wayland-client-0.21,
rust-wayland-commons-0.29, rust-wayland-commons-0.28,
rust-wayland-commons-0.23, rust-wayland-commons-0.21,
rust-wayland-csd-frame-0.3, rust-wayland-cursor-0.31,
rust-wayland-cursor-0.29, rust-wayland-cursor-0.28, rust-wayland-egl-0.29,
rust-wayland-egl-0.28, rust-wayland-protocols-0.32,
rust-wayland-protocols-0.31, rust-wayland-protocols-0.30,
rust-wayland-protocols-0.29, rust-wayland-protocols-0.28,
rust-wayland-protocols-0.23, rust-wayland-protocols-0.21,
rust-wayland-protocols-plasma-0.3, rust-wayland-protocols-plasma-0.2,
rust-wayland-protocols-wlr-0.3, rust-wayland-protocols-wlr-0.2,
rust-wayland-protocols-wlr-0.1, rust-wayland-scanner-0.31,
rust-wayland-scanner-0.30, rust-wayland-scanner-0.29,
rust-wayland-scanner-0.28, rust-wayland-scanner-0.23,
rust-wayland-scanner-0.21, rust-wayland-server-0.31, rust-wayland-server-0.30,
rust-wayland-server-0.29, rust-wayland-server-0.28, rust-wayland-server-0.23,
rust-wayland-server-0.21, rust-wayland-sys-0.31, rust-wayland-sys-0.30,
rust-wayland-sys-0.29, rust-wayland-sys-0.28, rust-wayland-sys-0.23,
rust-wayland-sys-0.21, rust-wayrs-client-1, rust-wayrs-core-1,
rust-wayrs-proto-parser-3, rust-wayrs-protocols-0.13, rust-wayrs-scanner-0.15,
rust-webp-0.3, rust-webp-0.2, rust-winit-0.30, rust-winit-0.29,
rust-winit-0.28, rust-winit-0.27, rust-winit-0.26, rust-winit-0.24,
rust-winit-0.19, rust-winit-test-0.1, rust-x11-2, rust-x11-clipboard-0.9,
rust-x11-clipboard-0.8, rust-x11-clipboard-0.7, rust-x11-clipboard-0.3,
rust-x11-dl-2, rust-x11rb-0.13, rust-x11rb-0.12, rust-x11rb-0.11,
rust-x11rb-0.10, rust-x11rb-protocol-0.13, rust-x11rb-protocol-0.12,
rust-x11rb-protocol-0.11, rust-x11rb-protocol-0.10, rust-xkb-0.3,
rust-xkbcommon-0.7, rust-xkbcommon-dl-0.4, rust-xkbcommon-sys-1,
rust-xkeysym-0.2, rust-y4m-0.8, rust-aperture-0.3, rust-ashpd-0.6,
rust-atk-0.14, rust-atk-0.8, rust-atk-sys-0.18, rust-atk-sys-0.14,
rust-atk-sys-0.10, rust-atk-sys-0.9, rust-cairo-rs-0.20, rust-cairo-rs-0.19,
rust-cairo-rs-0.18, rust-cairo-rs-0.17, rust-cairo-rs-0.15,
rust-cairo-rs-0.14, rust-cairo-rs-0.9, rust-cairo-rs-0.8,
rust-cairo-sys-rs-0.20, rust-cairo-sys-rs-0.19, rust-cairo-sys-rs-0.18,
rust-cairo-sys-rs-0.17, rust-cairo-sys-rs-0.15, rust-cairo-sys-rs-0.14,
rust-cairo-sys-rs-0.10, rust-cairo-sys-rs-0.9, rust-gdk-0.14, rust-gdk-0.13,
rust-gdk-0.12, rust-gdk-pixbuf-0.20, rust-gdk-pixbuf-0.19,
rust-gdk-pixbuf-0.18, rust-gdk-pixbuf-0.17, rust-gdk-pixbuf-0.15,
rust-gdk-pixbuf-0.14, rust-gdk-pixbuf-0.9, rust-gdk-pixbuf-0.8,
rust-gdk-pixbuf-sys-0.20, rust-gdk-pixbuf-sys-0.19, rust-gdk-pixbuf-sys-0.18,
rust-gdk-pixbuf-sys-0.17, rust-gdk-pixbuf-sys-0.15, rust-gdk-pixbuf-sys-0.14,
rust-gdk-pixbuf-sys-0.10, rust-gdk-pixbuf-sys-0.9, rust-gdk-sys-0.18,
rust-gdk-sys-0.14, rust-gdk-sys-0.10, rust-gdk-sys-0.9, rust-gdk4-0.8,
rust-gdk4-0.7, rust-gdk4-sys-0.8, rust-gdk4-sys-0.7, rust-gdk4-wayland-0.7,
rust-gdk4-wayland-sys-0.7, rust-gdk4-win32-0.7, rust-gdk4-win32-sys-0.7,
rust-gdk4-x11-0.7, rust-gdk4-x11-sys-0.7, rust-gio-0.20, rust-gio-0.19,
rust-gio-0.18, rust-gio-0.17, rust-gio-0.15, rust-gio-0.14, rust-gio-0.9,
rust-gio-0.8, rust-gio-sys-0.20, rust-gio-sys-0.19, rust-gio-sys-0.18,
rust-gio-sys-0.17, rust-gio-sys-0.15, rust-gio-sys-0.14, rust-gio-sys-0.10,
rust-gio-sys-0.9, rust-gir-format-check-0.1, rust-glib-0.20, rust-glib-0.19,
rust-glib-0.18, rust-glib-0.17, rust-glib-0.15, rust-glib-0.14,
rust-glib-0.10, rust-glib-0.9, rust-glib-macros-0.20, rust-glib-macros-0.19,
rust-glib-macros-0.18, rust-glib-macros-0.17, rust-glib-macros-0.15,
rust-glib-macros-0.14, rust-glib-macros-0.10, rust-glib-sys-0.20,
rust-glib-sys-0.19, rust-glib-sys-0.18, rust-glib-sys-0.17,
rust-glib-sys-0.15, rust-glib-sys-0.14, rust-glib-sys-0.10, rust-glib-sys-0.9,
rust-gobject-sys-0.20, rust-gobject-sys-0.19, rust-gobject-sys-0.18,
rust-gobject-sys-0.17, rust-gobject-sys-0.15, rust-gobject-sys-0.14,
rust-gobject-sys-0.10, rust-gobject-sys-0.9, rust-graphene-rs-0.19,
rust-graphene-rs-0.18, rust-graphene-sys-0.19, rust-graphene-sys-0.18,
rust-gsk4-0.8, rust-gsk4-0.7, rust-gsk4-sys-0.8, rust-gsk4-sys-0.7,
rust-gst-plugin-gtk4-0.11, rust-gst-plugin-version-helper-0.8,
rust-gstreamer-0.21, rust-gstreamer-0.20, rust-gstreamer-0.18,
rust-gstreamer-allocators-0.21, rust-gstreamer-allocators-sys-0.21,
rust-gstreamer-app-0.18, rust-gstreamer-app-sys-0.18,
rust-gstreamer-audio-0.21, rust-gstreamer-audio-0.18,
rust-gstreamer-audio-sys-0.21, rust-gstreamer-audio-sys-0.18,
rust-gstreamer-base-0.21, rust-gstreamer-base-0.18,
rust-gstreamer-base-sys-0.21, rust-gstreamer-base-sys-0.18,
rust-gstreamer-check-0.21, rust-gstreamer-check-sys-0.21,
rust-gstreamer-gl-0.21, rust-gstreamer-gl-egl-0.21,
rust-gstreamer-gl-egl-sys-0.21, rust-gstreamer-gl-sys-0.21,
rust-gstreamer-gl-wayland-0.21, rust-gstreamer-gl-wayland-sys-0.21,
rust-gstreamer-gl-x11-0.21, rust-gstreamer-gl-x11-sys-0.21,
rust-gstreamer-pbutils-0.21, rust-gstreamer-pbutils-sys-0.21,
rust-gstreamer-sys-0.21, rust-gstreamer-sys-0.20, rust-gstreamer-sys-0.18,
rust-gstreamer-video-0.21, rust-gstreamer-video-sys-0.21, rust-gtk-0.14,
rust-gtk-0.8, rust-gtk-rs-lgpl-docs-0.1, rust-gtk-sys-0.18, rust-gtk-sys-0.14,
rust-gtk-sys-0.10, rust-gtk-sys-0.9, rust-gtk3-macros-0.14, rust-gtk4-0.8,
rust-gtk4-0.7, rust-gtk4-macros-0.8, rust-gtk4-macros-0.7, rust-gtk4-sys-0.8,
rust-gtk4-sys-0.7, rust-libadwaita-0.6, rust-libadwaita-0.5,
rust-libadwaita-sys-0.6, rust-libadwaita-sys-0.5, rust-pango-0.20,
rust-pango-0.19, rust-pango-0.18, rust-pango-0.17, rust-pango-0.15,
rust-pango-0.14, rust-pango-0.9, rust-pango-0.8, rust-pango-sys-0.20,
rust-pango-sys-0.19, rust-pango-sys-0.18, rust-pango-sys-0.17,
rust-pango-sys-0.15, rust-pango-sys-0.14, rust-pango-sys-0.10,
rust-pango-sys-0.9, rust-pangocairo-0.19, rust-pangocairo-0.18,
rust-pangocairo-sys-0.19, rust-pangocairo-sys-0.18, rust-search-provider-0.8,
rust-search-provider-0.6, rust-soup-sys-0.10, rust-webkit2gtk-sys-0.12,
rust-ab-glyph-0.2, rust-ab-glyph-rasterizer-0.1, rust-abi-stable-0.11,
rust-abi-stable-0.10, rust-abi-stable-derive-0.11,
rust-abi-stable-derive-0.10, rust-abi-stable-shared-0.11,
rust-abi-stable-shared-0.10, rust-abomonation-0.7, rust-adaptive-barrier-1,
rust-adblock-0.7, rust-adblock-0.5, rust-addchain-0.2, rust-addr-0.14,
rust-addr2line-0.24, rust-addr2line-0.22, rust-adler-1, rust-adler2-2,
rust-adler32-1, rust-afl-0.15, rust-afl-0.12, rust-afl-0.11, rust-ahash-0.8,
rust-ahash-0.7, rust-ahash-0.4, rust-ahash-0.3, rust-ahash-0.2,
rust-aho-corasick-1, rust-aho-corasick-0.7, rust-aho-corasick-0.6,
rust-aho-corasick-0.5, rust-al-sys-0.6, rust-alga-0.9, rust-alga-derive-0.9,
rust-aliasable-0.1, rust-aliasable-deref-trait-0.2, rust-aligned-0.4,
rust-aligned-vec-0.5, rust-alloc-no-stdlib-2, rust-alloc-stdlib-0.2,
rust-alloc-traits-0.1, rust-alloca-0.4, rust-allocator-api2-0.2,
rust-alphanumeric-sort-1, rust-alto-3, rust-ambient-authority-0.0.2,
rust-amd-0.2, rust-android-activity-0.6, rust-android-activity-0.5,
rust-android-activity-0.4, rust-android-glue-0.2, rust-android-log-sys-0.3,
rust-android-log-sys-0.2, rust-android-log-sys-0.1, rust-android-logger-0.13,
rust-android-logger-0.11, rust-android-logger-0.10, rust-android-logger-0.8,
rust-android-properties-0.2, rust-android-system-properties-0.1,
rust-android-tzdata-0.1, rust-anes-0.1, rust-annotate-snippets-0.11,
rust-annotate-snippets-0.10, rust-annotate-snippets-0.9,
rust-annotate-snippets-0.6, rust-ansi-parser-0.8, rust-ansi-parser-0.6,
rust-ansi-str-0.8, rust-ansi-to-html-0.2, rust-ansi-to-html-0.1,
rust-ansi-width-0.1, rust-ansitok-0.2, rust-anstream-0.6, rust-anstream-0.3,
rust-anstyle-1, rust-anstyle-0.3, rust-anstyle-lossy-1,
rust-anstyle-parse-0.2, rust-anstyle-parse-0.1, rust-anstyle-query-1,
rust-anstyle-stream-0.2, rust-anstyle-svg-0.1, rust-antidote-1,
rust-any-all-workaround-0.1, rust-anyhow-1, rust-anyinput-0.1,
rust-anyinput-core-0.1, rust-anyinput-derive-0.1, rust-apache-avro-0.16,
rust-apache-avro-derive-0.16, rust-apache-avro-test-helper-0.16,
rust-app-dirs2-2, rust-approx-0.5, rust-approx-0.4, rust-approx-0.3,
rust-approx-0.1, rust-arbitrary-1, rust-arbitrary-0.4, rust-arboard-3,
rust-arc-swap-1, rust-archery-1, rust-arf-strings-0.7,
rust-arg-enum-proc-macro-0.3, rust-argfile-0.1, rust-argh-0.1,
rust-argh-derive-0.1, rust-argh-shared-0.1, rust-argmax-0.3,
rust-argminmax-0.6, rust-ariadne-0.1, rust-arr-macro-0.1,
rust-arr-macro-impl-0.1, rust-array-init-2, rust-array-init-cursor-0.2,
rust-array-macro-1, rust-array-ops-0.1, rust-arraydeque-0.5,
rust-arrayref-0.3, rust-arraystring-0.3, rust-arrayvec-0.7, rust-arrayvec-0.5,
rust-arrayvec-0.4, rust-arrow-47, rust-arrow-5, rust-arrow-arith-47,
rust-arrow-array-47, rust-arrow-array-43, rust-arrow-buffer-47,
rust-arrow-buffer-43, rust-arrow-cast-47, rust-arrow-csv-47,
rust-arrow-data-47, rust-arrow-data-43, rust-arrow-format-0.8,
rust-arrow-format-0.3, rust-arrow-ipc-47, rust-arrow-json-47,
rust-arrow-ord-47, rust-arrow-row-47, rust-arrow-schema-47,
rust-arrow-schema-43, rust-arrow-select-47, rust-arrow-string-47,
rust-arrow2-0.17, rust-arrow2-0.7, rust-article-scraper-1,
rust-as-derive-utils-0.11, rust-as-derive-utils-0.10,
rust-as-derive-utils-0.8, rust-as-raw-xcb-connection-1, rust-as-slice-0.2,
rust-as-slice-0.1, rust-as-variant-1, rust-ascii-1, rust-ascii-0.9,
rust-ascii-0.8, rust-ascii-utils-0.9, rust-assert-0.7,
rust-assert-approx-eq-1, rust-assert-cli-0.6, rust-assert-cmd-2,
rust-assert-cmd-1, rust-assert-float-eq-1, rust-assert-fs-1,
rust-assert-impl-0.1, rust-assert-json-diff-2, rust-assert-matches-1,
rust-assert-matches2-0.1, rust-assert2-0.3, rust-assert2-macros-0.3,
rust-associative-cache-2, rust-associative-cache-1, rust-async-attributes-1,
rust-async-broadcast-0.7, rust-async-broadcast-0.6, rust-async-broadcast-0.5,
rust-async-channel-2, rust-async-channel-1, rust-async-compat-0.2,
rust-async-compression-0.4, rust-async-compression-0.3, rust-async-datagram-3,
rust-async-dup-1, rust-async-executor-1, rust-async-fs-2, rust-async-fs-1,
rust-async-generic-1, rust-async-global-executor-2, rust-async-io-2,
rust-async-io-1, rust-async-lock-3, rust-async-lock-2, rust-async-log-1,
rust-async-log-attributes-1, rust-async-macros-1, rust-async-net-2,
rust-async-net-1, rust-async-object-pool-0.1, rust-async-once-cell-0.5,
rust-async-pidfd-0.1, rust-async-priority-channel-0.1, rust-async-process-2,
rust-async-process-1, rust-async-ready-3, rust-async-recursion-1,
rust-async-scoped-0.9, rust-async-session-3, rust-async-signal-0.2,
rust-async-std-1, rust-async-std-0.99, rust-async-stream-0.3,
rust-async-stream-impl-0.3, rust-async-task-4, rust-async-task-3,
rust-async-task-1, rust-async-trait-0.1, rust-atoi-2, rust-atoi-1,
rust-atoi-simd-0.15, rust-atom-0.3, rust-atomic-0.6, rust-atomic-0.5,
rust-atomic-polyfill-1, rust-atomic-refcell-0.1, rust-atomic-take-1,
rust-atomic-waker-1, rust-atomic-write-file-0.1, rust-atomicwrites-0.4,
rust-atomig-0.4, rust-atomig-macro-0.3, rust-atty-0.2, rust-auto-enums-0.8,
rust-auto-impl-0.5, rust-auto-impl-0.4, rust-autocfg-1, rust-autocfg-0.1,
rust-automod-1, rust-av-metrics-0.9, rust-av1-grain-0.2, rust-average-0.13,
rust-average-0.10, rust-average-0.9, rust-avro-rs-0.13, rust-avro-schema-0.3,
rust-az-1, rust-backoff-0.4, rust-backon-0.4, rust-backtrace-0.3,
rust-backtrace-ext-0.2, rust-barrel-0.6, rust-base-x-0.2, rust-base32-0.5,
rust-base32-0.4, rust-base58-0.1, rust-base64-0.22, rust-base64-0.21,
rust-base64-0.20, rust-base64-0.13, rust-base64-0.12, rust-base64-0.11,
rust-base64-0.10, rust-base64-0.9, rust-base64-stream-1, rust-basic-toml-0.1,
rust-bat-0.24, rust-battery-0.7, rust-beef-0.5, rust-bencher-0.1,
rust-better-panic-0.3, rust-bigdecimal-0.4, rust-bigdecimal-0.3,
rust-bigdecimal-0.2, rust-bigdecimal-0.1, rust-binascii-0.1, rust-bincode-1,
rust-bindgen-0.71, rust-bindgen-0.70, rust-bindgen-0.69, rust-bindgen-0.68,
rust-bindgen-0.66, rust-bindgen-0.65, rust-bindgen-0.64, rust-bindgen-0.63,
rust-bindgen-0.61, rust-bindgen-0.59, rust-bindgen-0.58, rust-bindgen-0.57,
rust-bindgen-0.56, rust-bindgen-0.55, rust-bindgen-0.53, rust-bindgen-0.37,
rust-bio-1, rust-bio-0.33, rust-bio-0.39, rust-bio-0.41, rust-bio-types-1,
rust-bio-types-0.12, rust-biquad-0.4, rust-bit-field-0.10, rust-bit-set-0.8,
rust-bit-set-0.5, rust-bit-set-0.4, rust-bit-vec-0.8, rust-bit-vec-0.6,
rust-bit-vec-0.5, rust-bit-vec-0.4, rust-bitfield-0.14, rust-bitflags-2,
rust-bitflags-1, rust-bitflags-1.2, rust-bitflags-0.9, rust-bitflags-0.8,
rust-bitflags-0.7, rust-bitmaps-3, rust-bitmaps-2, rust-bitpacking-0.8,
rust-bitreader-0.3, rust-bitstream-io-2, rust-bitvec-1, rust-bitvec-0.22,
rust-bitvec-0.20, rust-bitvec-0.19, rust-blanket-0.3, rust-blas-0.22,
rust-blas-sys-0.7, rust-blobby-0.3, rust-blobby-0.1, rust-block-buffer-0.10,
rust-block-buffer-0.9, rust-block-buffer-0.7, rust-block-padding-0.3,
rust-block-padding-0.2, rust-block-padding-0.1, rust-blocking-1,
rust-blocking-0.6, rust-blocking-0.4, rust-borsh-1, rust-borsh-0.10,
rust-borsh-derive-1, rust-borsh-derive-0.10, rust-borsh-derive-internal-0.10,
rust-borsh-schema-derive-internal-0.10, rust-boxfnonce-0.1, rust-boxxy-0.13,
rust-bracoxide-0.1, rust-branches-0.1, rust-bresenham-0.1,
rust-broadcaster-0.2, rust-browserslist-rs-0.6, rust-bs58-0.5, rust-bs58-0.4,
rust-bsd-kvm-0.1, rust-bsd-kvm-sys-0.2, rust-bson-2, rust-bson-1, rust-bstr-1,
rust-bstr-0.2, rust-btoi-0.4, rust-buf-min-0.7, rust-buf-redux-0.8,
rust-buffer-redux-1, rust-buffered-reader-1, rust-buffering-0.4,
rust-buffering-0.3, rust-buffering-nocopy-macro-0.2,
rust-buffering-nocopy-macro-0.1, rust-bufstream-0.1, rust-bugreport-0.5,
rust-build-const-0.2, rust-build-context-0.1, rust-build-fs-tree-0.6,
rust-built-0.7, rust-bumpalo-3, rust-bv-0.11, rust-bwrap-1, rust-by-address-1,
rust-byte-slice-cast-1, rust-byte-tools-0.3, rust-byte-unit-5,
rust-byte-unit-4, rust-bytecheck-0.6, rust-bytecheck-0.5,
rust-bytecheck-derive-0.6, rust-bytecheck-derive-0.5, rust-bytecount-0.6,
rust-bytelines-2, rust-bytemuck-1, rust-bytemuck-derive-1, rust-byteorder-1,
rust-byteorder-0.5, rust-byteorder-lite-0.1, rust-bytes-1, rust-bytes-0.6,
rust-bytes-0.5, rust-bytes-0.4, rust-bytes-0.3, rust-bytesize-1,
rust-bytestring-1, rust-bytestring-0.1, rust-byteyarn-0.2, rust-c-vec-2,
rust-cache-padded-1, rust-cachedir-0.3, rust-calamine-0.26,
rust-calibright-0.1, rust-calloop-0.13, rust-calloop-0.12, rust-calloop-0.10,
rust-calloop-0.9, rust-calloop-0.6, rust-calloop-0.4,
rust-calloop-wayland-source-0.3, rust-calloop-wayland-source-0.2,
rust-camino-1, rust-camino-tempfile-1, rust-canonical-path-2, rust-cap-0.1,
rust-cap-async-std-3, rust-cap-fs-ext-3, rust-cap-net-ext-3, rust-capnp-0.19,
rust-capnp-futures-0.19, rust-capnp-rpc-0.19, rust-capnpc-0.19,
rust-cap-primitives-3, rust-cap-rand-3, rust-cap-std-3, rust-cap-tempfile-3,
rust-cap-time-ext-3, rust-caps-0.5, rust-caps-0.3, rust-capstone-0.12,
rust-capstone-sys-0.16, rust-captur-0.1, rust-carapace-spec-clap-1,
rust-carapace-spec-clap-0.1, rust-card-validate-2, rust-cargo-config2-0.1,
rust-cargo-credential-0.4, rust-cargo-credential-0.3,
rust-cargo-credential-libsecret-0.4, rust-cargo-husky-1, rust-cargo-lock-10,
rust-cargo-manifest-0.13, rust-cargo-metadata-0.19.2,
rust-cargo-metadata-0.19, rust-cargo-metadata-0.18, rust-cargo-metadata-0.17,
rust-cargo-metadata-0.15, rust-cargo-metadata-0.14, rust-cargo-options-0.7,
rust-cargo-platform-0.2, rust-cargo-platform-0.1, rust-current-platform-0.2,
rust-cargo-test-macro-0.4, rust-cargo-test-macro-0.3,
rust-cargo-test-support-0.7, rust-cargo-test-support-0.4,
rust-cargo-test-support-0.3, rust-cargo-toml-0.20, rust-cargo-util-0.2,
rust-cargo-util-schemas-0.7, rust-cargo-util-schemas-0.6, rust-caseless-0.2,
rust-casey-0.4, rust-cassowary-0.3, rust-cast-0.3, rust-cast-0.2,
rust-castaway-0.2, rust-castaway-0.1, rust-cblas-sys-0.1, rust-cc-1,
rust-ar-0.9, rust-cdshealpix-0.7, rust-cesu8-1, rust-cexpr-0.6,
rust-cexpr-0.4, rust-cexpr-0.2, rust-cfg-aliases-0.2, rust-cfg-aliases-0.1,
rust-cfg-expr-0.18, rust-cfg-expr-0.17, rust-cfg-expr-0.15,
rust-cfg-expr-0.10, rust-cfg-expr-0.8, rust-cfg-if-1, rust-cfg-if-0.1,
rust-cfg-vis-0.3, rust-chan-0.1, rust-char-device-0.16, rust-charset-0.1,
rust-checked-int-cast-1, rust-chic-1, rust-chrono-0.4,
rust-chrono-humanize-0.2, rust-chrono-tz-0.10, rust-chrono-tz-0.9,
rust-chrono-tz-0.8, rust-chrono-tz-0.6, rust-chrono-tz-0.5,
rust-chrono-tz-build-0.4, rust-chrono-tz-build-0.3, rust-chrono-tz-build-0.2,
rust-chrono-tz-build-0.0.3, rust-chumsky-0.9, rust-envmnt-0.10,
rust-ci-info-0.14, rust-ci-info-0.3, rust-ciborium-0.2, rust-ciborium-io-0.2,
rust-ciborium-ll-0.2, rust-cint-0.3, rust-circular-0.3, rust-claims-0.7,
rust-clang-ast-0.1, rust-clang-ast-test-suite-0.0.0, rust-clang-sys-1,
rust-clang-sys-0.23, rust-clang-sys-0.29, rust-clang-sys-0.28,
rust-bpaf-derive-0.5, rust-bpaf-0.9, rust-clap-4.5.24, rust-clap-4,
rust-clap-3, rust-clap-2, rust-clap-builder-4, rust-clap-cargo-0.15,
rust-clap-cargo-0.14, rust-clap-cargo-0.12, rust-clap-cargo-0.9,
rust-clap-complete-4, rust-clap-complete-3, rust-clap-complete-command-0.6,
rust-clap-complete-command-0.5, rust-clap-complete-fig-4,
rust-clap-complete-fig-3, rust-clap-complete-nushell-4,
rust-clap-complete-nushell-0.1, rust-clap-derive-4, rust-clap-derive-3,
rust-clap-lex-0.7, rust-clap-lex-0.6, rust-clap-lex-0.5, rust-clap-lex-0.3,
rust-clap-lex-0.2, rust-clap-mangen-0.2, rust-clap-utilities-0.2,
rust-clap-verbosity-flag-2, rust-claxon-0.4, rust-clearscreen-2,
rust-clearscreen-1, rust-cli-clipboard-0.4, rust-clicolors-control-1,
rust-clipboard-0.5, rust-clippy-0.0.302, rust-clircle-0.6, rust-clircle-0.4,
rust-close-fds-0.3, rust-cloud-file-0.2, rust-cloudabi-0.1,
rust-cloudabi-0.0.3, rust-clru-0.6, rust-cmake-0.1, rust-cobs-0.2,
rust-codegenrs-3, rust-codegenrs-2, rust-codespan-reporting-0.11,
rust-codspeed-2, rust-codspeed-bencher-compat-2,
rust-codspeed-criterion-compat-2, rust-coitrees-0.2, rust-color-backtrace-0.6,
rust-color-backtrace-0.5, rust-color-eyre-0.6, rust-color-eyre-0.5,
rust-color-print-0.3, rust-color-print-proc-macro-0.3, rust-color-quant-1,
rust-color-spantrace-0.2, rust-color-spantrace-0.1, rust-colorchoice-1,
rust-colored-3, rust-colored-2, rust-colored-1, rust-colorsys-0.6,
rust-colorz-1, rust-combine-4, rust-combine-3, rust-combine-regex-1-1,
rust-comfy-table-7, rust-comfy-table-6, rust-comfy-table-4,
rust-command-group-2, rust-command-group-1, rust-compact-str-0.8,
rust-compact-str-0.7, rust-compiler-builtins-0.1, rust-compiler-error-0.1,
rust-compiletest-rs-0.11, rust-compiletest-rs-0.10, rust-compiletest-rs-0.9,
rust-compiletest-rs-0.3, rust-compiletest-rs-0.2, rust-completest-0.4,
rust-completest-nu-0.4, rust-completest-pty-0.5, rust-compound-duration-1,
rust-comrak-0.26, rust-comrak-0.18, rust-concat-idents-1,
rust-concat-string-1, rust-concolor-0.0.11, rust-concolor-0.0.8,
rust-concolor-control-0.0.7, rust-concolor-override-1,
rust-concolor-query-0.3, rust-concolor-query-0.1, rust-concolor-query-0.0.5,
rust-concolor-query-0.0.4, rust-concurrent-queue-2, rust-concurrent-queue-1,
rust-condtype-1, rust-config-0.14, rust-config-0.13, rust-config-0.11,
rust-config-0.10, rust-config-file-0.2, rust-configparser-3,
rust-console-0.15, rust-console-0.14, rust-console-0.13, rust-console-0.11,
rust-console-0.7, rust-console-api-0.8, rust-console-error-panic-hook-0.1,
rust-console-log-1, rust-console-log-0.2, rust-console-subscriber-0.4,
rust-const-cstr-0.3, rust-const-default-1, rust-const-default-derive-0.2,
rust-const-fn-0.4, rust-const-format-0.2, rust-const-format-proc-macros-0.2,
rust-const-oid-0.9, rust-const-oid-0.7, rust-const-oid-0.6,
rust-const-panic-0.2, rust-const-panic-proc-macros-0.2, rust-const-random-0.1,
rust-const-random-macro-0.1, rust-const-sha1-0.2, rust-const-str-0.5,
rust-const-str-proc-macro-0.5, rust-constant-time-eq-0.3,
rust-constant-time-eq-0.2, rust-constant-time-eq-0.1,
rust-content-inspector-0.2, rust-conv-0.3, rust-convert-case-0.6,
rust-convert-case-0.4, rust-coolor-0.8, rust-coolor-0.5, rust-copyless-0.1,
rust-copypasta-0.10, rust-cordic-0.1, rust-core-affinity-0.8,
rust-core-affinity-0.5, rust-core-arch-0.1, rust-core-error-0.0.0,
rust-core-extensions-1, rust-core-extensions-0.1,
rust-core-extensions-proc-macros-1, rust-core-maths-0.1, rust-core2-0.4,
rust-core2-0.3, rust-count-instructions-0.1, rust-cov-mark-2, rust-cov-mark-1,
rust-coverage-helper-0.2, rust-cpp-demangle-0.4, rust-cpp-demangle-0.3,
rust-cpufeatures-0.2, rust-cpuid-bool-0.2, rust-crabgrind-0.1,
rust-cranelift-bitset-0.112, rust-cranelift-bitset-0.111,
rust-cranelift-bforest-0.112, rust-cranelift-bforest-0.111,
rust-cranelift-codegen-0.112, rust-cranelift-codegen-0.111,
rust-cranelift-codegen-meta-0.112, rust-cranelift-codegen-meta-0.111,
rust-cranelift-codegen-shared-0.112, rust-cranelift-codegen-shared-0.111,
rust-cranelift-control-0.112, rust-cranelift-control-0.111,
rust-cranelift-entity-0.112, rust-cranelift-entity-0.111,
rust-cranelift-frontend-0.112, rust-cranelift-frontend-0.111,
rust-cranelift-isle-0.112, rust-cranelift-isle-0.111,
rust-cranelift-native-0.112, rust-cranelift-native-0.111,
rust-cranelift-wasm-0.112, rust-cranelift-wasm-0.111, rust-crates-index-0.19,
rust-crates-index-0.18, rust-crates-index-0.17, rust-crates-index-0.13,
rust-crates-io-0.40, rust-crc-3, rust-crc-2, rust-crc-1, rust-crc-any-2,
rust-crc-catalog-2, rust-crc-catalog-1, rust-crc32fast-1, rust-crc64-2,
rust-critical-section-1, rust-crossbeam-0.8, rust-crossbeam-0.7,
rust-crossbeam-channel-0.5, rust-crossbeam-channel-0.4,
rust-crossbeam-channel-0.3, rust-crossbeam-deque-0.8,
rust-crossbeam-deque-0.7, rust-crossbeam-epoch-0.9, rust-crossbeam-epoch-0.8,
rust-crossbeam-queue-0.3, rust-crossbeam-queue-0.2, rust-crossbeam-queue-0.1,
rust-crossbeam-utils-0.8, rust-crossbeam-utils-0.7, rust-crossbeam-utils-0.6,
rust-crossfont-0.8, rust-crossfont-0.7, rust-crossfont-0.5,
rust-crossterm-0.28, rust-crossterm-0.27, rust-crossterm-0.26,
rust-crossterm-0.25, rust-crossterm-0.23, rust-crossterm-0.20,
rust-crossterm-0.19, rust-crossterm-winapi-0.9, rust-crossterm-winapi-0.8,
rust-crossterm-winapi-0.7, rust-crosstermion-0.14, rust-crosstermion-0.13,
rust-crosstermion-0.11, rust-crunchy-0.2, rust-csscolorparser-0.6,
rust-cssparser-0.34, rust-cssparser-0.33, rust-cssparser-0.31,
rust-cssparser-0.29, rust-cssparser-0.28, rust-cssparser-0.27,
rust-cssparser-macros-0.6, rust-cstr-0.2, rust-cstr-core-0.2, rust-csv-1,
rust-csv-0.14, rust-csv-async-1, rust-csv-core-0.1, rust-csv-index-0.1,
rust-ct-codecs-1, rust-ct-logs-0.8, rust-asynchronous-codec-0.7,
rust-slip-codec-0.4, rust-ctor-0.2, rust-ctor-0.1, rust-ctor-lite-0.1,
rust-ctrlc-3, rust-cty-0.2, rust-cuda-std-0.2, rust-cuda-std-macros-0.2,
rust-culpa-1, rust-culpa-macros-1, rust-curl-0.4, rust-curl-sys-0.4,
rust-cust-0.2, rust-cust-core-0.1, rust-cust-derive-0.2, rust-cust-derive-0.1,
rust-cust-raw-0.11, rust-custom-derive-0.1, rust-cvt-0.1, rust-cxx-1,
rust-cxx-build-1, rust-cxx-gen-0.7, rust-cxx-test-suite-0.0.0,
rust-cxxbridge-flags-1, rust-cxxbridge-macro-1, rust-daemonize-0.5,
rust-darling-0.20, rust-darling-0.14, rust-darling-0.13, rust-darling-0.12,
rust-darling-0.10, rust-darling-0.9, rust-darling-core-0.20,
rust-darling-core-0.14, rust-darling-core-0.13, rust-darling-core-0.12,
rust-darling-core-0.10, rust-darling-core-0.9, rust-darling-macro-0.20,
rust-darling-macro-0.14, rust-darling-macro-0.13, rust-darling-macro-0.12,
rust-darling-macro-0.10, rust-darling-macro-0.9, rust-dary-heap-0.3,
rust-dashmap-6, rust-dashmap-5, rust-dashmap-4, rust-data-encoding-2,
rust-data-encoding-macro-0.1, rust-data-encoding-macro-internal-0.1,
rust-data-url-0.3, rust-databake-0.1, rust-databake-derive-0.1,
rust-datatest-stable-0.3, rust-dateparser-0.1, rust-datetime-0.5,
rust-dbl-0.3, rust-dbus-0.9, rust-dbus-crossroads-0.5, rust-dbus-tokio-0.7,
rust-dbus-tree-0.9, rust-dconf-rs-0.3, rust-debug-helper-0.3,
rust-debug-ignore-1, rust-debug-unreachable-0.1, rust-debugger-test-0.1,
rust-debugger-test-parser-0.1, rust-debugid-0.8, rust-decimal-2,
rust-defer-0.2, rust-defer-0.1, rust-defer-drop-1, rust-defmac-0.2,
rust-defmac-0.1, rust-defmt-0.3, rust-defmt-macros-0.3, rust-defmt-parser-0.3,
rust-defmt-json-schema-0.1, rust-defmt-decoder-0.3, rust-dejavu-2,
rust-demo-hack-0.0.5, rust-demo-hack-0.0.4, rust-demo-hack-impl-0.0.5,
rust-demo-hack-impl-0.0.4, rust-deranged-macros-0.2, rust-deranged-0.4,
rust-deranged-0.3, rust-derivative-2, rust-derive-arbitrary-1,
rust-derive-arbitrary-0.4, rust-derive-builder-0.20, rust-derive-builder-0.13,
rust-derive-builder-0.12, rust-derive-builder-0.11, rust-derive-builder-0.10,
rust-derive-builder-0.9, rust-derive-builder-core-0.20,
rust-derive-builder-core-0.13, rust-derive-builder-core-0.12,
rust-derive-builder-core-0.11, rust-derive-builder-core-0.10,
rust-derive-builder-core-0.9, rust-derive-builder-macro-0.20,
rust-derive-builder-macro-0.13, rust-derive-builder-macro-0.12,
rust-derive-builder-macro-0.11, rust-derive-builder-macro-0.10,
rust-derive-error-chain-0.10, rust-derive-more-0.99, rust-derive-more-0.15,
rust-derive-more-0.14, rust-derive-new-0.7, rust-derive-new-0.6,
rust-derive-new-0.5, rust-derive-utils-0.14, rust-derive-utils-0.11,
rust-derive-visitor-0.4, rust-derive-visitor-macros-0.4, rust-derive-where-1,
rust-descape-2, rust-deser-hjson-1, rust-detect-desktop-environment-1,
rust-detect-desktop-environment-0.2, rust-detone-1, rust-deunicode-1,
rust-deunicode-0.4, rust-devise-0.4, rust-devise-0.3, rust-devise-0.2,
rust-devise-codegen-0.4, rust-devise-codegen-0.3, rust-devise-codegen-0.2,
rust-devise-core-0.4, rust-devise-core-0.3, rust-devise-core-0.2,
rust-dhcp4r-0.2, rust-dhcproto-0.9, rust-dhcproto-macros-0.1,
rust-dialoguer-0.11, rust-dialoguer-0.10, rust-diff-0.1, rust-difference-2,
rust-difference-1, rust-difflib-0.4, rust-diffs-0.5, rust-diffus-0.10,
rust-diffus-derive-0.10, rust-dircpy-0.3, rust-directories-6,
rust-directories-5, rust-directories-4, rust-directories-3,
rust-directories-next-2, rust-dirs-6, rust-dirs-5, rust-dirs-4, rust-dirs-3,
rust-dirs-2, rust-dirs-1, rust-dirs-next-2, rust-dirs-next-1,
rust-dirs-sys-0.5, rust-dirs-sys-0.4, rust-dirs-sys-0.3,
rust-dirs-sys-next-0.1, rust-discard-1, rust-displaydoc-0.2,
rust-dissimilar-1, rust-divan-0.1, rust-divan-macros-0.1, rust-dlib-0.5,
rust-dlib-0.4, rust-dlv-list-0.5, rust-dlv-list-0.3, rust-dlv-list-0.2,
rust-dns-lookup-2, rust-dns-parser-0.8, rust-dns-sd-0.1, rust-doc-comment-0.3,
rust-dockworker-0.5, rust-k8s-openapi-0.22, rust-compose-spec-macros-0.1,
rust-compose-spec-0.2, rust-docmatic-0.1, rust-docopt-1, rust-docopt-0.7,
rust-docopt-0.6, rust-doctest-file-1, rust-document-features-0.2,
rust-documented-macros-0.9, rust-documented-0.9, rust-documented-0.6,
rust-documented-macros-0.6, rust-dogged-0.2, rust-dot-writer-0.1,
rust-dotenv-0.15, rust-dotenv-0.13, rust-dotenv-0.10, rust-dotenvy-0.15,
rust-downcast-0.11, rust-downcast-rs-1, rust-dpc-pariter-0.4,
rust-draw-state-0.8, rust-dtoa-1, rust-dtoa-0.4, rust-dtoa-short-0.3,
rust-dtparse-2, rust-duct-0.13, rust-duplicate-1, rust-duplicate-macrotest-1,
rust-dwrote-0.11, rust-dyn-clone-1, rust-easy-cast-0.5, rust-easy-cast-0.4,
rust-easy-parallel-3, rust-ecb-0.1, rust-edit-0.1, rust-edit-distance-2,
rust-editdistancek-1, rust-ego-tree-0.6, rust-either-1, rust-elain-0.3,
rust-xmas-elf-0.9, rust-elf-0.0.10, rust-emacs-0.19, rust-emacs-0.18,
rust-emacs-0.11, rust-emacs-macros-0.17, rust-emacs-macros-0.11,
rust-emacs-module-0.18, rust-emacs-module-0.10,
rust-emacs-org-link-parser-0.1, rust-email-0.0.20, rust-embedded-io-0.6,
rust-embedded-io-0.4, rust-eml-parser-0.1, rust-emojis-0.6, rust-emojis-0.5,
rust-empfindung-0.2, rust-ena-0.14, rust-ena-0.13, rust-encode-unicode-1,
rust-encode-unicode-0.3, rust-encoding-0.2,
rust-encoding-index-japanese-1.20141219,
rust-encoding-index-korean-1.20141219,
rust-encoding-index-simpchinese-1.20141219,
rust-encoding-index-singlebyte-1.20141219, rust-encoding-index-tests-0.1,
rust-encoding-index-tradchinese-1.20141219, rust-encoding-rs-0.8,
rust-encoding-rs-io-0.1, rust-endi-1, rust-endian-type-0.1, rust-enquote-1,
rust-entities-1, rust-enum-as-inner-0.6, rust-enum-as-inner-0.5,
rust-enum-as-inner-0.3, rust-enum-as-inner-0.2, rust-enum-derive-0.1,
rust-enum-dispatch-0.3, rust-enum-map-0.6, rust-enum-map-derive-0.4,
rust-enum-primitive-0.1, rust-enum-primitive-derive-0.2, rust-enumber-0.3,
rust-enumflags2-0.7, rust-enumflags2-0.6, rust-enumflags2-derive-0.7,
rust-enumflags2-derive-0.6, rust-enum-ordinalize-4,
rust-enum-ordinalize-derive-4, rust-enumset-1, rust-enumset-derive-0.10,
rust-env-filter-0.1, rust-env-home-0.1, rust-env-logger-0.11,
rust-env-logger-0.10, rust-env-logger-0.9, rust-env-logger-0.8,
rust-env-logger-0.7, rust-env-logger-0.6, rust-env-logger-0.5,
rust-env-logger-0.4, rust-env-logger-0.3, rust-env-proxy-0.4,
rust-environment-0.1, rust-envy-0.4, rust-equivalent-1, rust-erased-serde-0.4,
rust-erased-serde-0.3, rust-errno-0.3, rust-errno-0.2,
rust-errno-dragonfly-0.1, rust-error-chain-0.12, rust-error-chain-0.11,
rust-error-chain-0.10, rust-error-code-3, rust-error-code-2,
rust-display-error-chain-0.2, rust-escape8259-0.5, rust-escaper-0.1,
rust-escargot-0.5, rust-etcetera-0.8, rust-etherparse-0.13,
rust-etherparse-0.9, rust-ethnum-1, rust-ethnum-intrinsics-1,
rust-ethtool-0.2, rust-eui48-1, rust-evdev-0.12, rust-evdev-rs-0.6,
rust-evdev-sys-0.2, rust-event-listener-5, rust-event-listener-4,
rust-event-listener-3, rust-event-listener-2,
rust-event-listener-strategy-0.5, rust-event-listener-strategy-0.4,
rust-event-listener-strategy-0.1, rust-exacl-0.12, rust-exacl-0.11,
rust-executable-path-1, rust-execute-command-tokens-0.1,
rust-execute-command-macro-impl-0.1, rust-execute-command-macro-0.1,
rust-execute-0.2, rust-executors-0.9, rust-exhaustigen-0.1, rust-exitcode-1,
rust-expat-sys-2, rust-expect-test-1, rust-expectest-0.12, rust-expectrl-0.7,
rust-extract-map-0.1, rust-extreme-666, rust-eyeball-0.8, rust-eyeball-im-0.4,
rust-eyeball-im-util-0.5, rust-eyre-0.6, rust-faccess-0.2, rust-failure-0.1,
rust-failure-derive-0.1, rust-fake-simd-0.1, rust-fakeit-1,
rust-fallible-collections-0.5, rust-fallible-collections-0.4,
rust-fallible-iterator-0.3, rust-fallible-iterator-0.2,
rust-fallible-streaming-iterator-0.1, rust-fancy-regex-0.14,
rust-fancy-regex-0.13, rust-fancy-regex-0.11, rust-fancy-regex-0.10,
rust-fancy-regex-0.7, rust-fast-chemail-0.9, rust-fast-float-0.2,
rust-faster-hex-0.10, rust-faster-hex-0.9, rust-faster-hex-0.8,
rust-fasthash-0.4, rust-fasthash-sys-0.3, rust-fastq-0.6, rust-fastrand-2,
rust-fastrand-1, rust-fd-lock-4, rust-fd-lock-3, rust-fdlimit-0.1,
rust-feature-probe-0.1, rust-feed-rs-0.6, rust-feedbin-api-0.1,
rust-feedly-api-0.4, rust-femme-2, rust-femme-1, rust-fern-0.7, rust-fern-0.6,
rust-fetch-data-0.2, rust-fetch-unroll-0.3, rust-fever-api-0.2, rust-ff-0.13,
rust-ff-0.12, rust-ff-derive-0.13, rust-ff-derive-0.12, rust-field-offset-0.3,
rust-figment-0.10, rust-file-diff-1, rust-file-id-0.2,
rust-filedescriptor-0.8, rust-filename-0.1, rust-filesize-0.2,
rust-filetime-0.2, rust-filetime-0.1, rust-filetime-creation-0.1,
rust-filetreelist-0.5, rust-find-crate-0.6, rust-find-cuda-helper-0.2,
rust-findshlibs-0.10, rust-finl-unicode-1, rust-fixed-1, rust-fixedbitset-0.5,
rust-fixedbitset-0.4, rust-fixedbitset-0.2, rust-fixedbitset-0.1,
rust-flagset-0.4, rust-flaky-test-0.2, rust-flaky-test-impl-0.2,
rust-flame-0.2, rust-flamer-0.4, rust-flatbuffers-23, rust-flatbuffers-2,
rust-float-cmp-0.10, rust-float-cmp-0.9, rust-float-cmp-0.8,
rust-float-cmp-0.6, rust-float-cmp-0.5, rust-float-cmp-0.4, rust-float-eq-1,
rust-float-eq-derive-1, rust-float-ord-0.3, rust-float-ord-0.2,
rust-fluid-0.4, rust-fluid-attributes-0.4, rust-flume-0.11, rust-flume-0.10,
rust-flume-0.9, rust-fnv-1, rust-foldhash-0.1, rust-font-kit-0.11,
rust-font8x8-0.3, rust-force-send-sync-1, rust-foreign-types-0.5,
rust-foreign-types-0.3, rust-foreign-types-macros-0.2,
rust-foreign-types-macros-0.1, rust-foreign-types-shared-0.3,
rust-foreign-types-shared-0.2, rust-foreign-types-shared-0.1,
rust-foreign-vec-0.1, rust-fork-0.2, rust-form-urlencoded-1, rust-fragile-2,
rust-freetype-0.7, rust-freetype-rs-0.37, rust-freetype-rs-0.36,
rust-freetype-rs-0.35, rust-freetype-rs-0.32, rust-freetype-rs-0.26,
rust-freetype-sys-0.21, rust-freetype-sys-0.20, rust-freetype-sys-0.17,
rust-freetype-sys-0.13, rust-from-variants-0.6, rust-from-variants-impl-0.6,
rust-fs-err-3, rust-fs-err-2, rust-fs-extra-1, rust-fs-utils-1, rust-fs2-0.4,
rust-fs2-0.2, rust-fs4-0.12, rust-fs4-0.8, rust-fsio-0.4, rust-fslock-0.2,
rust-fst-0.4, rust-fuchsia-cprng-0.1, rust-fuchsia-zircon-0.3,
rust-fuchsia-zircon-sys-0.3, rust-funty-2, rust-funty-1,
rust-funty-1.2.0-yanked, rust-futf-0.1, rust-future-queue-0.3,
rust-futures-0.3, rust-futures-0.1, rust-futures-channel-0.3,
rust-futures-channel-preview-0.3, rust-futures-core-0.3,
rust-futures-core-preview-0.3, rust-futures-cpupool-0.1,
rust-futures-enum-0.1, rust-futures-executor-0.3,
rust-futures-executor-preview-0.3, rust-futures-intrusive-0.5,
rust-futures-io-0.3, rust-futures-io-preview-0.3,
rust-futures-join-macro-preview-0.3, rust-futures-lite-2, rust-futures-lite-1,
rust-futures-lite-0.1, rust-futures-macro-0.3, rust-futures-preview-0.3,
rust-futures-select-macro-preview-0.3, rust-futures-sink-0.3,
rust-futures-sink-preview-0.3, rust-futures-task-0.3, rust-futures-test-0.3,
rust-futures-timer-3, rust-futures-timer-1, rust-futures-timer-0.3,
rust-futures-timer-0.1, rust-futures-util-0.3, rust-futures-util-preview-0.3,
rust-fuzzy-matcher-0.3, rust-fxhash-0.2, rust-fxprof-processed-profile-0.6,
rust-galil-seiferas-0.1, rust-gat-lending-iterator-0.1, rust-gat-std-0.1,
rust-gat-std-proc-0.1, rust-gcc-0.3, rust-generational-arena-0.2,
rust-generator-0.8, rust-generator-0.7, rust-generator-0.6,
rust-const-default-derive-0.2, rust-const-default-1, rust-generic-array-1,
rust-generic-array-0.14, rust-generic-array-0.13, rust-generic-array-0.12,
rust-generic-array-0.8, rust-genetlink-0.2, rust-genmesh-0.6,
rust-geo-types-0.7, rust-geo-types-0.6, rust-getch-0.3, rust-gethostname-0.4,
rust-gethostname-0.3, rust-gethostname-0.2, rust-getopts-0.2, rust-r-efi-5,
rust-getrandom-0.3, rust-getrandom-0.2, rust-getrandom-0.1, rust-getset-0.1,
rust-getset-0.0.9, rust-gettext-rs-0.7, rust-gettext-sys-0.21, rust-gfa-0.10,
rust-gg-alloc-1, rust-gh-emoji-1, rust-ghost-0.1, rust-gimli-0.31,
rust-gimli-0.29, rust-glam-0.24, rust-glam-0.23, rust-glam-0.22,
rust-glam-0.21, rust-glam-0.20, rust-glam-0.19, rust-glam-0.18,
rust-glam-0.17, rust-glam-0.16, rust-glam-0.15, rust-glam-0.14,
rust-glam-0.13, rust-glium-0.32, rust-glium-0.31, rust-glium-0.25,
rust-glob-0.3, rust-glob-0.2, rust-glob-match-0.2, rust-globset-0.4,
rust-globwalk-0.9, rust-globwalk-0.8, rust-gloo-timers-0.3,
rust-gloo-timers-0.2, rust-gmp-mpfr-sys-1, rust-binfarce-0.2, rust-goblin-0.9,
rust-goblin-0.8, rust-goblin-0.7, rust-goldenfile-1, rust-graphql-client-0.14,
rust-graphql-client-codegen-0.14, rust-graphql-introspection-query-0.2,
rust-graphql-parser-0.4, rust-graphql-parser-0.3,
rust-graphql-query-derive-0.14, rust-greetd-ipc-0.10, rust-grep-0.3,
rust-grep-0.2, rust-grep-cli-0.1, rust-grep-matcher-0.1, rust-grep-pcre2-0.1,
rust-grep-printer-0.2, rust-grep-printer-0.1, rust-grep-regex-0.1,
rust-grep-searcher-0.1, rust-griddle-0.5, rust-group-0.13, rust-groupable-0.2,
rust-guess-host-triple-0.1, rust-gumdrop-0.8, rust-gumdrop-derive-0.8,
rust-guppy-0.17, rust-guppy-summaries-0.7, rust-guppy-workspace-hack-0.1,
rust-half-2, rust-half-1, rust-halfbrown-0.2, rust-hamming-0.1,
rust-handlebars-5, rust-handlebars-4, rust-hash-hasher-2, rust-hash32-0.3,
rust-hash32-0.2, rust-hash32-0.1, rust-hash32-derive-0.1, rust-hashbag-0.1,
rust-hashbrown-0.15, rust-hashbrown-0.14, rust-hashbrown-0.13,
rust-hashbrown-0.12, rust-hashbrown-0.11, rust-hashbrown-0.9,
rust-hashbrown-0.8, rust-hashbrown-0.6, rust-hashbrown-0.3, rust-hashlink-0.9,
rust-hashlink-0.8, rust-hdrhistogram-7, rust-heapless-0.8, rust-heapless-0.7,
rust-heapless-0.6, rust-heapless-0.5, rust-heapsize-0.4, rust-heapsize-0.3,
rust-heapsize-plugin-0.1, rust-heck-0.5, rust-heck-0.4, rust-heck-0.3,
rust-hermit-abi-0.4, rust-hermit-abi-0.3, rust-hermit-abi-0.2,
rust-hermit-abi-0.1, rust-hex-0.4, rust-hex-0.3, rust-hex-0.2,
rust-hex-literal-0.4, rust-hex-literal-0.3, rust-hex-literal-0.2,
rust-hex-literal-0.1, rust-hex-literal-impl-0.2, rust-hex-literal-impl-0.1,
rust-hex-slice-0.1, rust-hexf-parse-0.2, rust-hexf-parse-0.1, rust-hidapi-2,
rust-hifitime-3, rust-histo-1, rust-home-0.5, rust-hostname-0.4,
rust-hostname-0.3, rust-hostname-0.1, rust-hostname-validator-1, rust-hound-3,
rust-html-escape-0.2, rust-html5ever-0.27, rust-html5ever-0.26,
rust-html5ever-0.25, rust-html5ever-0.24, rust-html5ever-0.23,
rust-htmlescape-0.3, rust-hts-sys-2, rust-human-date-parser-0.2,
rust-human-date-parser-0.1, rust-human-format-1, rust-human-panic-1,
rust-human-sort-0.2, rust-humansize-2, rust-humansize-1, rust-humantime-2,
rust-humantime-1, rust-humantime-serde-1, rust-hxdmp-0.2,
rust-hyphenation-0.8, rust-hyphenation-commons-0.8, rust-hyprland-0.3,
rust-hyprland-macros-0.3, rust-iai-0.1, rust-iai-macro-0.1,
rust-iana-time-zone-0.1, rust-iana-time-zone-haiku-0.1, rust-ical-0.11,
rust-ical-0.10, rust-icu-collections-1, rust-icu-locid-1,
rust-icu-locid-transform-1, rust-icu-locid-transform-data-1,
rust-icu-normalizer-1, rust-icu-normalizer-data-1, rust-icu-properties-1,
rust-icu-properties-data-1, rust-icu-provider-1, rust-icu-provider-macros-1,
rust-id-arena-2, rust-idea-0.5, rust-ident-case-1, rust-idna-1, rust-idna-0.5,
rust-idna-0.4, rust-idna-0.3, rust-idna-0.2, rust-idna-0.1,
rust-idna-adapter-1, rust-ieee754-0.2, rust-if-addrs-0.10, rust-if-addrs-0.7,
rust-if-addrs-0.6, rust-if-addrs-sys-0.3, rust-if-chain-1, rust-ignore-0.4,
rust-ignore-files-1, rust-ihex-3, rust-im-rc-15, rust-imara-diff-0.1,
rust-imbl-2, rust-imbl-sized-chunks-0.1, rust-impl-more-0.1,
rust-impl-serde-0.3, rust-impl-trait-for-tuples-0.2, rust-impls-1,
rust-include-dir-0.7, rust-include-dir-macros-0.7, rust-include-flate-0.3,
rust-include-flate-0.2, rust-include-flate-0.1,
rust-include-flate-codegen-0.2, rust-include-flate-codegen-0.1,
rust-include-flate-codegen-exports-0.1, rust-indent-write-2,
rust-indenter-0.3, rust-indexmap-2, rust-indexmap-1, rust-indexmap-1.7,
rust-indextree-4, rust-indextree-macros-0.1, rust-indicatif-0.17,
rust-indicatif-0.16, rust-indicatif-0.15, rust-indoc-2, rust-indoc-1,
rust-indoc-0.3, rust-indoc-impl-0.3, rust-infer-0.15, rust-infer-0.2,
rust-inferno-0.11, rust-inflections-1, rust-inflector-0.11,
rust-inlinable-string-0.1, rust-inline-c-0.1, rust-inline-c-macro-0.1,
rust-inotify-0.11, rust-inotify-0.10, rust-inotify-0.9, rust-inotify-0.8,
rust-inotify-0.7, rust-inotify-sys-0.1, rust-inout-0.1, rust-input-buffer-0.5,
rust-input-buffer-0.3, rust-inquire-0.7, rust-insta-1, rust-insta-0.16,
rust-insta-0.8, rust-instability-0.3, rust-instant-0.1,
rust-integer-encoding-3, rust-integer-encoding-1, rust-interception-sys-0.1,
rust-interpolate-name-0.2, rust-interprocess-2, rust-interprocess-1,
rust-intmap-0.7, rust-invalidstring-0.1, rust-inventory-0.3,
rust-inventory-0.2, rust-inventory-0.1, rust-inventory-impl-0.1,
rust-io-close-0.3, rust-ioctl-rs-0.1, rust-io-extras-0.18,
rust-io-lifetimes-2, rust-io-lifetimes-1, rust-io-lifetimes-0.7,
rust-io-uring-0.6, rust-io-uring-0.5, rust-ioslice-0.6, rust-iovec-0.1,
rust-ipnet-2, rust-ipnetwork-0.20, rust-ipnetwork-0.18, rust-ipnetwork-0.17,
rust-iptables-0.5, rust-iri-string-0.7, rust-irx-config-3, rust-is-ci-1,
rust-is-debug-1, rust-is-docker-0.2, rust-is-executable-1, rust-is-macro-0.1,
rust-is-terminal-0.4, rust-is-terminal-polyfill-1, rust-is-wsl-0.4,
rust-iso7816-tlv-0.4, rust-iso8601-0.6, rust-iso8601-0.4, rust-iso8601-0.3,
rust-isolang-2, rust-itertools-0.14, rust-itertools-0.13, rust-itertools-0.12,
rust-itertools-0.11, rust-itertools-0.10, rust-itertools-0.9,
rust-itertools-0.8, rust-itertools-0.7, rust-itertools-0.5,
rust-itertools-num-0.1, rust-itoa-1, rust-itoa-0.4, rust-itoa-0.3,
rust-itoap-1, rust-ittapi-0.4, rust-ittapi-sys-0.4, rust-ivf-0.1,
rust-java-locator-0.1, rust-javascriptcore-rs-sys-0.2, rust-jemalloc-ctl-0.5,
rust-jemalloc-sys-0.5, rust-jemalloc-sys-0.3, rust-jemalloc-sys-0.1,
rust-jemallocator-0.5, rust-jemallocator-0.3, rust-jemallocator-0.1,
rust-jetscii-0.5, rust-jetscii-0.3, rust-jiff-0.1, rust-jiff-tzdb-0.1,
rust-jiff-tzdb-platform-0.1, rust-jiter-0.7, rust-jiter-0.5, rust-jiter-0.2,
rust-jiter-0.0.6, rust-jiter-0.0.4, rust-jni-0.21, rust-jni-0.19,
rust-jni-0.18, rust-jni-0.14, rust-jni-glue-0.0.10, rust-jni-sys-0.3,
rust-jobserver-0.1, rust-joinery-2, rust-js-sys-0.3, rust-json-0.12,
rust-json-deserializer-0.4, rust-jsonpath-lib-0.3, rust-jsonrpc-core-18,
rust-jsonwebtoken-9, rust-juliex-0.3, rust-juniper-0.15, rust-juniper-0.14,
rust-juniper-codegen-0.15, rust-juniper-codegen-0.14, rust-jwalk-0.8,
rust-k9-0.12, rust-k9-0.11, rust-katex-doc-0.1, rust-keccak-0.1,
rust-keyring-2, rust-khronos-api-3, rust-koibumi-base32-0.0.2, rust-konst-0.2,
rust-konst-macro-rules-0.2, rust-konst-proc-macros-0.2, rust-kqueue-1,
rust-kqueue-sys-1, rust-kstring-2, rust-kuchiki-0.8, rust-kv-log-macro-1,
rust-lab-0.11, rust-lalrpop-0.20, rust-lalrpop-0.19, rust-lalrpop-0.17,
rust-lalrpop-util-0.20, rust-lalrpop-util-0.19, rust-lalrpop-util-0.17,
rust-language-tags-0.3, rust-language-tags-0.2, rust-lapack-0.19,
rust-lapack-sys-0.14, rust-layout-rs-0.1, rust-lazy-bytes-cast-5,
rust-lazy-regex-3, rust-lazy-regex-2, rust-lazy-regex-proc-macros-3,
rust-lazy-regex-proc-macros-2, rust-lazy-static-1, rust-lazy-static-0.2,
rust-lazy-static-0.1, rust-lazycell-1, rust-lddtree-0.3, rust-leb128-0.2,
rust-leb128fmt-0.1, rust-lebe-0.5, rust-lenient-semver-0.4,
rust-lenient-semver-parser-0.4, rust-lenient-semver-version-builder-0.4,
rust-lenient-version-0.4, rust-lettre-0.9, rust-lettre-email-0.9,
rust-levenshtein-1, rust-lexical-6, rust-lexical-5, rust-lexical-core-0.8,
rust-lexical-core-0.7, rust-lexical-parse-float-0.8, rust-parse-int-0.6,
rust-lexical-parse-integer-0.8, rust-lexical-util-0.8,
rust-lexical-write-float-0.8, rust-lexical-write-integer-0.8,
rust-lexiclean-0.0.1, rust-lexopt-0.3, rust-libc-0.2, rust-libc-print-0.1,
rust-libc-stdhandle-0.1, rust-libcst-1, rust-libcst-derive-1,
rust-libdbus-sys-0.2, rust-libfuzzer-sys-0.4, rust-libloading-0.8,
rust-libloading-0.7, rust-libloading-0.6, rust-libloading-0.5, rust-libm-0.2,
rust-libm-0.1, rust-libmacchina-8, rust-libmath-0.2, rust-libmdns-0.7,
rust-libmimalloc-sys-0.1, rust-libnghttp2-sys-0.1, rust-libproc-0.14,
rust-libradicl-0.4, rust-libredox-0.1, rust-libredox-0.0.2,
rust-libsensors-sys-0.2, rust-libspa-0.7, rust-libspa-sys-0.7,
rust-libssh2-sys-0.3, rust-libssh2-sys-0.2, rust-libtest-mimic-0.8,
rust-libtest-mimic-0.7, rust-libtest-mimic-0.6, rust-libtest-mimic-0.5,
rust-libtest-mimic-0.4, rust-libtest-mimic-0.3, rust-libudev-sys-0.1,
rust-libudev-0.3, rust-libusb1-sys-0.7, rust-libxml-0.3, rust-libxml-0.2,
rust-lifeguard-0.6, rust-line-span-0.1, rust-line-col-0.2,
rust-line-numbers-0.3, rust-linear-map-1, rust-linecount-0.1,
rust-link-cplusplus-1, rust-linked-hash-map-0.5, rust-linked-hash-map-0.4,
rust-linked-hash-map-0.3, rust-linkify-0.7, rust-linux-keyutils-0.2,
rust-linux-raw-sys-0.9, rust-linux-raw-sys-0.6, rust-linux-raw-sys-0.4,
rust-linux-raw-sys-0.3, rust-linux-raw-sys-0.1, rust-linux-raw-sys-0.0.46,
rust-listenfd-1, rust-litemap-0.7, rust-litrs-0.4, rust-llvm-bitcode-0.1,
rust-local-channel-0.1, rust-local-ip-address-0.5, rust-local-waker-0.1,
rust-locale-0.2, rust-locale-config-0.3, rust-lock-api-0.4, rust-lock-api-0.3,
rust-lock-api-0.2, rust-lock-api-0.1, rust-lockfree-object-pool-0.1,
rust-log-0.4, rust-log-0.3, rust-log-reroute-0.1, rust-logos-0.13,
rust-logos-0.12, rust-logos-codegen-0.13, rust-logos-derive-0.13,
rust-logos-derive-0.12, rust-loom-0.7, rust-loom-0.5, rust-loom-0.4,
rust-loom-0.3, rust-loom-0.2, rust-loom-0.1, rust-loop9-0.1, rust-lopdf-0.32,
rust-lru-0.12, rust-lru-0.10, rust-lru-0.9, rust-lru-0.7, rust-lru-cache-0.1,
rust-lscolors-0.19, rust-lscolors-0.17, rust-lscolors-0.16,
rust-lscolors-0.13, rust-lsp-server-0.7, rust-lsp-types-0.95,
rust-lsp-types-0.94, rust-m-lexer-0.0.4, rust-mac-0.1, rust-mac-address-1,
rust-macaddr-1, rust-macho-0.4, rust-macro-rules-attribute-proc-macro-0.2,
rust-macro-rules-attribute-0.2, rust-macrotest-1, rust-magic-crypt-3,
rust-magic-string-0.3, rust-magma-0.8, rust-maildir-0.6, rust-maildir-0.5,
rust-mailparse-0.15, rust-mailparse-0.14, rust-mailparse-0.13,
rust-malloc-buf-1, rust-malloc-buf-0.0, rust-manifest-dir-macros-0.1,
rust-maplit-1, rust-mapproj-0.3, rust-marked-yaml-0.7, rust-markup-0.13,
rust-markup-proc-macro-0.13, rust-markup5ever-0.12, rust-markup5ever-0.11,
rust-markup5ever-0.10, rust-markup5ever-0.9, rust-markup5ever-0.8,
rust-markup5ever-rcdom-0.3, rust-markup5ever-rcdom-0.2,
rust-markup5ever-rcdom-0.1, rust-mas-iana-0.7, rust-match-cfg-0.1,
rust-matchers-0.1, rust-matchers-0.0.1, rust-matches-0.1, rust-matchit-0.7,
rust-material-colors-0.4, rust-matrixcompare-0.3, rust-matrixcompare-0.2,
rust-matrixcompare-core-0.1, rust-matrixcompare-mock-0.1,
rust-matrixmultiply-0.3, rust-matrixmultiply-0.2, rust-matrixmultiply-0.1,
rust-maybe-async-0.2, rust-maybe-owned-0.3, rust-maybe-rayon-0.1,
rust-maybe-uninit-2, rust-mbox-0.7, rust-memchr-2, rust-memchr-1,
rust-memchr-0.1, rust-memfd-0.6, rust-memmap-0.7, rust-memmap-0.6,
rust-memmap-0.2, rust-memmap2-0.9, rust-memmap2-0.8, rust-memmap2-0.7,
rust-memmap2-0.6, rust-memmap2-0.5, rust-memmap2-0.3, rust-memmap2-0.1,
rust-memmem-0.1, rust-memo-map-0.3, rust-memoffset-0.9, rust-memoffset-0.8,
rust-memoffset-0.7, rust-memoffset-0.6, rust-memoffset-0.5,
rust-memory-units-0.4, rust-memsec-0.6, rust-memsec-0.5, rust-memuse-0.2,
rust-merge-0.1, rust-merge-derive-0.1, rust-merlin-3, rust-merlin-2,
rust-metrics-0.14, rust-metrics-macros-0.2, rust-metrohash-1, rust-miette-7,
rust-miette-5, rust-miette-derive-7, rust-miette-derive-5,
rust-migrations-internals-2, rust-migrations-internals-1,
rust-migrations-macros-2, rust-migrations-macros-1, rust-mimalloc-0.1,
rust-mimalloc-rust-0.1, rust-mimalloc-rust-sys-1, rust-mime-0.3,
rust-mime-0.2, rust-mime-guess-2, rust-mime-guess-1, rust-mini-internal-0.1,
rust-mini-moka-0.10, rust-minicov-0.3, rust-miniflux-api-0.3,
rust-minijinja-2, rust-minimad-0.13, rust-minimad-0.9,
rust-minimal-lexical-0.2, rust-miniserde-0.1, rust-mint-0.5, rust-minus-5,
rust-mio-1, rust-mio-0.8, rust-mio-0.7, rust-mio-0.6, rust-mio-aio-0.9,
rust-mio-aio-0.8, rust-mio-extras-2, rust-mio-named-pipes-0.1,
rust-mio-uds-0.6, rust-mirai-annotations-1, rust-mktemp-0.4,
rust-mmap-fixed-0.1, rust-modifier-0.1, rust-monostate-0.1,
rust-monostate-impl-0.1, rust-more-asserts-0.3, rust-more-asserts-0.2,
rust-mozim-0.2, rust-mptcp-pm-0.1, rust-msvc-demangler-0.9, rust-muldiv-1,
rust-muldiv-0.2, rust-multer-3, rust-multer-2, rust-multimap-0.10,
rust-mukti-metadata-0.3, rust-multimap-0.8, rust-multipart-rs-0.1,
rust-multiversion-0.7, rust-multiversion-0.6, rust-multiversion-macros-0.7,
rust-multiversion-macros-0.6, rust-mustache-0.9, rust-nalgebra-0.32,
rust-nalgebra-0.30, rust-nalgebra-0.29, rust-nalgebra-0.27,
rust-nalgebra-0.26, rust-nalgebra-0.21, rust-nalgebra-0.19,
rust-nalgebra-macros-0.2, rust-nalgebra-macros-0.1, rust-nanorand-0.7,
rust-nanorand-0.5, rust-nanorand-0.4, rust-nanoserde-0.1,
rust-nanoserde-derive-0.1, rust-napi-2, rust-napi-build-1, rust-napi-derive-2,
rust-napi-derive-backend-1, rust-napi-sys-2, rust-nasm-rs-0.3,
rust-nasm-rs-0.2, rust-natord-1, rust-nb-connect-1, rust-ndarray-0.16,
rust-ndarray-0.15, rust-ndarray-0.14, rust-ndarray-0.13, rust-ndarray-0.12,
rust-ndarray-npy-0.9, rust-ndarray-rand-0.15, rust-ndk-0.9, rust-ndk-0.8,
rust-ndk-0.7, rust-ndk-0.6, rust-ndk-0.5, rust-ndk-0.2, rust-ndk-context-0.1,
rust-ndk-glue-0.7, rust-ndk-glue-0.6, rust-ndk-glue-0.5, rust-ndk-glue-0.2,
rust-ndk-macro-0.3, rust-ndk-macro-0.2, rust-ndk-sys-0.6, rust-ndk-sys-0.5,
rust-ndk-sys-0.4, rust-ndk-sys-0.3, rust-ndk-sys-0.2, rust-needletail-0.4,
rust-neli-0.6, rust-neli-0.5, rust-neli-0.4, rust-neli-proc-macros-0.1,
rust-neli-wifi-0.6, rust-neso-0.5, rust-nested-0.1, rust-net2-0.2,
rust-netlink-packet-audit-0.5, rust-netlink-packet-core-0.7,
rust-netlink-packet-generic-0.3, rust-netlink-packet-route-0.21,
rust-netlink-packet-route-0.19, rust-netlink-packet-route-0.18,
rust-netlink-packet-utils-0.5, rust-netlink-proto-0.11, rust-netlink-sys-0.8,
rust-netmap-sys-0.1, rust-new-debug-unreachable-1, rust-new-string-template-1,
rust-news-flash-1, rust-newline-converter-0.3, rust-newline-converter-0.2,
rust-newsblur-api-0.1, rust-newtype-derive-0.1, rust-newtype-uuid-1,
rust-nftables-0.5, rust-nibble-vec-0.1, rust-nispor-1, rust-nitrokey-0.9,
rust-nitrokey-sys-3, rust-nitrokey-test-0.5, rust-nitrokey-test-0.3,
rust-nitrokey-test-state-0.1, rust-nix-0.29, rust-nix-0.28, rust-nix-0.27,
rust-nix-0.26, rust-nix-0.25, rust-nix-0.24, rust-nix-0.23, rust-nix-0.22,
rust-nix-0.21, rust-nix-0.20, rust-nix-0.19, rust-nix-0.18, rust-nix-0.15,
rust-nix-0.14, rust-nl80211-0.0.2, rust-no-color-0.1, rust-no-panic-0.1,
rust-no-std-compat-0.4, rust-no-std-net-0.6, rust-no-std-net-0.5,
rust-nodrop-0.1, rust-nodrop-union-0.1, rust-nom-7, rust-nom-6, rust-nom-5,
rust-nom-4, rust-nom-3, rust-nom-2, rust-nom-derive-0.10,
rust-nom-derive-impl-0.10, rust-nom-locate-4, rust-nom8-0.2,
rust-nonempty-0.7, rust-nonmax-0.5, rust-noop-proc-macro-0.3,
rust-normalize-line-endings-0.3, rust-normalize-line-endings-0.2,
rust-normalize-path-0.2, rust-normpath-1, rust-normpath-0.3,
rust-normpath-0.2, rust-notify-7, rust-notify-6, rust-notify-5, rust-notify-4,
rust-notify-debouncer-full-0.3, rust-notify-debouncer-mini-0.4,
rust-notify-rust-4, rust-notify-types-1, rust-notmuch-0.8, rust-now-0.1,
rust-ntapi-0.4, rust-ntapi-0.3, rust-ntest-0.9, rust-ntest-0.8,
rust-ntest-0.7, rust-ntest-proc-macro-helper-0.8,
rust-ntest-proc-macro-helper-0.7, rust-ntest-test-cases-0.9,
rust-ntest-test-cases-0.8, rust-ntest-test-cases-0.7, rust-ntest-timeout-0.9,
rust-ntest-timeout-0.8, rust-ntest-timeout-0.7, rust-ntex-bytes-0.1,
rust-nucleo-0.5, rust-nucleo-0.2, rust-nucleo-matcher-0.3,
rust-nucleo-matcher-0.2, rust-num-0.4, rust-num-0.3, rust-num-0.2,
rust-num-0.1, rust-num-bigint-0.4, rust-num-bigint-0.3, rust-num-bigint-0.2,
rust-num-bigint-0.1, rust-num-bigint-dig-0.8, rust-num-bigint-dig-0.7,
rust-num-cmp-0.1, rust-num-complex-0.4, rust-num-complex-0.3,
rust-num-complex-0.2, rust-num-complex-0.1, rust-num-conv-0.1,
rust-num-cpus-1, rust-num-derive-0.4, rust-num-derive-0.3,
rust-num-derive-0.2, rust-num-enum-0.7, rust-num-enum-0.6, rust-num-enum-0.5,
rust-num-enum-0.4, rust-num-enum-derive-0.7, rust-num-enum-derive-0.6,
rust-num-enum-derive-0.5, rust-num-enum-derive-0.4, rust-num-format-0.4,
rust-num-format-windows-0.4, rust-num-integer-0.1, rust-num-iter-0.1,
rust-num-rational-0.4, rust-num-rational-0.3, rust-num-rational-0.2,
rust-num-rational-0.1, rust-num-threads-0.1, rust-num-traits-0.2,
rust-num-traits-0.1, rust-number-prefix-0.4, rust-number-prefix-0.3,
rust-numpy-0.22, rust-numpy-0.21, rust-numtoa-0.2, rust-numtoa-0.1,
rust-nvml-wrapper-0.10, rust-nvml-wrapper-sys-0.8, rust-oauth2-types-0.7,
rust-obfstr-0.3, rust-obj-0.10, rust-obj-0.9, rust-object-0.36,
rust-ruzstd-0.6, rust-object-0.35, rust-object-0.32, rust-object-0.30,
rust-object-0.29, rust-object-pool-0.5, rust-object-store-0.11,
rust-object-store-0.9, rust-octocrab-0.41, rust-octocrab-0.39,
rust-odbc-api-0.36, rust-odbc-sys-0.21, rust-odds-0.4, rust-odds-0.3,
rust-odds-0.2, rust-oem-cp-2, rust-omnipath-0.1, rust-once-cell-1,
rust-oncemutex-0.1, rust-onenote-parser-0.3, rust-onenote-parser-for-clamav,
rust-onig-6, rust-onig-sys-69.6, rust-oorandom-11, rust-opaque-debug-0.3,
rust-opaque-debug-0.2, rust-open-5, rust-open-4, rust-open-3, rust-open-2,
rust-opener-0.6, rust-opener-0.7, rust-openssh-keys-0.6, rust-openssl-0.10,
rust-openssl-0.7, rust-openssl-macros-0.1, rust-openssl-probe-0.1,
rust-openssl-sys-0.9, rust-openssl-sys-0.7, rust-openssl-sys-extras-0.7,
rust-opentelemetry-0.21, rust-opml-1, rust-optfield-0.3, rust-optick-1,
rust-option-ext-0.2, rust-option-operations-0.5, rust-option-operations-0.4,
rust-option-set-0.2, rust-option-set-0.1, rust-orbclient-0.3,
rust-orc-format-0.3, rust-ord-subset-3, rust-ordered-float-4,
rust-ordered-float-3, rust-ordered-float-2, rust-ordered-float-1,
rust-ordered-multimap-0.7, rust-ordered-multimap-0.4,
rust-ordered-multimap-0.3, rust-ordered-stream-0.2, rust-ordermap-0.3,
rust-ordermap-0.2, rust-orgize-0.9, rust-os-display-0.1, rust-os-info-3,
rust-os-pipe-1, rust-os-pipe-0.9, rust-os-release-0.1, rust-os-str-bytes-6,
rust-os-str-bytes-4, rust-os-str-bytes-2, rust-ouroboros-0.18,
rust-ouroboros-0.17, rust-ouroboros-0.15, rust-ouroboros-0.14,
rust-ouroboros-macro-0.18, rust-ouroboros-macro-0.17,
rust-ouroboros-macro-0.15, rust-ouroboros-macro-0.14, rust-overload-0.1,
rust-owned-ttf-parser-0.25, rust-owned-ttf-parser-0.19,
rust-owned-ttf-parser-0.6, rust-owning-ref-0.4, rust-owning-ref-0.3,
rust-owo-colors-4, rust-owo-colors-3, rust-owo-colors-1, rust-packed-simd-0.3,
rust-packed-simd-2-0.3, rust-pad-0.1, rust-page-size-0.6, rust-pager-0.16,
rust-pam-sys-0.5, rust-pandoc-0.8, rust-papergrid-0.12, rust-papergrid-0.11,
rust-parasail-sys-0.2, rust-parasailors-0.3, rust-paris-1, rust-paris-log-1,
rust-parity-scale-codec-2, rust-parity-scale-codec-derive-2,
rust-parity-wasm-0.41, rust-parking-2, rust-parking-1, rust-parking-lot-0.12,
rust-parking-lot-0.11, rust-parking-lot-0.10, rust-parking-lot-0.9,
rust-parking-lot-0.8, rust-parking-lot-0.7, rust-parking-lot-0.4,
rust-parking-lot-core-0.9, rust-parking-lot-core-0.8,
rust-parking-lot-core-0.7, rust-parking-lot-core-0.6,
rust-parking-lot-core-0.5, rust-parking-lot-core-0.4,
rust-parking-lot-core-0.2, rust-parquet-format-async-temp-0.2,
rust-parquet-format-safe-0.2, rust-parquet2-0.17, rust-parquet2-0.6,
rust-parse-datetime-0.6, rust-parse-display-0.8,
rust-parse-display-derive-0.8, rust-parse-zoneinfo-0.3, rust-partial-io-0.5,
rust-partial-io-0.3, rust-partial-ref-0.3, rust-partial-ref-derive-0.3,
rust-partition-identity-0.3, rust-pasetors-0.7, rust-pasetors-0.6,
rust-password-hash-0.5, rust-password-hash-0.4, rust-password-hash-0.3,
rust-password-hash-0.2, rust-paste-1, rust-paste-0.1, rust-paste-impl-0.1,
rust-paste-test-suite-0.0.0, rust-path-abs-0.5, rust-path-clean-1,
rust-path-clean-0.1, rust-path-slash-0.2, rust-path-slash-0.1,
rust-pathdiff-0.2, rust-pathfinder-geometry-0.5, rust-pathfinder-simd-0.5,
rust-pathsearch-0.2, rust-patricia-tree-0.8, rust-paw-1,
rust-paw-attributes-1, rust-paw-raw-1, rust-paw-structopt-1, rust-pcap-1,
rust-pcap-0.7, rust-pcap-sys-0.1, rust-pcg-mwc-0.2, rust-pciid-parser-0.6,
rust-pcre2-0.2, rust-pcre2-sys-0.2, rust-pcsc-2, rust-pcsc-sys-1,
rust-pdqselect-0.1, rust-pear-0.2, rust-pear-0.1, rust-pear-codegen-0.2,
rust-pear-codegen-0.1, rust-peeking-take-while-0.1, rust-peg-0.8,
rust-peg-0.6, rust-peg-0.5, rust-peg-macros-0.8, rust-peg-macros-0.6,
rust-peg-runtime-0.8, rust-peg-runtime-0.6, rust-pem-3, rust-pem-2,
rust-pem-1, rust-pem-0.8, rust-pep440-rs-0.6, rust-pep440-rs-0.3,
rust-pep508-rs-0.6, rust-pep508-rs-0.2, rust-percent-encoding-2,
rust-percent-encoding-1, rust-peresil-0.3, rust-perf-event-0.4,
rust-perf-event-open-sys-1, rust-permutohedron-0.2, rust-pest-2,
rust-pest-derive-2, rust-pest-generator-2, rust-pest-meta-2,
rust-petgraph-0.7, rust-petgraph-0.6, rust-petgraph-0.5, rust-petgraph-0.4,
rust-phf-0.11, rust-phf-0.10, rust-phf-0.9, rust-phf-0.8, rust-phf-0.7,
rust-phf-codegen-0.11, rust-phf-codegen-0.10, rust-phf-codegen-0.9,
rust-phf-codegen-0.8, rust-phf-codegen-0.7, rust-phf-generator-0.11,
rust-phf-generator-0.10, rust-phf-generator-0.9, rust-phf-generator-0.8,
rust-phf-generator-0.7, rust-phf-macros-0.11, rust-phf-macros-0.10,
rust-phf-macros-0.9, rust-phf-macros-0.8, rust-phf-macros-0.7,
rust-phf-shared-0.11, rust-phf-shared-0.10, rust-phf-shared-0.9,
rust-phf-shared-0.8, rust-phf-shared-0.7, rust-phonenumber-0.3,
rust-pico-args-0.5, rust-pico-args-0.4, rust-pikchr-0.1, rust-pin-project-1,
rust-pin-project-0.4, rust-pin-project-internal-1,
rust-pin-project-internal-0.4, rust-pin-project-lite-0.2,
rust-pin-project-lite-0.1, rust-pin-utils-0.1, rust-ping-0.4, rust-pinot-0.1,
rust-pipe-trait-0.4, rust-piper-0.2, rust-piper-0.1, rust-pkg-config-0.3,
rust-pktparse-0.7, rust-plain-0.2, rust-planus-0.3, rust-platform-info-2,
rust-platforms-3, rust-pledge-0.4, rust-plist-1, rust-plotters-0.3,
rust-plotters-backend-0.3, rust-plotters-bitmap-0.3, rust-plotters-svg-0.3,
rust-plugin-0.2, rust-pmutil-0.5, rust-pnet-base-0.35, rust-pnet-base-0.34,
rust-pnet-base-0.27, rust-pnet-datalink-0.35, rust-pnet-datalink-0.34,
rust-pnet-datalink-0.27, rust-pnet-sys-0.35, rust-pnet-sys-0.34,
rust-pnet-sys-0.27, rust-pocket-resources-0.3, rust-polars-0.37,
rust-polars-arrow-0.37, rust-polars-arrow-format-0.1,
rust-polars-compute-0.37, rust-polars-core-0.37, rust-polars-error-0.37,
rust-polars-ffi-0.37, rust-polars-io-0.37, rust-polars-json-0.37,
rust-polars-lazy-0.37, rust-polars-ops-0.37, rust-polars-parquet-0.37,
rust-polars-pipe-0.37, rust-polars-plan-0.37, rust-polars-row-0.37,
rust-polars-sql-0.37, rust-polars-time-0.37, rust-polars-utils-0.37,
rust-polling-3, rust-polling-2, rust-pollster-0.3, rust-pollster-macro-0.1,
rust-pom-3, rust-pori-0.0.0, rust-portable-atomic-1,
rust-portable-atomic-util-0.2, rust-portable-atomic-util-0.1,
rust-portable-pty-0.8, rust-postcard-1, rust-postcard-derive-0.1,
rust-powerfmt-0.2, rust-powerfmt-macros-0.1, rust-pprof-0.13, rust-pprof-0.10,
rust-precomputed-hash-0.1, rust-predicates-3, rust-predicates-2,
rust-predicates-1, rust-predicates-core-1, rust-predicates-tree-1,
rust-pretty-0.11, rust-pretty-assertions-1, rust-pretty-assertions-0.7,
rust-pretty-assertions-0.6, rust-pretty-assertions-0.5,
rust-pretty-assertions-0.4, rust-pretty-bytes-0.2, rust-pretty-env-logger-0.5,
rust-pretty-env-logger-0.4, rust-pretty-env-logger-0.3, rust-pretty-hex-0.4,
rust-pretty-hex-0.3, rust-prettyplease-0.2, rust-prettyplease-0.1,
rust-prettytable-rs-0.10, rust-prettytable-rs-0.8, rust-primal-0.3,
rust-primal-bit-0.3, rust-primal-check-0.3, rust-primal-estimate-0.3,
rust-primal-sieve-0.3, rust-primal-slowsieve-0.3, rust-print-bytes-1,
rust-print-bytes-0.7, rust-print-bytes-0.5, rust-print-bytes-0.4,
rust-print-positions-0.6, rust-priority-queue-1, rust-proc-macro-crate-3,
rust-proc-macro-crate-2, rust-proc-macro-crate-1, rust-proc-macro-crate-0.1,
rust-proc-macro-error-1, rust-proc-macro-error-attr-1,
rust-proc-macro-hack-0.5, rust-proc-macro-hack-0.4,
rust-proc-macro-hack-impl-0.4, rust-proc-macro-nested-0.1, rust-proc-macro2-1,
rust-proc-macro2-0.4, rust-proc-macro2-0.3, rust-proc-macro2-diagnostics-0.10,
rust-proc-macro2-diagnostics-0.9, rust-proc-maps-0.4, rust-proc-mounts-0.3,
rust-proc-quote-0.4, rust-proc-quote-impl-0.3, rust-process-control-5,
rust-procfs-0.17, rust-procfs-0.16, rust-procfs-core-0.17,
rust-procfs-core-0.16, rust-procinfo-0.4, rust-prodash-29, rust-prodash-28,
rust-prodash-26, rust-prodash-25, rust-profiling-1,
rust-profiling-procmacros-1, rust-progressing-3, rust-project-origins-1,
rust-promptly-0.3, rust-propfuzz-0.0.1, rust-propfuzz-macro-0.0.1,
rust-proptest-1, rust-proptest-0.10, rust-proptest-0.9, rust-proptest-0.3,
rust-proptest-derive-0.5, rust-proptest-derive-0.4, rust-proptest-derive-0.3,
rust-proptest-derive-0.1, rust-proptest-macro-0.1, rust-prost-0.13,
rust-prost-0.12, rust-prost-0.11, rust-prost-0.10, rust-prost-0.9,
rust-prost-build-0.13, rust-prost-build-0.12, rust-prost-build-0.10,
rust-prost-derive-0.13, rust-prost-derive-0.12, rust-prost-derive-0.11,
rust-prost-derive-0.10, rust-prost-derive-0.9, rust-prost-types-0.13,
rust-prost-types-0.12, rust-prost-types-0.10, rust-protobuf-2,
rust-protobuf-codegen-2, rust-protobuf-codegen-pure-2, rust-psl-2,
rust-psl-types-2, rust-psm-0.1, rust-ptr-meta-0.1, rust-ptr-meta-derive-0.1,
rust-ptree-0.4, rust-pty-process-0.4, rust-ptyprocess-0.4, rust-pubgrub-0.2,
rust-public-api-0.33, rust-public-api-0.32, rust-publicsuffix-2,
rust-publicsuffix-1, rust-puffin-0.18, rust-pulldown-cmark-0.12,
rust-pulldown-cmark-0.11, rust-pulldown-cmark-0.9, rust-pulldown-cmark-0.8,
rust-pulldown-cmark-0.4, rust-pulldown-cmark-0.1,
rust-pulldown-cmark-escape-0.11, rust-pulldown-cmark-to-cmark-18,
rust-pulldown-cmark-to-cmark-10, rust-pulley-interpreter-0.1, rust-pulse-0.5,
rust-pure-rust-locales-0.8, rust-pwd-1, rust-py-literal-0.4, rust-pyo3-0.23,
rust-pyo3-0.22, rust-pyo3-0.21, rust-pyo3-0.20, rust-pyo3-0.19,
rust-pyo3-0.18, rust-pyo3-0.16, rust-pyo3-0.15, rust-pyo3-0.13,
rust-pyo3-build-config-0.23, rust-pyo3-build-config-0.22,
rust-pyo3-build-config-0.21, rust-pyo3-build-config-0.20,
rust-pyo3-build-config-0.19, rust-pyo3-build-config-0.18,
rust-pyo3-build-config-0.16, rust-pyo3-build-config-0.15, rust-pyo3-ffi-0.23,
rust-pyo3-ffi-0.22, rust-pyo3-ffi-0.21, rust-pyo3-ffi-0.20,
rust-pyo3-ffi-0.19, rust-pyo3-ffi-0.18, rust-pyo3-ffi-0.16,
rust-pyo3-log-0.11, rust-pyo3-log-0.8, rust-pyo3-macros-0.23,
rust-pyo3-macros-0.22, rust-pyo3-macros-0.21, rust-pyo3-macros-0.20,
rust-pyo3-macros-0.19, rust-pyo3-macros-0.18, rust-pyo3-macros-0.16,
rust-pyo3-macros-0.15, rust-pyo3-macros-0.13, rust-pyo3-macros-backend-0.23,
rust-pyo3-macros-backend-0.22, rust-pyo3-macros-backend-0.21,
rust-pyo3-macros-backend-0.20, rust-pyo3-macros-backend-0.19,
rust-pyo3-macros-backend-0.18, rust-pyo3-macros-backend-0.16,
rust-pyo3-macros-backend-0.15, rust-pyo3-macros-backend-0.13,
rust-pyproject-toml-0.11, rust-pyproject-toml-0.8, rust-python-pkginfo-0.6,
rust-qrcode-generator-4, rust-qrcodegen-1, rust-qrencode-0.14,
rust-quad-rand-0.2, rust-quantiles-0.7, rust-quick-error-2,
rust-quick-error-1, rust-quick-junit-0.5, rust-quick-xml-0.37,
rust-quick-xml-0.36, rust-quick-xml-0.32, rust-quick-xml-0.31,
rust-quick-xml-0.30, rust-quick-xml-0.28, rust-quick-xml-0.27,
rust-quick-xml-0.26, rust-quick-xml-0.23, rust-quick-xml-0.22,
rust-quick-xml-0.21, rust-quick-xml-0.20, rust-quickersort-3, rust-quinn-0.11,
rust-quinn-0.10, rust-quinn-0.8, rust-quinn-proto-0.11, rust-quinn-proto-0.10,
rust-quinn-proto-0.8, rust-quinn-udp-0.5, rust-quinn-udp-0.4,
rust-quinn-udp-0.1, rust-quote-1, rust-quote-0.6, rust-quote-0.5,
rust-quote-0.3, rust-quoted-printable-0.5, rust-quoted-printable-0.4,
rust-r2d2-0.8, rust-radium-0.7, rust-radium-0.6, rust-radium-0.5,
rust-radix-fmt-1, rust-radix-heap-0.4, rust-radix-trie-0.2, rust-railroad-0.2,
rust-railroad-verification-0.1, rust-rand-0.9, rust-rand-0.8, rust-rand-0.7,
rust-rand-0.6, rust-rand-0.5, rust-rand-0.4, rust-rand-0.3,
rust-rand-chacha-0.9, rust-rand-chacha-0.3, rust-rand-chacha-0.2,
rust-rand-chacha-0.1, rust-rand-core-0.9, rust-rand-core-0.6,
rust-rand-core-0.5, rust-rand-core-0.4, rust-rand-core-0.3,
rust-rand-core-0.2, rust-rand-distr-0.4, rust-rand-distr-0.3,
rust-rand-distr-0.2, rust-rand-hc-0.3, rust-rand-hc-0.2, rust-rand-hc-0.1,
rust-rand-isaac-0.3, rust-rand-isaac-0.2, rust-rand-isaac-0.1,
rust-rand-jitter-0.1, rust-rand-mt-4, rust-rand-os-0.2, rust-rand-os-0.1,
rust-rand-pcg-0.3, rust-rand-pcg-0.2, rust-rand-pcg-0.1, rust-rand-regex-0.15,
rust-rand-xorshift-0.3, rust-rand-xorshift-0.2, rust-rand-xorshift-0.1,
rust-rand-xoshiro-0.6, rust-rand-xoshiro-0.4, rust-rand-xoshiro-0.1,
rust-random-0.12, rust-random-fast-rng-0.1, rust-random-trait-0.1,
rust-randomize-4, rust-ratatui-0.29, rust-ratatui-0.28, rust-ratatui-0.27,
rust-ratatui-0.26, rust-ratatui-0.25, rust-ratatui-0.24, rust-ratatui-0.20,
rust-raw-cpuid-11, rust-raw-cpuid-10, rust-raw-cpuid-8, rust-rawpointer-0.2,
rust-rawpointer-0.1, rust-rawslice-0.1, rust-rayon-1, rust-rayon-0.8,
rust-rayon-cond-0.3, rust-rayon-core-1, rust-rclite-0.2, rust-rctree-0.6,
rust-rdrand-0.4, rust-read-process-memory-0.1, rust-readlock-0.1,
rust-readlock-tokio-0.1, rust-recursion-0.5, rust-recvmsg-1,
rust-recycler-0.1, rust-redox-syscall-0.5, rust-redox-syscall-0.4,
rust-redox-syscall-0.3, rust-redox-syscall-0.2, rust-redox-syscall-0.1,
rust-redox-termios-0.1, rust-redox-users-0.5, rust-redox-users-0.4,
rust-redox-users-0.3, rust-ref-cast-1, rust-ref-cast-0.2,
rust-ref-cast-impl-1, rust-ref-cast-impl-0.2, rust-ref-cast-test-suite-0.0.0,
rust-ref-thread-local-0.1, rust-reference-counted-singleton-0.1,
rust-refpool-0.4, rust-regalloc2-0.10, rust-regalloc2-0.9, rust-regex-1,
rust-regex-0.2, rust-regex-0.1, rust-regex-automata-0.4,
rust-regex-automata-0.3, rust-regex-automata-0.1, rust-regex-cache-0.2,
rust-regex-cursor-0.1, rust-regex-lite-0.1, rust-regex-syntax-0.8,
rust-regex-syntax-0.7, rust-regex-syntax-0.6, rust-regex-syntax-0.5,
rust-regex-syntax-0.4, rust-regex-syntax-0.3, rust-regex-test-0.1,
rust-region-3, rust-relative-path-1, rust-remoteprocess-0.5, rust-rend-0.4,
rust-rental-0.5, rust-rental-impl-0.5, rust-reopen-1, rust-reopen-0.3,
rust-repr-offset-0.2, rust-repr-offset-derive-0.2, rust-resolv-conf-0.7,
rust-resolv-conf-0.6, rust-resolve-path-0.1, rust-result-1,
rust-retain-mut-0.1, rust-retain-mut-0.1.7, rust-rfc2047-decoder-1,
rust-rhai-1, rust-rhai-codegen-2, rust-ringbuf-0.2, rust-rinja-0.3,
rust-rinja-derive-0.3, rust-rinja-parser-0.3, rust-rio-0.9, rust-rkyv-0.7,
rust-rkyv-0.6, rust-rkyv-derive-0.7, rust-rkyv-derive-0.6,
rust-rle-decode-fast-1, rust-rlimit-0.9, rust-rlp-0.5, rust-rmp-0.8,
rust-rmp-serde-1, rust-rmp-serde-0.15, rust-rmp-serde-0.13, rust-rmpv-1,
rust-roadmap-0.7, rust-roaring-0.10, rust-roff-0.2, rust-romio-0.3,
rust-ron-0.8, rust-ron-0.7, rust-ron-0.6, rust-ron-0.5, rust-ron-0.4,
rust-ropey-1, rust-roxmltree-0.20, rust-roxmltree-0.19, rust-roxmltree-0.18,
rust-rpassword-7, rust-rpassword-6, rust-rpassword-5, rust-rpds-1,
rust-rpm-pkg-count-0.2, rust-rspec-1, rust-rspec-1.0.0-beta.3,
rust-rspotify-0.11, rust-rspotify-http-0.11, rust-rspotify-macros-0.11,
rust-rspotify-model-0.11, rust-rstar-0.9, rust-rstar-0.8, rust-rstest-0.23,
rust-rstest-0.22, rust-rstest-0.21, rust-rstest-0.20, rust-rstest-0.19,
rust-rstest-0.18, rust-rstest-0.17, rust-rstest-0.16, rust-rstest-0.15,
rust-rstest-0.13, rust-rstest-0.12, rust-rstest-0.11, rust-rstest-macros-0.23,
rust-rstest-macros-0.22, rust-rstest-macros-0.21, rust-rstest-macros-0.20,
rust-rstest-macros-0.19, rust-rstest-macros-0.18, rust-rstest-macros-0.17,
rust-rstest-macros-0.16, rust-rstest-macros-0.14, rust-rstest-macros-0.13,
rust-rstest-reuse-0.7, rust-rstest-reuse-0.6, rust-rstest-reuse-0.4,
rust-rstest-reuse-0.3, rust-rstest-test-0.11, rust-rstest-test-0.9,
rust-rt-format-0.3, rust-rtnetlink-0.14, rust-rtoolbox-0.0.1, rust-rug-1,
rust-run-script-0.11, rust-run-script-0.10, rust-runtime-0.3,
rust-runtime-attributes-0.3, rust-runtime-native-0.3, rust-runtime-raw-0.3,
rust-runtime-tokio-0.3, rust-rusb-0.9, rust-rust-base58-0.0.4,
rust-rust-decimal-1, rust-rust-decimal-macros-1, rust-rust-embed-6,
rust-rust-embed-8, rust-rust-embed-5, rust-rust-embed-impl-6,
rust-rust-embed-impl-8, rust-rust-embed-impl-5, rust-rust-embed-utils-8,
rust-rust-embed-utils-7, rust-rust-embed-utils-5, rust-rust-hawktracer-0.7,
rust-rust-hawktracer-normal-macro-0.4, rust-rust-hawktracer-proc-macro-0.4,
rust-rust-hawktracer-sys-0.4, rust-rust-htslib-0.38, rust-rust-ini-0.21,
rust-rust-ini-0.20, rust-rust-ini-0.18, rust-rust-ini-0.17,
rust-rust-ini-0.13, rust-rustc-demangle-0.1, rust-rustc-hash-2,
rust-rustc-hash-1, rust-rustc-hex-2, rust-rustc-hex-1, rust-rustc-rayon-0.5,
rust-rustc-rayon-0.4, rust-rustc-rayon-core-0.5, rust-rustc-rayon-core-0.4,
rust-rustc-serialize-0.3, rust-rustc-std-workspace-alloc-1,
rust-rustc-std-workspace-core-1, rust-rustc-std-workspace-std-1,
rust-rustc-test-0.3, rust-rustc-version-0.4, rust-rustc-version-0.3,
rust-rustc-version-0.2, rust-rustc-version-0.1, rust-rustdct-0.7,
rust-rustdoc-json-0.8, rust-rustdoc-stripper-0.1, rust-rustdoc-types-0.23,
rust-rustfft-6, rust-rustfix-0.9, rust-rustfix-0.8, rust-rustfix-0.7,
rust-rustfix-0.6, rust-rustfix-0.5, rust-rustfix-0.4, rust-rusticata-macros-4,
rust-rustix-1, rust-rustix-0.38, rust-rustix-0.37, rust-rustix-0.36,
rust-rustix-0.35, rust-rustix-openpty-0.1, rust-rusttype-0.9,
rust-rusttype-0.8, rust-rusttype-0.7, rust-rustup-toolchain-0.1,
rust-rustversion-1, rust-rustversion-0.1, rust-rusty-fork-0.3,
rust-rusty-fork-0.2, rust-rustyline-13, rust-rustyline-12, rust-rustyline-10,
rust-rustyline-9, rust-rustyline-6, rust-rustyline-derive-0.10,
rust-rustyline-derive-0.9, rust-rustyline-derive-0.7,
rust-rustyline-derive-0.6, rust-rustyline-derive-0.3, rust-ryu-1,
rust-s3handler-0.7, rust-safe-arch-0.7, rust-safe-arch-0.6,
rust-safe-arch-0.5, rust-safe-lock-0.1, rust-safemem-0.3, rust-same-file-1,
rust-same-file-0.1, rust-sample-arrow2-0.17, rust-sample-arrow2-0.1,
rust-sample-std-0.2, rust-sample-std-0.1, rust-sample-test-0.2,
rust-sample-test-0.1, rust-sample-test-macros-0.2,
rust-sample-test-macros-0.1, rust-sanakirja-1, rust-sanakirja-core-1,
rust-sc-0.2, rust-scale-info-1, rust-scale-info-derive-1, rust-scan-fmt-0.2,
rust-scc-2, rust-sce-0.1, rust-scheduled-thread-pool-0.2, rust-schemars-0.8,
rust-schemars-0.6, rust-schemars-derive-0.8, rust-schemars-derive-0.6,
rust-scoped-env-2, rust-scoped-threadpool-0.1, rust-scoped-tls-1,
rust-scoped-tls-0.1, rust-scopeguard-1, rust-scopeguard-0.3,
rust-scopetime-0.1, rust-scraper-0.18, rust-scratch-1, rust-scroll-0.12,
rust-scroll-0.11, rust-scroll-0.10, rust-scroll-0.9, rust-scroll-derive-0.12,
rust-scroll-derive-0.11, rust-scroll-derive-0.10, rust-scroll-derive-0.9,
rust-sct-0.7, rust-sct-0.6, rust-sct-0.5, rust-sct-0.4,
rust-sctk-adwaita-0.10, rust-sctk-adwaita-0.8, rust-sctk-adwaita-0.5,
rust-sctk-adwaita-0.4, rust-sd-notify-0.4, rust-sdd-3, rust-seahash-3,
rust-seahash-4, rust-seccomp-sys-0.1, rust-secfmt-0.1, rust-secrecy-0.10,
rust-secrecy-0.8, rust-secret-service-3, rust-section-testing-0.0.5,
rust-selectors-0.25, rust-selectors-0.24, rust-selectors-0.23,
rust-selectors-0.22, rust-self-cell-1, rust-self-replace-1,
rust-self-update-0.41, rust-selinux-0.4, rust-selinux-sys-0.6, rust-semver-1,
rust-semver-0.11, rust-semver-0.10, rust-semver-0.9, rust-semver-0.1,
rust-semver-parser-0.10, rust-semver-parser-0.9, rust-semver-parser-0.7,
rust-send-wrapper-0.6, rust-send-wrapper-0.5, rust-send-wrapper-0.4,
rust-sensors-0.2, rust-seq-io-0.3, rust-seq-macro-0.3, rust-serde-1,
rust-serde-0.9, rust-serde-0.8, rust-serde-aux-4, rust-serde-bencode-0.2,
rust-serde-big-array-0.5, rust-serde-big-array-0.4, rust-serde-big-array-0.3,
rust-serde-big-array-0.2, rust-serde-big-array-0.1, rust-serde-buf-0.1,
rust-serde-bytes-0.11, rust-serde-bytes-0.10, rust-serde-cbor-0.11,
rust-serde-codegen-internals-0.14, rust-serde-derive-1, rust-serde-derive-0.9,
rust-serde-derive-internals-0.29, rust-serde-derive-internals-0.26,
rust-serde-derive-internals-0.25, rust-serde-fmt-1, rust-serde-hjson-0.9,
rust-serde-html-form-0.2, rust-serde-ignored-0.1, rust-serde-indextree-0.2,
rust-serde-json-1, rust-serde-json-0.9, rust-serde-json-core-0.5,
rust-serde-json-core-0.4, rust-serde-norway-0.9, rust-serde-path-to-error-0.1,
rust-serde-qs-0.8, rust-serde-qs-0.7, rust-serde-regex-1, rust-serde-repr-0.1,
rust-serde-spanned-0.6, rust-serde-stacker-0.1, rust-serde-test-1,
rust-serde-test-0.9, rust-serde-test-0.8, rust-serde-transcode-1,
rust-serde-untagged-0.1, rust-serde-urlencoded-0.7, rust-serde-urlencoded-0.6,
rust-serde-value-0.7, rust-serde-wasm-bindgen-0.3, rust-serde-with-3,
rust-serde-with-2, rust-serde-with-1, rust-serde-with-macros-3,
rust-serde-with-macros-2, rust-serde-with-macros-1, rust-serde-xml-rs-0.6,
rust-serde-xml-rs-0.5, rust-serde-xml-rs-0.4, rust-serde-yaml-0.9,
rust-serde-yaml-0.8, rust-serde-yaml-ng-0.10, rust-serdeconv-0.4,
rust-serial-0.4, rust-serial-core-0.4, rust-io-kit-sys-0.4, rust-serialport-4,
rust-serial-test-3, rust-serial-test-2, rust-serial-test-1,
rust-serial-test-0.10, rust-serial-test-0.7, rust-serial-test-0.6,
rust-serial-test-0.5, rust-serial-test-0.4, rust-serial-test-0.1,
rust-serial-test-derive-3, rust-serial-test-derive-2,
rust-serial-test-derive-1, rust-serial-test-derive-0.10,
rust-serial-test-derive-0.7, rust-serial-test-derive-0.6,
rust-serial-test-derive-0.5, rust-serial-test-derive-0.4,
rust-serial-test-derive-0.1, rust-serial-unix-0.4, rust-serial-windows-0.4,
rust-servo-arc-0.3, rust-servo-arc-0.2, rust-servo-arc-0.1,
rust-servo-fontconfig-0.5, rust-servo-fontconfig-sys-5, rust-shadow-rs-0.37,
rust-shadow-rs-0.36, rust-shadow-rs-0.35, rust-shannon-0.2,
rust-sharded-slab-0.1, rust-shared-child-1, rust-shared-library-0.1,
rust-shell-escape-0.1, rust-shell-quote-0.7, rust-shell-words-1,
rust-shell-words-0.1, rust-shellexpand-3, rust-shellexpand-2, rust-shlex-1,
rust-shlex-0.1, rust-signal-hook-0.3, rust-signal-hook-0.1,
rust-signal-hook-mio-0.2, rust-signal-hook-registry-1,
rust-signal-hook-tokio-0.3, rust-simba-0.8, rust-simba-0.7, rust-simba-0.6,
rust-simba-0.5, rust-simba-0.4, rust-simba-0.1, rust-simd-0.2,
rust-simd-adler32-0.3, rust-simd-helpers-0.1, rust-simd-json-0.13,
rust-simdutf8-0.1, rust-similar-2, rust-similar-asserts-1,
rust-simple-logger-4, rust-simple-logger-2, rust-simple-logger-1,
rust-simple-logging-2, rust-simplelog-0.12, rust-simplerand-1,
rust-siphasher-0.3, rust-siphasher-0.2, rust-sized-chunks-0.6,
rust-skeptic-0.13, rust-skim-0.10, rust-skim-0.9, rust-skim-0.7,
rust-slab-0.4, rust-sleef-sys-0.1, rust-slice-deque-0.3, rust-slice-deque-0.2,
rust-slice-group-by-0.3, rust-slice-ring-buffer-0.3, rust-slog-2,
rust-slog-async-2, rust-slog-json-2, rust-slog-kvfilter-0.7,
rust-slog-scope-4, rust-slog-stdlog-4, rust-slog-term-2, rust-sloggers-2,
rust-slotmap-1, rust-slug-0.1, rust-slugify-0.1, rust-sluice-0.5,
rust-smallbitvec-2, rust-smallstring-0.1, rust-smallvec-1, rust-smallvec-0.6,
rust-smallvec-0.3, rust-smart-default-0.7, rust-smartstring-1,
rust-smartstring-0.2, rust-smawk-0.3, rust-smol-2, rust-smol-1, rust-smol-0.1,
rust-smol-potat-1, rust-smol-potat-macro-0.6, rust-smol-str-0.3,
rust-smol-str-0.2, rust-smol-str-0.1, rust-snafu-0.8, rust-snafu-0.7,
rust-snafu-derive-0.8, rust-snafu-derive-0.7, rust-snake-case-0.3,
rust-snap-1, rust-snap-0.2, rust-snapbox-0.6, rust-snapbox-0.5,
rust-snapbox-0.4, rust-snapbox-0.2, rust-snapbox-macros-0.3,
rust-snapbox-macros-0.2, rust-snappy-cpp-0.1, rust-socket2-0.5,
rust-socket2-0.4, rust-socket2-0.3, rust-socketpair-0.19, rust-socks-0.3,
rust-soft-assert-0.1, rust-souper-ir-2, rust-sourcemap-6, rust-special-0.8,
rust-speculate-0.1, rust-speedate-0.15, rust-speedate-0.14, rust-speedy-0.8,
rust-speedy-derive-0.8, rust-abscissa-derive-0.8, rust-abscissa-core-0.8,
rust-spin-0.9, rust-spin-0.7, rust-spin-0.5, rust-spin-0.4, rust-spin-on-0.1,
rust-spin-sleep-1, rust-spinning-0.1, rust-spinning-top-0.2,
rust-spirv-std-0.4, rust-spirv-std-macros-0.4, rust-spirv-types-0.4,
rust-spmc-0.3, rust-sprs-0.11, rust-sprs-0.10, rust-sptr-0.3, rust-ssh2-0.9,
rust-st-map-0.1, rust-stability-0.2, rust-stability-0.1,
rust-stable-deref-trait-1, rust-stable-pattern-0.1, rust-stacker-0.1,
rust-standback-0.2, rust-starship-battery-0.10, rust-starship-battery-0.9,
rust-state-0.6, rust-state-0.5, rust-state-0.4, rust-static-alloc-0.2,
rust-static-assertions-1, rust-static-map-macro-0.2, rust-statistical-1,
rust-statrs-0.14, rust-statrs-0.15, rust-statrs-0.17, rust-statrs-0.13,
rust-stats-alloc-0.1, rust-stb-truetype-0.3, rust-stc-s-0.1,
rust-std-prelude-0.2, rust-stderrlog-0.5, rust-stfu8-0.2, rust-str-buf-1,
rust-str-indices-0.4, rust-str-stack-0.1, rust-stream-assert-0.1,
rust-streaming-decompression-0.1, rust-streaming-iterator-0.1,
rust-streaming-stats-0.2, rust-streaming-stats-0.1, rust-stretch-0.3,
rust-strength-reduce-0.2, rust-strict-num-0.1, rust-string-0.2,
rust-string-cache-0.8, rust-string-cache-0.7, rust-string-cache-codegen-0.5,
rust-string-cache-codegen-0.4, rust-string-cache-shared-0.3,
rust-string-interner-0.12, rust-stringprep-0.1, rust-strip-ansi-escapes-0.2,
rust-strip-ansi-escapes-0.1, rust-strobe-rs-0.8, rust-strobe-rs-0.5,
rust-strong-xml-0.6, rust-strong-xml-derive-0.6, rust-strsim-0.11,
rust-strsim-0.10, rust-strsim-0.9, rust-strsim-0.8, rust-strsim-0.7,
rust-strsim-0.6, rust-strsim-0.5, rust-struct-patch-0.4,
rust-struct-patch-derive-0.4, rust-structmeta-0.3, rust-structmeta-0.2,
rust-structmeta-0.1, rust-structmeta-derive-0.3, rust-structmeta-derive-0.2,
rust-structmeta-derive-0.1, rust-structopt-0.3, rust-structopt-0.2,
rust-structopt-derive-0.4, rust-structopt-derive-0.2, rust-strum-0.27,
rust-strum-0.26, rust-strum-0.25, rust-strum-0.24, rust-strum-0.21,
rust-strum-0.20, rust-strum-0.19, rust-strum-0.18, rust-strum-macros-0.27,
rust-strum-macros-0.26, rust-strum-macros-0.25, rust-strum-macros-0.24,
rust-strum-macros-0.21, rust-strum-macros-0.20, rust-strum-macros-0.19,
rust-strum-macros-0.18, rust-subplot-0.12, rust-subplot-build-0.12,
rust-subplotlib-0.12, rust-subplotlib-derive-0.12, rust-subprocess-0.2,
rust-superluminal-perf-0.1, rust-superluminal-perf-sys-0.1,
rust-supports-color-3, rust-supports-color-2, rust-supports-color-1,
rust-supports-hyperlinks-3, rust-supports-hyperlinks-2,
rust-supports-unicode-3, rust-supports-unicode-2, rust-suppositions-0.1,
rust-sval-2, rust-sval-buffer-2, rust-sval-derive-2,
rust-sval-derive-macros-2, rust-sval-dynamic-2, rust-sval-flatten-2,
rust-sval-fmt-2, rust-sval-json-2, rust-sval-ref-2, rust-sval-serde-2,
rust-sval-test-2, rust-svd-parser-0.14, rust-svd-rs-0.14, rust-svgtypes-0.5,
rust-swaybar-types-3, rust-swayipc-3, rust-swayipc-2, rust-swayipc-async-2,
rust-swayipc-command-builder-0.1, rust-swayipc-types-1, rust-swrite-0.1,
rust-sxd-document-0.3, rust-sxd-xpath-0.4, rust-symbolic-common-12,
rust-symbolic-common-9, rust-symbolic-demangle-12, rust-symbolic-demangle-9,
rust-syn-2, rust-syn-1, rust-syn-0.15, rust-syn-0.14, rust-syn-0.11,
rust-syn-derive-0.1, rust-syn-test-suite-0.0.0, rust-sync-wrapper-1,
rust-sync-wrapper-0.1, rust-synchronoise-1, rust-synom-0.11,
rust-synstructure-0.13, rust-synstructure-0.12,
rust-synstructure-test-traits-0.1, rust-syntect-5, rust-syntect-4,
rust-syntex-errors-0.58, rust-syntex-pos-0.58, rust-syntex-syntax-0.58,
rust-sys-info-0.9, rust-sys-locale-0.3, rust-syscallz-0.17, rust-sysctl-0.6,
rust-sysctl-0.5, rust-sysctl-0.4, rust-sysctl-0.1, rust-sysinfo-0.32,
rust-sysinfo-0.31, rust-sysinfo-0.30, rust-sysinfo-0.29, rust-sysinfo-0.28,
rust-sysinfo-0.27, rust-syslog-7, rust-syslog-6, rust-syslog-4, rust-syslog-3,
rust-system-deps-7, rust-system-deps-6, rust-system-deps-3,
rust-system-deps-1, rust-system-interface-0.27, rust-systemstat-0.2,
rust-tabled-0.16, rust-tabled-0.15, rust-tabled-derive-0.8,
rust-tabled-derive-0.7, rust-tabwriter-1, rust-tagptr-0.2, rust-take-mut-0.2,
rust-takeable-option-0.5, rust-takeable-option-0.4,
rust-rustc-stable-hash-0.1, rust-tame-index-0.18, rust-tame-index-0.13,
rust-tap-1, rust-tardar-0.1, rust-target-2, rust-target-features-0.1,
rust-target-lexicon-0.13, rust-target-lexicon-0.12, rust-target-lexicon-0.11,
rust-target-spec-3, rust-target-spec-miette-0.4, rust-target-triple-0.1,
rust-temp-dir-0.1, rust-temp-env-0.3, rust-temp-env-0.2,
rust-temp-testdir-0.2, rust-tempdir-0.3, rust-tempfile-3, rust-temporary-0.6,
rust-temptree-0.2, rust-tendril-0.4, rust-tera-1, rust-term-1, rust-term-0.7,
rust-term-0.6, rust-term-0.5, rust-term-0.4, rust-term-0.2,
rust-term-grid-0.1, rust-term-size-1, rust-term-size-0.3, rust-termbg-0.6,
rust-termcolor-1, rust-termimad-0.25, rust-termimad-0.20,
rust-terminal-colorsaurus-0.4, rust-terminal-prompt-0.2,
rust-terminal-size-0.4, rust-terminal-size-0.3, rust-terminal-size-0.2,
rust-terminal-size-0.1, rust-terminal-trx-0.2, rust-terminfo-0.8,
rust-terminfo-0.7, rust-termini-1, rust-termion-4, rust-termion-3,
rust-termion-2, rust-termion-1, rust-termios-0.3, rust-termios-0.2,
rust-termsize-0.1, rust-termtree-0.5, rust-termtree-0.4, rust-termwiz-0.22,
rust-termwiz-0.20, rust-termwiz-0.15, rust-test-assembler-0.1,
rust-test-case-3, rust-test-case-2, rust-test-case-1, rust-test-case-core-3,
rust-test-case-macros-3, rust-test-case-macros-2, rust-test-cert-gen-0.9,
rust-test-generator-0.3, rust-test-log-0.2, rust-test-log-macros-0.2,
rust-test-strategy-0.4, rust-test-strategy-0.3, rust-test-strategy-0.2,
rust-test-with-0.8, rust-tester-0.9, rust-tester-0.6, rust-testing-logger-0.1,
rust-testing-table-0.1, rust-text-block-macros-0.1, rust-text-size-1,
rust-textnonce-1, rust-textwrap-0.16, rust-textwrap-0.15, rust-textwrap-0.14,
rust-textwrap-0.12, rust-textwrap-0.11, rust-thin-slice-0.1,
rust-thin-vec-0.2, rust-thiserror-2, rust-thiserror-1, rust-thiserror-core-1,
rust-thiserror-core-impl-1, rust-thiserror-impl-2, rust-thiserror-impl-1,
rust-thousands-0.2, rust-thread-id-4, rust-thread-id-3, rust-thread-id-2,
rust-thread-local-1, rust-thread-local-0.3, rust-thread-local-0.2,
rust-thread-priority-1, rust-thread-tree-0.3, rust-threadpool-1,
rust-thrift-0.17, rust-thrift-0.13, rust-thrussh-0.34, rust-thrussh-0.33,
rust-thrussh-config-0.6, rust-thrussh-config-0.5, rust-thrussh-keys-0.22,
rust-thrussh-keys-0.21, rust-thrussh-libsodium-0.3,
rust-thrussh-libsodium-0.2, rust-tikv-jemalloc-sys-0.6,
rust-tikv-jemallocator-0.6, rust-time-0.3, rust-time-0.2, rust-time-0.1,
rust-time-core-0.1, rust-time-macros-0.2, rust-time-macros-0.1,
rust-time-macros-impl-0.1, rust-timeago-0.4, rust-timebomb-0.1,
rust-timer-0.2, rust-timerfd-1, rust-tint-1, rust-tiny-keccak-2,
rust-tiny-skia-0.11, rust-tiny-skia-0.8, rust-tiny-skia-0.7,
rust-tiny-skia-path-0.11, rust-tiny-skia-path-0.8, rust-tiny-skia-path-0.7,
rust-tinyfiledialogs-3, rust-tinystr-0.7, rust-tinytemplate-1, rust-tinyvec-1,
rust-tinyvec-macros-0.1, rust-titlecase-3, rust-titlecase-2, rust-to-method-1,
rust-to-shmem-0.0.0, rust-to-shmem-derive-0.0.0, rust-tobj-3, rust-tobj-2,
rust-tokio-1, rust-tokio-0.3, rust-tokio-0.2, rust-tokio-0.1,
rust-tokio-buf-0.1, rust-tokio-codec-0.1, rust-tokio-core-0.1,
rust-tokio-current-thread-0.1, rust-tokio-executor-0.2,
rust-tokio-executor-0.1, rust-tokio-fs-0.1, rust-tokio-io-0.1,
rust-tokio-io-pool-0.1, rust-tokio-io-timeout-1, rust-tokio-macros-2,
rust-tokio-macros-1, rust-tokio-macros-0.3, rust-tokio-macros-0.2,
rust-tokio-metrics-0.3, rust-tokio-mock-task-0.1, rust-tokio-mockstream-1,
rust-tokio-native-tls-0.3, rust-tokio-native-tls-0.1, rust-tokio-openssl-0.6,
rust-tokio-openssl-0.4, rust-tokio-openssl-0.3, rust-tokio-postgres-0.7,
rust-tokio-process-0.2, rust-tokio-reactor-0.1, rust-tokio-rustls-0.26,
rust-tokio-rustls-0.25, rust-tokio-rustls-0.24, rust-tokio-rustls-0.23,
rust-tokio-rustls-0.22, rust-tokio-rustls-0.14, rust-tokio-rustls-0.13,
rust-tokio-rustls-0.12, rust-tokio-rustls-0.9, rust-tokio-signal-0.2,
rust-tokio-socks-0.5, rust-tokio-stream-0.1, rust-tokio-sync-0.2,
rust-tokio-sync-0.1, rust-tokio-tcp-0.1, rust-tokio-test-0.4,
rust-tokio-test-0.3, rust-tokio-test-0.2, rust-tokio-threadpool-0.1,
rust-tokio-timer-0.2, rust-tokio-tls-0.3, rust-tokio-tls-0.2,
rust-tokio-tungstenite-0.24, rust-tokio-tungstenite-0.23,
rust-tokio-tungstenite-0.21, rust-tokio-tungstenite-0.20,
rust-tokio-tungstenite-0.19, rust-tokio-tungstenite-0.16,
rust-tokio-tungstenite-0.11, rust-tokio-udp-0.1, rust-tokio-uds-0.2,
rust-tokio-uring-0.5, rust-tokio-uring-0.4, rust-tokio-util-0.7,
rust-tokio-util-0.6, rust-tokio-util-0.5, rust-tokio-util-0.4,
rust-tokio-util-0.3, rust-tokio-util-0.2, rust-tokio-vsock-0.4,
rust-tokio-vsock-0.3, rust-toml-0.8, rust-toml-0.7, rust-toml-0.6,
rust-toml-0.5, rust-toml-0.4, rust-toml-datetime-0.6, rust-toml-datetime-0.5,
rust-toml-edit-0.22, rust-toml-edit-0.21, rust-toml-edit-0.20,
rust-toml-edit-0.19, rust-toml-edit-0.18, rust-toml-edit-0.15,
rust-toml-edit-0.14, rust-toml-span-0.4, rust-toml-span-0.3, rust-toml-test-1,
rust-toml-test-data-1, rust-toml-test-harness-0.4, rust-topology-traits-0.1,
rust-topological-sort-0.2, rust-tracing-0.1, rust-tracing-appender-0.2,
rust-tracing-attributes-0.1, rust-tracing-chrome-0.7, rust-tracing-core-0.1,
rust-tracing-error-0.2, rust-tracing-error-0.1, rust-tracing-forest-0.1,
rust-tracing-futures-0.2, rust-tracing-log-0.2, rust-tracing-log-0.1,
rust-tracing-mock-0.1, rust-tracing-serde-0.2, rust-tracing-serde-0.1,
rust-tracing-subscriber-0.3, rust-tracing-subscriber-0.2,
rust-tracing-tracy-0.4, rust-tracing-tree-0.2, rust-tracing-web-0.1,
rust-trackable-1, rust-trackable-derive-1, rust-tracy-client-0.16,
rust-tracy-client-0.10, rust-tracy-client-sys-0.22,
rust-tracy-client-sys-0.11, rust-traitobject-0.1, rust-transpose-0.2,
rust-trash-5, rust-trash-3, rust-trash-2, rust-tree-magic-0.2,
rust-tree-magic-db-3, rust-tree-magic-mini-3, rust-tree-sitter-0.24,
rust-tree-sitter-0.23, rust-tree-sitter-0.20, rust-tree-sitter-language-0.1,
rust-treeline-0.1, rust-trim-in-place-0.1, rust-triomphe-0.1,
rust-triple-accel-0.4, rust-triple-accel-0.3, rust-try-lock-0.2,
rust-trybuild-1, rust-trybuild2-1, rust-trycmd-0.15, rust-trycmd-0.14,
rust-trycmd-0.13, rust-tryfn-0.2, rust-tss-esapi-7, rust-tss-esapi-sys-0.5,
rust-tstr-0.2, rust-tstr-proc-macros-0.2, rust-ttf-parser-0.25,
rust-ttf-parser-0.19, rust-ttf-parser-0.17, rust-ttf-parser-0.12,
rust-ttf-parser-0.6, rust-tui-0.19, rust-tui-react-0.23, rust-tui-react-0.22,
rust-tui-react-0.20, rust-tui-textarea-0.4, rust-tuikit-0.5, rust-tuikit-0.4,
rust-tuikit-0.2, rust-tun-tap-0.1, rust-two-face-0.4, rust-twoway-0.2,
rust-twoway-0.1, rust-twox-hash-2, rust-twox-hash-1, rust-typeable-0.1,
rust-typed-arena-2, rust-typed-arena-1, rust-typed-builder-0.18,
rust-typed-builder-0.16, rust-typed-builder-0.5,
rust-typed-builder-macro-0.18, rust-typed-builder-macro-0.16,
rust-typed-json-0.1, rust-typeid-1, rust-typemap-0.3, rust-typenum-1.17,
rust-typenum-1, rust-typesize-0.1, rust-typesize-derive-0.1, rust-typetag-0.2,
rust-typetag-impl-0.2, rust-typewit-1, rust-typewit-proc-macros-1,
rust-tz-rs-0.6, rust-tzdb-0.6, rust-tzdb-data-0.1, rust-tzfile-0.1,
rust-ubyte-0.10, rust-ucd-parse-0.1, rust-ucd-trie-0.1, rust-ucd-util-0.1,
rust-udev-0.8, rust-udev-0.7, rust-udevrs-0.3, rust-ufmt-0.2, rust-ufmt-0.1,
rust-ufmt-macros-0.3, rust-ufmt-macros-0.2, rust-ufmt-write-0.1,
rust-ui-test-0.7, rust-uint-0.9, rust-uluru-3, rust-umask-2, rust-umask-1,
rust-uname-0.1, rust-unarray-0.1, rust-uncased-0.9, rust-unchecked-index-0.2,
rust-unescape-0.1, rust-unescaper-0.1, rust-ungrammar-1,
rust-unic-char-property-0.9, rust-unic-char-range-0.9, rust-unic-common-0.9,
rust-unic-emoji-char-0.9, rust-unic-normal-0.9, rust-unic-segment-0.9,
rust-unic-ucd-category-0.9, rust-unic-ucd-common-0.9,
rust-unic-ucd-hangul-0.9, rust-unic-ucd-normal-0.9, rust-unic-ucd-segment-0.9,
rust-unic-ucd-version-0.9, rust-unicase-2, rust-unicase-1,
rust-unicode-bidi-0.3, rust-unicode-bom-2, rust-unicode-categories-0.1,
rust-unicode-ellipsis-0.2, rust-unicode-general-category-0.6,
rust-unicode-id-0.3, rust-unicode-ident-1, rust-unicode-linebreak-0.1,
rust-unicode-normalization-0.1, rust-unicode-normalization-alignments-0.1,
rust-unicode-reverse-1, rust-unicode-segmentation-1, rust-unicode-truncate-1,
rust-unicode-truncate-0.2, rust-unicode-width-0.2, rust-unicode-width-0.1,
rust-unicode-xid-0.2, rust-unicode-xid-0.1, rust-unicode-xid-0.0.4,
rust-unidecode-0.3, rust-unindent-0.2, rust-unindent-0.1, rust-uniquote-3,
rust-unix-socket-0.5, rust-unreachable-1, rust-unreachable-0.1,
rust-unsafe-any-0.4, rust-unsafe-libyaml-0.2, rust-unsafe-unwrap-0.1,
rust-unscanny-0.1, rust-unsize-1, rust-untrusted-0.9, rust-untrusted-0.7,
rust-untrusted-0.6, rust-uom-0.36, rust-uom-0.34, rust-uom-0.30,
rust-update-informer-1, rust-upon-0.8, rust-ureq-2, rust-url-2, rust-url-1,
rust-urlencoding-2, rust-urlencoding-1, rust-usb-ids-1, rust-users-0.11,
rust-ustr-0.9, rust-utf-8-0.7, rust-utf16-iter-1, rust-utf8-iter-1,
rust-utf8-ranges-1, rust-utf8-ranges-0.1, rust-utf8-width-0.1,
rust-utf8parse-0.2, rust-utf8parse-0.1, rust-uu-cp-0.0.28,
rust-uu-mkdir-0.0.28, rust-uu-mktemp-0.0.28, rust-uu-mv-0.0.28,
rust-uu-touch-0.0.28, rust-uu-uname-0.0.28, rust-uu-whoami-0.0.28,
rust-uucore-0.0.28, rust-uucore-procs-0.0.28, rust-uuhelp-parser-0.0.28,
rust-uuid-1, rust-uuid-0.8, rust-uuid-0.7, rust-uuid-0.5,
rust-uuid-macro-internal-1, rust-uutils-term-grid-0.6, rust-uzers-0.12,
rust-uzers-0.11, rust-v-frame-0.3, rust-v-htmlescape-0.15,
rust-validator-0.15, rust-validator-derive-0.15, rust-validator-types-0.15,
rust-valuable-0.1, rust-valuable-derive-0.1, rust-valuable-serde-0.1,
rust-value-bag-1, rust-value-bag-serde1-1, rust-value-bag-sval2-1,
rust-value-trait-0.8, rust-varbincode-0.1, rust-varisat-0.2,
rust-varisat-checker-0.2, rust-varisat-dimacs-0.2, rust-varisat-formula-0.2,
rust-varisat-internal-macros-0.2, rust-varisat-internal-proof-0.2,
rust-vcpkg-0.2, rust-vec-map-0.8, rust-vec-mut-scan-0.3, rust-vec1-1,
rust-vek-0.15, rust-vergen-9, rust-vergen-8, rust-vergen-3,
rust-vergen-git2-1, rust-vergen-lib-0.1, rust-version-check-0.9,
rust-version-check-0.1, rust-version-compare-0.2, rust-version-compare-0.1,
rust-version-compare-0.0.11, rust-version-sync-0.9, rust-update-informer-1,
rust-version-sync-0.8, rust-version-sync-0.6, rust-version-track-0.1,
rust-versions-6, rust-vlq-0.5, rust-void-1, rust-vsock-0.5, rust-vsock-0.3,
rust-vsock-0.2, rust-vsort-0.2, rust-vswhom-0.1, rust-vswhom-sys-0.1,
rust-vt100-0.15, rust-vte-0.14, rust-vte-0.13, rust-vte-0.11, rust-vte-0.10,
rust-vte-0.9, rust-vte-0.3, rust-vte-generate-state-changes-0.1,
rust-vtparse-0.6, rust-wait-timeout-0.2, rust-waker-fn-1, rust-walkdir-2,
rust-walkdir-1, rust-want-0.3, rust-want-0.2, rust-wit-bindgen-rt-0.39,
rust-wasi-0.14, rust-wasi-0.11, rust-wasi-0.10, rust-wasi-0.9,
rust-wasite-0.1, rust-wasm-bindgen-0.2, rust-wasm-bindgen-backend-0.2,
rust-wasm-bindgen-futures-0.4, rust-wasm-bindgen-futures-0.3,
rust-wasm-bindgen-macro-0.2, rust-wasm-bindgen-macro-support-0.2,
rust-wasm-bindgen-shared-0.2, rust-wasm-bindgen-test-0.3,
rust-wasm-bindgen-test-0.2, rust-wasm-bindgen-test-macro-0.3,
rust-wasm-bindgen-test-macro-0.2, rust-wasm-encoder-0.226,
rust-wasm-encoder-0.217, rust-wasm-encoder-0.215, rust-wasm-encoder-0.38,
rust-wasm-streams-0.4, rust-wasm-streams-0.3, rust-wasm-sync-0.1,
rust-wasmparser-0.207, rust-wasmparser-0.202, rust-wasmparser-0.218,
rust-wasmparser-0.217, rust-wasmparser-0.215, rust-wasmparser-0.202,
rust-wasmparser-0.118, rust-wasmparser-0.99, rust-wasmparser-0.57,
rust-wasmparser-dump-0.1, rust-wasmprinter-0.226, rust-wasmprinter-0.217,
rust-wasmprinter-0.215, rust-wasmtime-asm-macros-25,
rust-wasmtime-asm-macros-24, rust-wasmtime-25, rust-wasmtime-24,
rust-wasmtime-c-api-impl-25, rust-wasmtime-c-api-impl-24,
rust-wasmtime-c-api-macros-25, rust-wasmtime-c-api-macros-24,
rust-wasmtime-cache-25, rust-wasmtime-cache-24,
rust-wasmtime-component-macro-25, rust-wasmtime-component-macro-24,
rust-wasmtime-component-util-25, rust-wasmtime-component-util-24,
rust-wasmtime-cranelift-25, rust-wasmtime-cranelift-24,
rust-wasmtime-environ-25, rust-wasmtime-environ-24, rust-wasmtime-fiber-25,
rust-wasmtime-fiber-24, rust-wasmtime-jit-debug-25,
rust-wasmtime-jit-debug-24, rust-wasmtime-jit-icache-coherence-25,
rust-wasmtime-jit-icache-coherence-24, rust-wasmtime-slab-25,
rust-wasmtime-slab-24, rust-wasmtime-types-25, rust-wasmtime-types-24,
rust-wasmtime-versioned-export-macros-25,
rust-wasmtime-versioned-export-macros-24, rust-wasmtime-wasi-25,
rust-wasmtime-wasi-24, rust-wasmtime-winch-25, rust-wasmtime-winch-24,
rust-wasmtime-wit-bindgen-25, rust-wasmtime-wit-bindgen-24,
rust-wasmtime-wmemcheck-25, rust-wasmtime-wmemcheck-24, rust-wast-226,
rust-wast-35, rust-wat-1, rust-watchexec-2, rust-watchexec-1,
rust-watchexec-events-1, rust-watchexec-filterer-globset-1,
rust-watchexec-filterer-ignore-1, rust-watchexec-signals-1, rust-wax-0.6,
rust-web-sys-0.3, rust-web-time-1, rust-web-time-0.2, rust-webbrowser-1,
rust-webbrowser-0.8, rust-wee-alloc-0.4, rust-weezl-0.1,
rust-wepoll-sys-stjepang-1, rust-wezterm-bidi-0.2,
rust-wezterm-blob-leases-0.1, rust-wezterm-color-types-0.3,
rust-wezterm-color-types-0.2, rust-wezterm-dynamic-0.2,
rust-wezterm-dynamic-0.1, rust-wezterm-dynamic-derive-0.1,
rust-wezterm-input-types-0.1, rust-which-7, rust-which-6, rust-which-5,
rust-which-4, rust-which-3, rust-which-2, rust-which-1, rust-whoami-1,
rust-whoami-0.8, rust-wide-0.7, rust-wide-0.6, rust-wide-0.4,
rust-widestring-1, rust-widestring-0.5, rust-widestring-0.4, rust-wiggle-25,
rust-wiggle-24, rust-wiggle-generate-25, rust-wiggle-generate-24,
rust-wiggle-macro-25, rust-wiggle-macro-24, rust-wild-2, rust-wildmatch-2,
rust-winnow-0.7, rust-winch-codegen-0.22, rust-winnow-0.6, rust-winnow-0.5,
rust-witx-0.9, rust-wit-bindgen-rt-0.33, rust-wit-parser-0.217,
rust-wit-parser-0.215, rust-wl-clipboard-rs-0.8, rust-wl-clipboard-rs-0.7,
rust-wl-nl80211-0.2, rust-wrapcenum-derive-0.4, rust-write16-1,
rust-writeable-0.5, rust-wu-diff-0.1, rust-wycheproof-0.5, rust-wyhash-0.5,
rust-wyz-0.5, rust-wyz-0.4, rust-wyz-0.2, rust-x86-0.52,
rust-capstone-sys-0.17, rust-capstone-0.13, rust-x86-0.33, rust-xattr-1,
rust-xcb-1, rust-xcb-0.8, rust-xcursor-0.3, rust-xdg-2, rust-xdg-home-1,
rust-xenstore-rs-0.6, rust-xenstore-sys-0.2, rust-xi-unicode-0.3,
rust-xml-rs-0.8, rust-xml-rs-0.7, rust-xml5ever-0.18, rust-xml5ever-0.17,
rust-xml5ever-0.16, rust-xmlparser-0.13, rust-xmltree-0.10,
rust-xmlwriter-0.1, rust-xoroshiro128-0.3, rust-xxhash-c-sys-0.8,
rust-xxhash-rust-0.8, rust-yaml-rust-0.4, rust-yaml-rust-0.3,
rust-yaml-rust2-0.9, rust-yaml-rust2-0.8, rust-yansi-1, rust-yansi-0.5,
rust-yansi-term-0.1, rust-yasna-0.5, rust-yasna-0.4,
rust-yeslogic-fontconfig-sys-5, rust-yeslogic-fontconfig-sys-4,
rust-yeslogic-fontconfig-sys-3, rust-yoke-0.7, rust-yoke-derive-0.7,
rust-z-base-32-0.1, rust-zbar-rust-0.0.23, rust-zbase32-0.1, rust-zbus-4,
rust-zbus-3, rust-zbus-1, rust-zbus-macros-4, rust-zbus-macros-3,
rust-zbus-macros-1, rust-zbus-names-3, rust-zbus-names-2, rust-zbus-polkit-1,
rust-zbus-xml-4, rust-zero-0.1, rust-zerocopy-0.8, rust-zerocopy-0.7,
rust-zerocopy-0.6, rust-zerocopy-0.3, rust-zerocopy-derive-0.8,
rust-zerocopy-derive-0.7, rust-zerocopy-derive-0.6, rust-zerocopy-derive-0.3,
rust-zerocopy-derive-0.2, rust-zerofrom-0.1, rust-zerofrom-derive-0.1,
rust-zeroize-1, rust-zeroize-derive-1, rust-zerovec-0.10,
rust-zerovec-derive-0.10, rust-zoneinfo-compiled-0.5, rust-zune-core-0.4,
rust-zune-inflate-0.2, rust-zune-jpeg-0.4, rust-zvariant-4, rust-zvariant-3,
rust-zvariant-2, rust-zvariant-derive-4, rust-zvariant-derive-3,
rust-zvariant-derive-2, rust-zvariant-utils-2, rust-zvariant-utils-1,
rust-serde-plain-1, rust-deku-derive-0.16, rust-deku-0.16,
rust-esp-idf-part-0.5, rust-educe-0.6, rust-nu-ansi-term-0.50,
rust-nu-ansi-term-0.49, rust-nu-ansi-term-0.46, rust-nu-cli-0.101,
rust-nu-cmd-base-0.101, rust-nu-cmd-extra-0.101, rust-nu-cmd-lang-0.101,
rust-nu-cmd-plugin-0.101, rust-nu-color-config-0.101, rust-nu-command-0.101,
rust-nu-derive-value-0.101, rust-nu-engine-0.101, rust-nu-explore-0.101,
rust-nu-glob-0.101, rust-nu-json-0.101, rust-nu-lsp-0.101,
rust-nu-parser-0.101, rust-nu-path-0.101, rust-nu-plugin-0.101,
rust-nu-plugin-core-0.101, rust-nu-plugin-engine-0.101,
rust-nu-plugin-protocol-0.101, rust-nu-plugin-test-support-0.101,
rust-nu-pretty-hex-0.101, rust-nu-protocol-0.101, rust-nu-std-0.101,
rust-nu-system-0.101, rust-nu-table-0.101, rust-nu-term-grid-0.101,
rust-nu-test-support-0.101, rust-nu-utils-0.101, rust-nuon-0.101,
rust-reedline-0.38, rust-spinners-4, rust-asn1-0.20, rust-asn1-0.16,
rust-asn1-derive-0.20, rust-asn1-derive-0.16, rust-asn1-rs-0.6,
rust-asn1-rs-0.5, rust-asn1-rs-0.3, rust-asn1-rs-derive-0.5,
rust-asn1-rs-derive-0.4, rust-asn1-rs-derive-0.1, rust-asn1-rs-impl-0.2,
rust-asn1-rs-impl-0.1, rust-async-native-tls-0.5, rust-async-native-tls-0.3,
rust-async-tls-0.10, rust-aws-lc-fips-sys-0.13, rust-aws-lc-fips-sys-0.12,
rust-aws-lc-rs-1, rust-aws-lc-sys-0.29, rust-aws-lc-sys-0.23, rust-der-0.7,
rust-der-0.6, rust-der-0.5, rust-der-0.4, rust-der-derive-0.7,
rust-der-derive-0.6, rust-der-derive-0.5, rust-der-derive-0.4,
rust-der-oid-macro-0.5, rust-der-parser-9, rust-der-parser-8,
rust-der-parser-7, rust-der-parser-6, rust-native-tls-0.2, rust-oid-0.2,
rust-oid-registry-0.7, rust-oid-registry-0.6, rust-oid-registry-0.4,
rust-oid-registry-0.3, rust-oid-registry-0.2, rust-picky-asn1-0.8,
rust-picky-asn1-der-0.4, rust-picky-asn1-x509-0.12, rust-rcgen-0.13,
rust-rcgen-0.12, rust-rcgen-0.11, rust-rcgen-0.10, rust-rcgen-0.9,
rust-rcgen-0.8, rust-rustls-0.23, rust-rustls-0.22, rust-rustls-0.21,
rust-rustls-0.20, rust-rustls-0.19, rust-rustls-0.18, rust-rustls-0.17,
rust-rustls-0.16, rust-rustls-0.15, rust-rustls-0.14, rust-rustls-ffi-0.14,
rust-rustls-native-certs-0.8, rust-rustls-native-certs-0.7,
rust-rustls-native-certs-0.6, rust-rustls-native-certs-0.5,
rust-rustls-pemfile-2, rust-rustls-pemfile-1, rust-rustls-pemfile-0.2,
rust-rustls-pki-types-1, rust-rustls-platform-verifier-0.5,
rust-rustls-platform-verifier-0.4, rust-rustls-platform-verifier-0.3,
rust-rustls-platform-verifier-android-0.1, rust-rustls-webpki-0.103,
rust-rustls-webpki-0.102, rust-rustls-webpki-0.101, rust-rustls-webpki-0.100,
rust-tls-parser-0.12, rust-tls-parser-0.11, rust-x509-cert-0.2,
rust-x509-parser-0.16, rust-x509-parser-0.15, rust-x509-parser-0.14,
rust-x509-parser-0.13, rust-x509-parser-0.12, rust-asyncgit-0.26,
rust-asyncgit-0.25, rust-auth-git2-0.5, rust-forgejo-api-0.5,
rust-forgejo-api-0.4, rust-git-testament-0.2, rust-git-testament-derive-0.2,
rust-git-version-0.3, rust-git-version-macro-0.3, rust-git2-0.20,
rust-git2-0.19, rust-git2-0.18, rust-git2-0.17, rust-git2-0.16,
rust-git2-0.15, rust-git2-0.13, rust-git2-0.9, rust-git2-curl-0.20,
rust-git2-curl-0.19, rust-git2-hooks-0.3, rust-git-conventional-0.12,
rust-git-info-0.1, rust-gix-merge-0.3, rust-gix-shallow-0.2,
rust-gix-blame-0.0.0, rust-gix-worktree-state-0.16, rust-gix-submodule-0.16,
rust-gix-status-0.16, rust-gix-transport-0.44, rust-gix-shallow-0.1,
rust-gix-refspec-0.27, rust-gix-protocol-0.47, rust-gix-pack-0.56,
rust-gix-odb-0.66, rust-gix-negotiate-0.17, rust-gix-revision-0.31,
rust-gix-merge-0.2, rust-gix-pathspec-0.8, rust-gix-discover-0.37,
rust-gix-dir-0.11, rust-gix-index-0.37, rust-gix-ignore-0.12,
rust-gix-worktree-0.38, rust-gix-diff-0.49, rust-gix-url-0.28,
rust-gix-credentials-0.26, rust-gix-tempfile-15, rust-gix-lock-15,
rust-gix-ref-0.49, rust-gix-config-0.42, rust-gix-revwalk-0.17,
rust-gix-commitgraph-0.25, rust-gix-traverse-0.43, rust-gix-fs-0.12,
rust-gix-filter-0.16, rust-gix-glob-0.17, rust-gix-attributes-0.23,
rust-gix-worktree-stream-0.18, rust-gix-hashtable-0.6, rust-gix-hash-0.15,
rust-gix-features-0.39, rust-gix-object-0.46, rust-gix-archive-0.18,
rust-gix-0.69, rust-gix-0.70, rust-gix-0.66, rust-gix-0.64, rust-gix-0.63,
rust-gix-0.57, rust-gix-0.56, rust-gix-0.55, rust-gix-0.54,
rust-gix-actor-0.33, rust-gix-actor-0.32, rust-gix-actor-0.31,
rust-gix-actor-0.29, rust-gix-actor-0.28, rust-gix-actor-0.27,
rust-gix-actor-0.21, rust-gix-archive-0.19, rust-gix-archive-0.15,
rust-gix-archive-0.13, rust-gix-archive-0.8, rust-gix-archive-0.7,
rust-gix-archive-0.6, rust-gix-archive-0.5, rust-gix-attributes-0.24,
rust-gix-attributes-0.22, rust-gix-attributes-0.21, rust-gix-attributes-0.20,
rust-gix-attributes-0.19, rust-gix-bitmap-0.2, rust-gix-chunk-0.4,
rust-gix-command-0.4, rust-gix-command-0.3, rust-gix-command-0.2,
rust-gix-commitgraph-0.26, rust-gix-commitgraph-0.24,
rust-gix-commitgraph-0.23, rust-gix-commitgraph-0.22,
rust-gix-commitgraph-0.21, rust-gix-commitgraph-0.16, rust-gix-config-0.43,
rust-gix-config-0.40, rust-gix-config-0.38, rust-gix-config-0.37,
rust-gix-config-0.33, rust-gix-config-0.32, rust-gix-config-0.31,
rust-gix-config-0.30, rust-gix-config-value-0.14, rust-gix-credentials-0.27,
rust-gix-credentials-0.24, rust-gix-credentials-0.23,
rust-gix-credentials-0.22, rust-gix-credentials-0.21,
rust-gix-credentials-0.20, rust-gix-date-0.9, rust-gix-date-0.8,
rust-gix-date-0.5, rust-gix-diff-0.50, rust-gix-diff-0.46, rust-gix-diff-0.44,
rust-gix-diff-0.39, rust-gix-diff-0.38, rust-gix-diff-0.37,
rust-gix-diff-0.36, rust-gix-dir-0.12, rust-gix-dir-0.8, rust-gix-dir-0.6,
rust-gix-dir-0.5, rust-gix-discover-0.38, rust-gix-discover-0.35,
rust-gix-discover-0.33, rust-gix-discover-0.32, rust-gix-discover-0.28,
rust-gix-discover-0.27, rust-gix-discover-0.26, rust-gix-discover-0.25,
rust-gix-features-0.40, rust-gix-features-0.38, rust-gix-features-0.37,
rust-gix-features-0.36, rust-gix-features-0.35, rust-gix-features-0.30,
rust-gix-filter-0.17, rust-gix-filter-0.13, rust-gix-filter-0.11,
rust-gix-filter-0.8, rust-gix-filter-0.7, rust-gix-filter-0.6,
rust-gix-filter-0.5, rust-gix-fs-0.13, rust-gix-fs-0.11, rust-gix-fs-0.9,
rust-gix-fs-0.8, rust-gix-fs-0.7, rust-gix-fsck-0.7, rust-gix-fsck-0.4,
rust-gix-glob-0.18, rust-gix-glob-0.16, rust-gix-glob-0.15,
rust-gix-glob-0.14, rust-gix-glob-0.13, rust-gix-hash-0.16,
rust-gix-hash-0.14, rust-gix-hash-0.13, rust-gix-hash-0.11,
rust-gix-hashtable-0.7, rust-gix-hashtable-0.5, rust-gix-hashtable-0.4,
rust-gix-hashtable-0.2, rust-gix-ignore-0.13, rust-gix-ignore-0.11,
rust-gix-ignore-0.10, rust-gix-ignore-0.9, rust-gix-ignore-0.8,
rust-gix-index-0.38, rust-gix-index-0.35, rust-gix-index-0.33,
rust-gix-index-0.28, rust-gix-index-0.27, rust-gix-index-0.26,
rust-gix-index-0.25, rust-gix-lock-16, rust-gix-lock-14, rust-gix-lock-12,
rust-gix-lock-11, rust-gix-lock-10, rust-gix-macros-0.1,
rust-gix-mailmap-0.25, rust-gix-mailmap-0.24, rust-gix-mailmap-0.23,
rust-gix-mailmap-0.21, rust-gix-mailmap-0.20, rust-gix-mailmap-0.19,
rust-gix-negotiate-0.18, rust-gix-negotiate-0.15, rust-gix-negotiate-0.13,
rust-gix-negotiate-0.11, rust-gix-negotiate-0.10, rust-gix-negotiate-0.9,
rust-gix-negotiate-0.8, rust-gix-object-0.47, rust-gix-object-0.44,
rust-gix-object-0.42, rust-gix-object-0.40, rust-gix-object-0.39,
rust-gix-object-0.38, rust-gix-object-0.37, rust-gix-object-0.30,
rust-gix-odb-0.67, rust-gix-odb-0.63, rust-gix-odb-0.61, rust-gix-odb-0.56,
rust-gix-odb-0.55, rust-gix-odb-0.54, rust-gix-odb-0.53, rust-gix-pack-0.57,
rust-gix-pack-0.53, rust-gix-pack-0.51, rust-gix-pack-0.46,
rust-gix-pack-0.45, rust-gix-pack-0.44, rust-gix-pack-0.43,
rust-gix-packetline-0.18, rust-gix-packetline-0.17, rust-gix-packetline-0.16,
rust-gix-packetline-blocking-0.18, rust-gix-packetline-blocking-0.17,
rust-gix-packetline-blocking-0.16, rust-gix-path-0.10, rust-gix-pathspec-0.9,
rust-gix-pathspec-0.7, rust-gix-pathspec-0.5, rust-gix-pathspec-0.4,
rust-gix-pathspec-0.3, rust-gix-prompt-0.9, rust-gix-prompt-0.8,
rust-gix-prompt-0.7, rust-gix-protocol-0.48, rust-gix-protocol-0.45,
rust-gix-protocol-0.43, rust-gix-protocol-0.42, rust-gix-protocol-0.41,
rust-gix-protocol-0.40, rust-gix-quote-0.4, rust-gix-ref-0.50,
rust-gix-ref-0.47, rust-gix-ref-0.45, rust-gix-ref-0.44, rust-gix-ref-0.40,
rust-gix-ref-0.39, rust-gix-ref-0.38, rust-gix-ref-0.37,
rust-gix-refspec-0.28, rust-gix-refspec-0.25, rust-gix-refspec-0.23,
rust-gix-refspec-0.21, rust-gix-refspec-0.20, rust-gix-refspec-0.19,
rust-gix-refspec-0.18, rust-gix-revision-0.32, rust-gix-revision-0.29,
rust-gix-revision-0.27, rust-gix-revision-0.25, rust-gix-revision-0.24,
rust-gix-revision-0.23, rust-gix-revision-0.22, rust-gix-revwalk-0.18,
rust-gix-revwalk-0.15, rust-gix-revwalk-0.13, rust-gix-revwalk-0.11,
rust-gix-revwalk-0.10, rust-gix-revwalk-0.9, rust-gix-revwalk-0.8,
rust-gix-revwalk-0.1, rust-gix-sec-0.10, rust-gix-status-0.17,
rust-gix-status-0.13, rust-gix-status-0.11, rust-gix-status-0.10,
rust-gix-status-0.4, rust-gix-status-0.3, rust-gix-status-0.2,
rust-gix-status-0.1, rust-gix-submodule-0.17, rust-gix-submodule-0.14,
rust-gix-submodule-0.12, rust-gix-submodule-0.11, rust-gix-submodule-0.7,
rust-gix-submodule-0.6, rust-gix-submodule-0.5, rust-gix-submodule-0.4,
rust-gix-tempfile-16, rust-gix-tempfile-14, rust-gix-tempfile-12,
rust-gix-tempfile-11, rust-gix-tempfile-10, rust-gix-trace-0.1,
rust-gix-transport-0.45, rust-gix-transport-0.42, rust-gix-transport-0.40,
rust-gix-transport-0.39, rust-gix-transport-0.38, rust-gix-transport-0.37,
rust-gix-traverse-0.44, rust-gix-traverse-0.41, rust-gix-traverse-0.39,
rust-gix-traverse-0.36, rust-gix-traverse-0.35, rust-gix-traverse-0.34,
rust-gix-traverse-0.33, rust-gix-url-0.29, rust-gix-url-0.27,
rust-gix-url-0.26, rust-gix-url-0.25, rust-gix-url-0.24, rust-gix-utils-0.1,
rust-gix-validate-0.10, rust-gix-validate-0.9, rust-gix-validate-0.8,
rust-gix-validate-0.7, rust-gix-worktree-0.39, rust-gix-worktree-0.36,
rust-gix-worktree-0.34, rust-gix-worktree-0.29, rust-gix-worktree-0.28,
rust-gix-worktree-0.27, rust-gix-worktree-0.26, rust-gix-worktree-state-0.17,
rust-gix-worktree-state-0.13, rust-gix-worktree-state-0.11,
rust-gix-worktree-state-0.6, rust-gix-worktree-state-0.5,
rust-gix-worktree-state-0.4, rust-gix-worktree-state-0.3,
rust-gix-worktree-stream-0.19, rust-gix-worktree-stream-0.15,
rust-gix-worktree-stream-0.13, rust-gix-worktree-stream-0.8,
rust-gix-worktree-stream-0.7, rust-gix-worktree-stream-0.6,
rust-gix-worktree-stream-0.5, rust-libgit2-sys-0.18, rust-libgit2-sys-0.17,
rust-libgit2-sys-0.16, rust-libgit2-sys-0.15, rust-libgit2-sys-0.14,
rust-libgit2-sys-0.13, rust-libgit2-sys-0.12, rust-libgit2-sys-0.8,
rust-libpijul-1, rust-pijul-config-0.0.1, rust-pijul-identity-0.0.1,
rust-pijul-interaction-0.0.1, rust-pijul-macros-0.5, rust-pijul-remote-1,
rust-pijul-repository-0.0.1, rust-actix-0.10, rust-actix-0.8,
rust-actix-codec-0.5, rust-actix-codec-0.3, rust-actix-codec-0.2,
rust-actix-codec-0.1, rust-actix-connect-2, rust-actix-connect-1,
rust-actix-connect-0.2, rust-actix-derive-0.5, rust-actix-derive-0.4,
rust-actix-files-0.6, rust-actix-http-3, rust-actix-http-2, rust-actix-http-1,
rust-actix-http-0.2, rust-actix-http-test-3, rust-actix-http-test-1,
rust-actix-http-test-0.2, rust-actix-macros-0.2, rust-actix-macros-0.1,
rust-actix-router-0.5, rust-actix-router-0.2, rust-actix-router-0.1,
rust-actix-rt-2, rust-actix-rt-1, rust-actix-rt-0.2, rust-actix-server-2,
rust-actix-server-1, rust-actix-server-0.6, rust-actix-server-0.5,
rust-actix-server-config-0.1, rust-actix-service-2, rust-actix-service-1,
rust-actix-service-0.4, rust-actix-test-0.1, rust-actix-test-server-0.2,
rust-actix-testing-1, rust-actix-testing-0.1, rust-actix-threadpool-0.3,
rust-actix-threadpool-0.1, rust-actix-tls-3, rust-actix-tls-2,
rust-actix-tls-1, rust-actix-utils-3, rust-actix-utils-2, rust-actix-utils-1,
rust-actix-utils-0.4, rust-actix-web-4, rust-actix-web-3, rust-actix-web-2,
rust-actix-web-1, rust-actix-web-codegen-4, rust-actix-web-codegen-0.4,
rust-actix-web-codegen-0.2, rust-actix-web-codegen-0.1, rust-ammonia-4,
rust-async-h1-2, rust-awc-3, rust-awc-2, rust-awc-1, rust-awc-0.2,
rust-axum-0.7, rust-axum-0.6, rust-axum-core-0.4, rust-axum-core-0.3,
rust-axum-extra-0.9, rust-axum-extra-0.7, rust-axum-macros-0.4,
rust-axum-macros-0.3, rust-basic-cookies-0.1, rust-chardetng-0.1,
rust-chunked-transfer-1, rust-chunked-transfer-0.3, rust-cookie-0.18,
rust-cookie-0.17, rust-cookie-0.16, rust-cookie-0.15, rust-cookie-0.14,
rust-cookie-0.12, rust-cookie-0.11, rust-cookie-factory-0.3,
rust-cookie-store-0.21, rust-cookie-store-0.20, rust-deadpool-0.10,
rust-deadpool-0.9, rust-deadpool-0.7, rust-deadpool-runtime-0.1,
rust-deadpool-sync-0.1, rust-h2-0.4, rust-h2-0.3, rust-h2-0.2, rust-h2-0.1,
rust-h3-0.0.6, rust-h3-0.0.4, rust-h3-0.0.3, rust-h3-0.0.2,
rust-h3-quinn-0.0.7, rust-h3-quinn-0.0.5, rust-h3-quinn-0.0.4,
rust-h3-quinn-0.0.3, rust-headers-0.4, rust-headers-0.3,
rust-headers-core-0.3, rust-headers-core-0.2, rust-hickory-client-0.24,
rust-hickory-proto-0.24, rust-hickory-recursor-0.24,
rust-hickory-resolver-0.24, rust-hickory-server-0.24, rust-hoot-0.1,
rust-hootbin-0.1, rust-http-1, rust-http-0.2, rust-http-0.1,
rust-http-auth-0.1, rust-http-body-1, rust-http-body-0.4, rust-http-body-0.3,
rust-http-body-0.1, rust-http-body-util-0.1, rust-http-client-6,
rust-http-range-0.1, rust-http-range-header-0.4, rust-http-range-header-0.3,
rust-http-types-2, rust-httparse-1, rust-httpdate-1, rust-httpmock-0.7,
rust-hyper-1, rust-hyper-0.14, rust-hyper-0.13, rust-hyper-0.12,
rust-hyper-0.10, rust-hyper-native-tls-0.3, rust-hyper-proxy-0.9,
rust-hyper-rustls-0.27, rust-hyper-rustls-0.26, rust-hyper-rustls-0.24,
rust-hyper-rustls-0.23, rust-hyper-rustls-0.22, rust-hyper-sync-rustls-0.3,
rust-hyper-timeout-0.5, rust-hyper-timeout-0.4, rust-hyper-tls-0.6,
rust-hyper-tls-0.5, rust-hyper-tls-0.4, rust-hyper-util-0.1,
rust-hyperlocal-0.8, rust-iron-0.6, rust-isahc-1, rust-isahc-0.9,
rust-json5-0.4, rust-jsonwebtoken-7, rust-minreq-2, rust-mockito-1,
rust-multipart-0.18, rust-multipart-0.17, rust-nickel-0.11,
rust-opentelemetry-http-0.10, rust-poem-1, rust-poem-derive-1,
rust-punycode-0.4, rust-reqwest-0.12, rust-reqwest-0.11, rust-rfc7239-0.1,
rust-rocket-0.5, rust-rocket-0.4, rust-rocket-codegen-0.5,
rust-rocket-codegen-0.4, rust-rocket-http-0.5, rust-rocket-http-0.4,
rust-rusoto-credential-0.48, rust-salvo-0.16, rust-salvo-core-0.16,
rust-salvo-extra-0.16, rust-salvo-macros-0.16, rust-stdweb-0.4,
rust-stdweb-0.1, rust-stdweb-derive-0.5, rust-stdweb-internal-macros-0.2,
rust-stdweb-internal-runtime-0.1, rust-stdweb-internal-test-macro-0.1,
rust-surf-2, rust-tiny-http-0.12, rust-tiny-http-0.11, rust-tiny-http-0.6,
rust-tonic-0.12, rust-tonic-0.10, rust-tonic-0.8, rust-tonic-0.6,
rust-tonic-build-0.12, rust-tonic-web-0.12, rust-tower-0.5, rust-tower-0.4,
rust-tower-http-0.6, rust-tower-http-0.5, rust-tower-http-0.4,
rust-tower-layer-0.3, rust-tower-service-0.3, rust-tower-test-0.4,
rust-tower-test-0.3, rust-tower-util-0.3, rust-trotter-1,
rust-trust-dns-client-0.22, rust-trust-dns-https-0.20,
rust-trust-dns-https-0.19, rust-trust-dns-https-0.18.0-alpha.2,
rust-trust-dns-https-0.3, rust-trust-dns-native-tls-0.20,
rust-trust-dns-native-tls-0.19, rust-trust-dns-native-tls-0.18.0-alpha.2,
rust-trust-dns-native-tls-0.6, rust-trust-dns-openssl-0.20,
rust-trust-dns-openssl-0.19, rust-trust-dns-openssl-0.18.0-alpha.2,
rust-trust-dns-openssl-0.6, rust-trust-dns-proto-0.23,
rust-trust-dns-proto-0.22, rust-trust-dns-proto-0.20,
rust-trust-dns-proto-0.19, rust-trust-dns-proto-0.18.0-alpha.2,
rust-trust-dns-proto-0.7, rust-trust-dns-resolver-0.23,
rust-trust-dns-resolver-0.22, rust-trust-dns-resolver-0.20,
rust-trust-dns-resolver-0.19, rust-trust-dns-resolver-0.18.0-alpha.2,
rust-trust-dns-resolver-0.11, rust-trust-dns-rustls-0.20,
rust-trust-dns-rustls-0.19, rust-trust-dns-rustls-0.18.0-alpha.2,
rust-trust-dns-rustls-0.6, rust-tungstenite-0.24, rust-tungstenite-0.23,
rust-tungstenite-0.21, rust-tungstenite-0.20, rust-tungstenite-0.19,
rust-tungstenite-0.16, rust-tungstenite-0.11, rust-typed-headers-0.2,
rust-typed-headers-0.1, rust-warp-0.3, rust-warp-0.2, rust-web-view-0.7,
rust-webpki-0.22, rust-webpki-0.21, rust-webpki-0.19, rust-webpki-0.18,
rust-webpki-root-certs-0.26, rust-webpki-roots-1, rust-webpki-roots-0.26,
rust-webpki-roots-0.25, rust-webpki-roots-0.24, rust-webpki-roots-0.23,
rust-webpki-roots-0.22, rust-webpki-roots-0.21, rust-webpki-roots-0.20,
rust-webpki-roots-0.19, rust-webpki-roots-0.18, rust-webpki-roots-0.17,
rust-webpki-roots-0.16, rust-webpki-roots-0.15, rust-webview-sys-0.6,
rust-wiremock-0.6, rust-askama-escape-0.10, rust-askama-parser-0.2,
rust-askama-derive-0.12, rust-askama-0.12, rust-anstyle-wincon-3,
rust-anstyle-wincon-1, rust-anstyle-wincon-0.2,
rust-cargo-credential-wincred-0.4, rust-cargo-credential-wincred-0.3,
rust-cfb-0.7, rust-clipboard-win-5, rust-clipboard-win-4,
rust-clipboard-win-3, rust-clipboard-win-2, rust-codepage-0.1,
rust-conpty-0.5, rust-deelevate-0.2, rust-dunce-1, rust-embed-resource-2,
rust-embed-resource-1, rust-fs-at-0.2, rust-fs-set-times-0.20,
rust-gdi32-sys-0.2, rust-implib-0.3, rust-ipconfig-0.3, rust-ipconfig-0.2,
rust-kernel32-sys-0.2, rust-known-folders-1, rust-miow-0.6, rust-miow-0.5,
rust-miow-0.4, rust-miow-0.3, rust-miow-0.2, rust-named-pipe-0.4,
rust-native-windows-gui-1, rust-nt-time-0.6, rust-output-vt100-0.1,
rust-python3-dll-a-0.2, rust-remove-dir-all-1, rust-remove-dir-all-0.5,
rust-schannel-0.1, rust-serde-ini-0.2, rust-tauri-winrt-notification-0.2,
rust-uds-windows-1, rust-user32-sys-0.2, rust-win-crypto-ng-0.5,
rust-win32job-2, rust-winapi-0.3, rust-winapi-0.2, rust-winapi-build-0.1,
rust-winapi-i686-pc-windows-gnu-0.4, rust-winapi-util-0.1,
rust-winapi-wsapoll-0.1, rust-winapi-x86-64-pc-windows-gnu-0.4,
rust-wincolor-1, rust-wincolor-0.1, rust-windows-collections-0.2,
rust-windows-0.61, rust-windows-0.58, rust-windows-0.57, rust-windows-0.56,
rust-windows-0.52, rust-windows-0.48, rust-windows-0.46, rust-windows-0.44,
rust-windows-0.43, rust-windows-0.39, rust-windows-0.9,
rust-windows-aarch64-gnullvm-0.52, rust-windows-aarch64-gnullvm-0.48,
rust-windows-aarch64-gnullvm-0.42, rust-windows-aarch64-msvc-0.52,
rust-windows-aarch64-msvc-0.48, rust-windows-aarch64-msvc-0.42,
rust-windows-aarch64-msvc-0.39, rust-windows-aarch64-msvc-0.36,
rust-windows-aarch64-msvc-0.32, rust-windows-aarch64-msvc-0.28,
rust-windows-acl-0.3, rust-windows-bindgen-0.58, rust-windows-bindgen-0.57,
rust-windows-bindgen-0.56, rust-windows-bindgen-0.54,
rust-windows-bindgen-0.52, rust-windows-bindgen-0.51,
rust-windows-interface-0.59, rust-windows-implement-0.60,
rust-windows-core-0.61, rust-windows-core-0.58, rust-windows-core-0.57,
rust-windows-core-0.56, rust-windows-core-0.52, rust-windows-gen-0.9,
rust-windows-i686-gnu-0.52, rust-windows-i686-gnu-0.48,
rust-windows-i686-gnu-0.42, rust-windows-i686-gnu-0.39,
rust-windows-i686-gnu-0.36, rust-windows-i686-gnu-0.32,
rust-windows-i686-gnu-0.28, rust-windows-i686-gnullvm-0.52,
rust-windows-i686-msvc-0.52, rust-windows-i686-msvc-0.48,
rust-windows-i686-msvc-0.42, rust-windows-i686-msvc-0.39,
rust-windows-i686-msvc-0.36, rust-windows-i686-msvc-0.32,
rust-windows-i686-msvc-0.28, rust-windows-implement-0.58,
rust-windows-implement-0.57, rust-windows-implement-0.56,
rust-windows-implement-0.52, rust-windows-implement-0.48,
rust-windows-implement-0.46, rust-windows-implement-0.44,
rust-windows-implement-0.43, rust-windows-implement-0.39,
rust-windows-interface-0.58, rust-windows-interface-0.57,
rust-windows-interface-0.56, rust-windows-interface-0.52,
rust-windows-interface-0.48, rust-windows-interface-0.46,
rust-windows-interface-0.44, rust-windows-interface-0.43,
rust-windows-interface-0.39, rust-windows-macros-0.9,
rust-windows-metadata-0.58, rust-windows-metadata-0.57,
rust-windows-metadata-0.56, rust-windows-metadata-0.54,
rust-windows-metadata-0.52, rust-windows-metadata-0.51,
rust-windows-registry-0.2, rust-windows-link-0.1, rust-windows-result-0.3,
rust-windows-result-0.2, rust-windows-result-0.1, rust-windows-service-0.7,
rust-windows-numerics-0.2, rust-windows-threading-0.1,
rust-windows-future-0.2, rust-windows-strings-0.4, rust-windows-strings-0.1,
rust-windows-sys-0.59, rust-windows-sys-0.52, rust-windows-sys-0.48,
rust-windows-sys-0.45, rust-windows-sys-0.42, rust-windows-sys-0.36,
rust-windows-sys-0.28, rust-windows-targets-0.52, rust-windows-targets-0.48,
rust-windows-targets-0.42, rust-windows-tokens-0.39, rust-windows-version-0.1,
rust-windows-win-3, rust-windows-x86-64-gnu-0.52,
rust-windows-x86-64-gnu-0.48, rust-windows-x86-64-gnu-0.42,
rust-windows-x86-64-gnu-0.39, rust-windows-x86-64-gnu-0.36,
rust-windows-x86-64-gnu-0.32, rust-windows-x86-64-gnu-0.28,
rust-windows-x86-64-gnullvm-0.52, rust-windows-x86-64-gnullvm-0.48,
rust-windows-x86-64-gnullvm-0.42, rust-windows-x86-64-msvc-0.52,
rust-windows-x86-64-msvc-0.48, rust-windows-x86-64-msvc-0.42,
rust-windows-x86-64-msvc-0.39, rust-windows-x86-64-msvc-0.36,
rust-windows-x86-64-msvc-0.32, rust-windows-x86-64-msvc-0.28,
rust-winreg-0.55, rust-winreg-0.52, rust-winreg-0.51, rust-winreg-0.50,
rust-winreg-0.10, rust-winreg-0.8, rust-winreg-0.7, rust-winreg-0.6,
rust-winres-0.1, rust-winresource-0.1, rust-winsafe-0.0.19, rust-winutil-0.1,
rust-winx-0.36, rust-wio-0.2, rust-wmi-0.12, rust-ws2-32-sys-0.2,
rust-pdb-0.8, rust-blake3-0.3, rust-blake3-1, rust-cargo.

Change-Id: I0bdf69a910793c28b6d997d677c112864c7960e0
2025-08-21 19:09:00 +08:00
Hilton Chain
eb93536d32
gnu: librewolf: Use current rust.
* gnu/packages/librewolf.scm (rust-librewolf): Define as rust.

Change-Id: Iee133114dc9961c58f5c8261803dc5e5a379bc98
2025-08-21 19:08:44 +08:00
Ian Eure
caeed43882
gnu: Remove nspr-4.36.
* gnu/packages/librewolf.scm (nspr-4.36): Delete variable.
(librewolf) [inputs]: Replace nspr-4.36 with nspr.
* gnu/packages/nss.scm (nss-rapid) [propagated-inputs]: Delete field,
inheriting parent one as-is.

Change-Id: I78c664498b07bff59e81fdbc417ebde8aafb3f68
2025-08-17 22:34:41 +02:00
Ian Eure
451169408c
gnu: librewolf: Update to 141.0-1.
LibreWolf 141.0 contains fixes for:

CVE-2025-8027: JavaScript engine only wrote partial return value to
               stack
CVE-2025-8028: Large branch table could lead to truncated instruction
CVE-2025-8041: Incorrect URL truncation in Firefox for Android
CVE-2025-8042: Sandboxed iframe could start downloads
CVE-2025-8029: javascript: URLs executed on object and embed tags
CVE-2025-8036: DNS rebinding circumvents CORS
CVE-2025-8037: Nameless cookies shadow secure cookies
CVE-2025-8030: Potential user-assisted code execution in “Copy as
               cURL” command
CVE-2025-8043: Incorrect URL truncation
CVE-2025-8031: Incorrect URL stripping in CSP reports
CVE-2025-8032: XSLT documents could bypass CSP
CVE-2025-8038: CSP frame-src was not correctly enforced for paths
CVE-2025-8039: Search terms persisted in URL bar
CVE-2025-8033: Incorrect JavaScript state machine for generators
CVE-2025-8044: Memory safety bugs fixed in Firefox 141 and Thunderbird
               141
CVE-2025-8034: Memory safety bugs fixed in Firefox ESR 115.26, Firefox
               ESR 128.13, Thunderbird ESR 128.13, Firefox ESR 140.1,
               Thunderbird ESR 140.1, Firefox 141 and Thunderbird 141
CVE-2025-8040: Memory safety bugs fixed in Firefox ESR 140.1,
               Thunderbird ESR 140.1, Firefox 141 and Thunderbird 141
CVE-2025-8035: Memory safety bugs fixed in Firefox ESR 128.13,
               Thunderbird ESR 128.13, Firefox ESR 140.1, Thunderbird
               ESR 140.1, Firefox 141 and Thunderbird 141

* gnu/packages/librewolf.scm (librewolf): Update to 141.0-1.

Change-Id: I13a4221178d9d928967fd8e01bd675e034219013
2025-07-29 16:03:42 -07:00
Ian Eure
b7c2b62ea4
gnu: firefox-l10n: Update to 25c14798b15f9933b6c1e2bc655030842b6e0edd.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 25c14798b15f9933b6c1e2bc655030842b6e0edd.

Change-Id: If9cf2c5cb5968a34bf072e50c86da7d33e74b747
2025-07-29 16:03:41 -07:00
Ian Eure
7143f7bfab
gnu: librewolf: Update to 140.0.4-1.
* gnu/packages/librewolf.scm (librewolf): Update to 140.0.4-1.

Change-Id: Ic9693c5ff6a7cf50777a2b256d36c2f8560bc53f
2025-07-23 19:21:43 -07:00
Ian Eure
5add6a5eb0
gnu: firefox-l10n: Update to 7b9249fcbe9801175bf83f592b083742da8cc998.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 7b9249fcbe9801175bf83f592b083742da8cc998.

Change-Id: I0f472738ffc8070fccdb5bd1093f2cceb1d01bef
2025-07-23 19:21:42 -07:00
Ian Eure
5cefe19700
gnu: librewolf: Update to 140.0.2-1 [security-fixes].
Contains fixes for:
CVE-2025-6424: Use-after-free in FontFaceSet
CVE-2025-6425: The WebCompat WebExtension shipped with Firefox exposed
               a persistent UUID
CVE-2025-6426: No warning when opening executable terminal files on
               macOS
CVE-2025-6427: connect-src Content Security Policy restriction could
               be bypassed
CVE-2025-6428: Firefox for Android opened URLs specified in a link
               querystring parameter
CVE-2025-6429: Incorrect parsing of URLs could have allowed embedding
               of youtube.com
CVE-2025-6430: Content-Disposition header ignored when a file is
               included in an embed or object tag
CVE-2025-6431: The prompt in Firefox for Android that asks before
               opening a link in an external application could be
               bypassed
CVE-2025-6432: DNS Requests leaked outside of a configured SOCKS proxy
CVE-2025-6433: WebAuthn would allow a user to sign a challenge on a
               webpage with an invalid TLS certificate
CVE-2025-6434: HTTPS-Only exception screen lacked anti-clickjacking
               delay
CVE-2025-6435: Save as in Devtools could download files without
               sanitizing the extension
CVE-2025-6436: Memory safety bugs fixed in Firefox 140 and Thunderbird
               140

* gnu/packages/librewolf.scm (librewolf): Update to 140.0.2-1.
* gnu/packages/patches/librewolf-use-system-wide-dir.patch: Adjust.

Change-Id: I786706575e04f32054f6a1142d606eb3ba6b22e3
2025-06-29 20:40:10 -07:00
Ian Eure
3812305464
gnu: firefox-l10n: Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 3657ec7a1e4f01ceb1033b1a015a0160b85e7f83.

Change-Id: If38b51458afd3fdf3b3e5798783c243e2fd8e477
2025-06-29 20:40:08 -07:00
Ian Eure
ee8be37297
gnu: librewolf: Update to 139.0.4-1 [security-fixes].
Librewolf 139.0.4 contains fixes for:
CVE-2025-49709: Memory corruption in canvas surfaces
CVE-2025-49710: Integer overflow in OrderedHashTable

* gnu/packages/librewolf.scm (librewolf): Update to 139.0.4-1.

Change-Id: I622465bb1e0ba29dac6c3ede29a64f92f76946c1
2025-06-24 16:00:50 -07:00
Ian Eure
1e05cb54b2
gnu: firefox-l10n: Update to 0d3843540cfd7d38f8a60831fbfae996b6fe2efc.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 0d3843540cfd7d38f8a60831fbfae996b6fe2efc.

Change-Id: I655b500492552ca98e4b622a092f093da5bc8c11
2025-06-24 16:00:46 -07:00
Ian Eure
2daf76bb52
gnu: librewolf: Update to 139.0.1-1.
* gnu/packages/librewolf.scm (librewolf): Update to 139.0.1-1.

Change-Id: I01da1fbf26f8875bdc066114a37e9f92b9d10459
2025-05-30 15:53:57 -07:00
Ian Eure
c68d482a9e
gnu: librewolf: Update to 139.0-1 [security-fixes].
Contains fixes for:

CVE-2025-5263: Error handling for script execution was incorrectly
               isolated from web content
CVE-2025-5264: Potential local code execution in “Copy as cURL”
               command
CVE-2025-5265: Potential local code execution in “Copy as cURL”
               command
CVE-2025-5266: Script element events leaked cross-origin resource
               status
CVE-2025-5270: SNI was sometimes unencrypted
CVE-2025-5271: Devtools' preview ignored CSP headers
CVE-2025-5267: Clickjacking vulnerability could have led to leaking
               saved payment card details
CVE-2025-5268: Memory safety bugs fixed in Firefox 139, Thunderbird
               139, Firefox ESR 128.11, and Thunderbird 128.11
CVE-2025-5272: Memory safety bugs fixed in Firefox 139 and Thunderbird
               139

* gnu/packages/librewolf.scm (librewolf): Update to 139.0-1.

Change-Id: I42b2e98f49a99f0b5259e02726e9f521a19932b8
2025-05-29 12:05:11 -07:00
Ian Eure
0a46617a4c
gnu: firefox-l10n: Update to 0ae64b96c777ad164d85142acdcd0ceb3e14e8d1.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 0ae64b96c777ad164d85142acdcd0ceb3e14e8d1.

Change-Id: I84551fb5decc040966d8631407c260e72c1d3678
2025-05-29 12:05:04 -07:00
Nicolas Graves
8867f0df70
gnu: make-librewolf-source: Delete testing/web-platform.
* gnu/packages/librewolf.scm (make-librewolf-source): Delete
testing/web-platform.  This frees more than 800M of RAM during the
build.  Removing it seems to be enough to allow build on some
machines.

Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-05-24 10:49:52 -07:00
Ian Eure
ac4fa90af1
gnu: librewolf: Update to 138.0.4-1 [security fixes].
Fixes:

CVE-2025-4918: Out-of-bounds access when resolving Promise objects
CVE-2025-4919: Out-of-bounds access when optimizing linear sums

* gnu/packages/librewolf.scm (librewolf): Update to 138.0.4-1.

Change-Id: I2c2b7b5a043b37b60f0378f115f0f31fa3993618
2025-05-22 20:35:13 -07:00
Ian Eure
f718e0e5e0
gnu: librewolf: Update to 138.0.3-1 [security fixes].
Contains fixes for:

CVE-2025-2817: Privilege escalation in Firefox Updater
CVE-2025-4082: WebGL shader attribute memory corruption in Firefox for
               macOS
CVE-2025-4083: Process isolation bypass using "javascript:" URI links
               in cross-origin frames

CVE-2025-4085: Potential information leakage and privilege escalation
               in UITour actor
CVE-2025-4086: Specially crafted filename could be used to obscure
               download type
CVE-2025-4087: Unsafe attribute access during XPath parsing
CVE-2025-4088: Cross-site request forgery via storage access API
               redirects
CVE-2025-4089: Potential local code execution in "copy as cURL"
               command
CVE-2025-4090: Leaked library paths in Firefox for Android
CVE-2025-4091: Memory safety bugs fixed in Firefox 138, Thunderbird
               138, Firefox ESR 128.10, and Thunderbird 128.10
CVE-2025-4092: Memory safety bugs fixed in Firefox 138 and Thunderbird
               138

* gnu/packages/librewolf.scm (librewolf): Update to 138.0.3-1.
* gnu/packages/patches/librewolf-compare-paths.patch: New file.

Change-Id: I2cc11b758dbc77f7ec3451faa89918b08c890729
2025-05-17 19:47:57 -07:00
Ian Eure
e7ab75efee
gnu: firefox-l10n: Update to 11220b79b5f69e3004bf51829ae432c2c617107e.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 11220b79b5f69e3004bf51829ae432c2c617107e.

Change-Id: Ia031db20a3bfabfe1569e07566d7701a814e0f2d
2025-04-20 19:52:57 -07:00
Ian Eure
0c070aefa0
gnu: librewolf: Reorder flags.
* gnu/packages/librewolf.scm (librewolf): [#:configure-flags] Reorder.

Change-Id: I25fe8ccc63f67cd8cfe5b1f5980e9cf230d71b64
2025-04-20 19:52:56 -07:00
Ian Eure
96a884facf
gnu: librewolf: Clean up parallel build code.
* gnu/packages/librewolf.scm (librewolf): Clean up parallel build code.

Change-Id: I98c7669c21c13890a2deb520cd44b74669664b4b
2025-04-20 19:52:56 -07:00
Ian Eure
ab24e2ebe5
gnu: librewolf: Add the store to the RDD allowlist.
* gnu/packages/librewolf.scm (librewolf):
[patches]: Add librewolf-add-store-to-rdd-allowlist.patch.
[phase 'wrap-program]: Remove rdd allowlist manipulation.
* gnu/packages/patches/librewolf-add-store-to-rdd-allowlist.patch: Add.
2025-04-20 19:52:55 -07:00
Ian Eure
674880d122
gnu: librewolf: Remove 'fix-preferences phase.
* gnu/packages/librewolf.scm (librewolf):
[phase 'fix-preferences]: Remove.

Change-Id: I36708b416e60fff8f239d6ba8621cbba9a8c3c14
2025-04-20 19:52:54 -07:00
Ian Eure
4fd529dce9
gnu: librewolf: Update to 137.0.2-1. [security fixes]
CVE-2025-3608: Race condition in nsHttpTransaction could lead to
               memory corruption

* gnu/packages/librewolf.scm (librewolf): Update to 137.0.2-1.

Change-Id: I39023c324058bc369331eb165d34cf388029459f
2025-04-17 20:59:11 -07:00
Jakob Kirsch
064f881047
gnu: librewolf: Fix video playback.
This patch fixes the video playback issue with librewolf.

From ebe6707d964fca6f47cf778559f6890bf67665dd Mon Sep 17 00:00:00 2001
Message-ID: <ebe6707d964fca6f47cf778559f6890bf67665dd.1744735632.git.jakob.kirsch@web.de>
From: Jakob Kirsch <jakob.kirsch@web.de>
Date: Tue, 15 Apr 2025 18:44:58 +0200
Subject: [PATCH] gnu: librewolf: Fix video playback.

Firefox seems to enable VAAPI starting with version 137, which depends on libpciaccess.
Without it, video playback randomly stops and doesn't work until you restart the browser.

* gnu/packages/librewolf.scm (librewolf): [inputs]: Add libpciaccess.

Change-Id: I87332f53a41ef64639c9770c6dbfcac1eefe2e84
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-04-17 20:59:10 -07:00
Clément Lassieur
63f323fc98
gnu: librewolf: Create lib/icecat so that ICECAT_SYSTEM_DIR is set.
This avoids issues with Native Messaging and non-guix add-ons:
<https://issues.guix.gnu.org/77415>.

* gnu/packages/librewolf.scm (librewolf)[arguments]: Add an
'mkdir-lib-icecat' phase.

Change-Id: I2e5dc8f599708c414c9266ee3453a6beac08ee66
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-04-11 17:04:10 -07:00
Ian Eure
d12d2bc72e
gnu: librewolf: Dedent #:configure-flags
* gnu/packages/librewolf.scm (librewolf):
[#:configure-flags]: Dedent for readability.

Change-Id: I79e945ac6cf0b67fc5aae6d6f4669e6af47f30c2
2025-04-11 17:04:09 -07:00
Ian Eure
e0ea819c43
gnu: librewolf: Fix mozconfig creation.
When 'configure creates the mozconfig used to build the browser, it overwrites
upstream’s configuration, requiring that it repeat the options already set
upstream.  It also handles the final two options incorrectly, due to missing
newlines -- the options are concatenated.

Instead of doing that all that, append the Guix-specific options to
upstream’s mozconfig.

* gnu/packages/librewolf.scm (librewolf): Fix mozconfig creation.
[#:configure-flags]: Remove flags already present in upstream mozconfig.
[#:configure-flags]: Disable toolchain bootstrapping.
[phase 'configure]: Remove flags already present in upstream mozconfig.
[phase 'configure]: Append to mozconfig instead of overwriting.

Change-Id: I67070ac1e84747ea4f88c527441ffcea4c2e02f5
2025-04-11 17:04:08 -07:00
Ian Eure
79cc8ba94e
gnu: librewolf: Repace 'patch-config with 'expand-extension-scope.
With the Mozzarella changes moved to 'use-mozzarella, 'fix-config no longer
reflects what this phase is doing; rename it.  Also, move it to run after
'unpack, and modify the file in the source tree, rather than after 'install,
modifying the file in the package output.

* gnu/packages/librewolf.scm (librewolf):
[phase 'patch-config]: Rename to 'expand-extension-scope.  Run earlier, and
work on the source tree, not the package output.

Change-Id: If226a70daa780d652b2bb3028c888d029c765444
2025-04-11 17:04:07 -07:00
Ian Eure
f30dccbb1a
gnu: librewolf: Move GNU Mozzarella config into one phase.
* gnu/packages/librewolf.scm (librewolf): Move all Mozzarella-related changes
into a new 'use-mozzarella phase, instead of splitting it into two others.

Change-Id: Iba264d26a944bd83ebb31c0a952a757b0ed4e847
2025-04-11 17:04:06 -07:00
Ian Eure
d629fdc031
gnu: librewolf: Move 'fix-ffmpeg-runtime-linker phase.
* gnu/packages/librewolf.scm (librewolf): Run 'fix-ffmpeg-runtime-linker after
'unpack.

Change-Id: Iadeb21b6f5d6543b3973a873fb80a4b6b7dfb3ad
2025-04-11 17:04:05 -07:00
Ian Eure
c224bf2dd1
gnu: librewolf: Update to 137.0.1-1 [security fixes].
New upstream release.  Contains fixes for:

CVE-2025-3028: Use-after-free triggered by XSLTProcessor
CVE-2025-3031: JIT optimization bug with different stack slot sizes
CVE-2025-3032: Leaking file descriptors from the fork server
CVE-2025-3029: URL bar spoofing via non-BMP Unicode characters
CVE-2025-3035: Tab title disclosure across pages when using AI chatbot
CVE-2025-3033: Opening local .url files could lead to another file
               being opened
CVE-2025-3030: Memory safety bugs fixed in Firefox 137, Thunderbird
               137, Firefox ESR 128.9, and Thunderbird 128.9
CVE-2025-3034: Memory safety bugs fixed in Firefox 137 and Thunderbird
               137

* gnu/packages/librewolf.scm (librewolf): Update to 137.0.1-1.

Change-Id: I418fadabc2375fe85e6d71f0fba198ae5983159c
2025-04-11 17:04:00 -07:00
Ian Eure
f795209d51
Revert "gnu: librewolf: Update to 137.0-1 [security fixes]."
This reverts commit f664a9377d.
2025-04-04 14:15:41 -07:00
Ian Eure
f664a9377d
gnu: librewolf: Update to 137.0-1 [security fixes].
Contains fixes for:

CVE-2025-3028: Use-after-free triggered by XSLTProcessor
CVE-2025-3031: JIT optimization bug with different stack slot sizes
CVE-2025-3032: Leaking file descriptors from the fork server
CVE-2025-3029: URL bar spoofing via non-BMP Unicode characters
CVE-2025-3035: Tab title disclosure across pages when using AI chatbot
CVE-2025-3033: Opening local .url files could lead to another file
               being opened
CVE-2025-3030: Memory safety bugs fixed in Firefox 137, Thunderbird
               137, Firefox ESR 128.9, and Thunderbird 128.9
CVE-2025-3034: Memory safety bugs fixed in Firefox 137 and Thunderbird
               137

* gnu/packages/librewolf.scm (librewolf): Update to 137.0-1.

Change-Id: I23d8cbefc242e57c19b4e98660fd22bd1dda8d6a
2025-04-03 16:52:15 -07:00
Ian Eure
d983fbcca2
gnu: librewolf: Update to 136.0.4-1 [security fixes].
Contains a fix for:

CVE-2025-2857: Incorrect handle could lead to sandbox escapes

* gnu/packages/librewolf.scm (librewolf): Update to 136.0.4-1.

Change-Id: I9ff4b61c7dc26fe82b593b0a7eddfc2592b36542
2025-03-27 21:55:47 -07:00
Ian Eure
740b933e5d
gnu: librewolf: Update to 136.0.2-1.
* gnu/packages/librewolf.scm (librewolf): Update to 136.0.2-1.

Change-Id: Id836863f4e1a8d8005c3cfc214b9dd62d9797a8b
2025-03-23 15:47:14 -07:00
Ian Eure
e20bca4202
gnu: librewolf: Update to 136.0.1-1.
* gnu/packages/librewolf.scm (librewolf): Update to 136.0.1-1.

Change-Id: Iefe3511e0b6c3b5ab0c195c424917f56fff1aef6
2025-03-12 17:39:22 -07:00
Ian Eure
d52ca2c579
gnu: librewolf: Shorten line length.
* gnu/packages/librewolf.scm (librewolf): Shorten line length.

Change-Id: I27eea08401b16b56e29b61c5dc6f87f7517b87d4
2025-03-11 21:24:16 -07:00
Ian Eure
0b7c8ee635
gnu: librewolf: Update to 136.0-2 [security fixes].
CVE-2025-1930: AudioIPC StreamData could trigger a use-after-free in
               the Browser process
CVE-2025-1939: Tapjacking in Android Custom Tabs using transition
               animations
CVE-2025-1931: Use-after-free in WebTransportChild
CVE-2025-1932: Inconsistent comparator in XSLT sorting led to
               out-of-bounds access
CVE-2025-1933: JIT corruption of WASM i32 return values on 64-bit CPUs
CVE-2025-1940: Android Intent confirmation prompt tapjacking using
               Select options
CVE-2024-9956: Passkey phishing within Bluetooth range
CVE-2025-1934: Unexpected GC during RegExp bailout processing
CVE-2025-1941: Lock screen setting bypass in Firefox Focus for Android
CVE-2025-1942: Disclosure of uninitialized memory when .toUpperCase()
               causes string to get longer
CVE-2025-1935: Clickjacking the registerProtocolHandler info-bar
CVE-2025-1936: Adding %00 and a fake extension to a jar: URL changed
               the interpretation of the contents
CVE-2025-1937: Memory safety bugs fixed in Firefox 136, Thunderbird
               136, Firefox ESR 115.21, Firefox ESR 128.8, and
               Thunderbird 128.8
CVE-2025-1938: Memory safety bugs fixed in Firefox 136, Thunderbird
               136, Firefox ESR 128.8, and Thunderbird 128.8
CVE-2025-1943: Memory safety bugs fixed in Firefox 136 and Thunderbird
               136

* gnu/packages/librewolf.scm (librewolf): Update to 136.0-2.

Change-Id: Ia3b5777478fa8443471bd1e61898128cdeda4bcf
2025-03-11 21:24:10 -07:00
Ian Eure
3a3619a7e2
gnu: firefox-l10n: Update to 24e2602d2221646fbbe92e908bed0d605acd2e8a.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 24e2602d2221646fbbe92e908bed0d605acd2e8a.

Change-Id: I32c4748b6d76c21cf1e4dadbb0859cb55fb9a2ef
2025-03-11 21:12:11 -07:00
Efraim Flashner
66daf46b41
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
2025-02-19 11:21:47 +02:00
Nicolas Graves
9b1fe3bd70
gnu: librewolf: Honor --cores build argument.
* gnu/packages/librewolf.scm (librewolf)[arguments]<#:phases>:
Honor --cores build argument during the 'build phase.

Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-14 16:03:11 -08:00