Lib.rs

› Users › ashgw

Dashboard

  • Atom Feed
  • lib.rs profile
  • crates.io profile

Issues found

Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.

  • lookas

    • Dependency cpal 0.15 is a bit outdated

      Consider upgrading to 0.17.3 to get all the fixes and improvements.

      In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.

      cpal versions

    • Dependency crossterm 0.27 is significantly outdated

      Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.

      crossterm versions

    • Dependency dirs 5.0 is outdated

      Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.

      Easy way to bump dependencies: cargo install cargo-edit; cargo upgrade -i; Also check out Dependabot service on GitHub.

      dirs versions

    • Imprecise dependency requirement rustfft = 6

      Cargo does not always pick latest versions of dependencies! Specify the version as rustfft = "6.4.0". If Cargo.lock ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using the minimal-versions flag, used by users of old Rust versions.

      If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with -Z minimal-versions Cargo option, because it's very easy to accidentally use a feature added in a later version.

      rustfft versions

  • rlls

    • Failed to verify create's content against its repository

      Could not check any files

      • warning: The crates.io package has no information about its path inside its repository.
      • error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
        • Make sure the repository URL in Cargo.toml is correct and works with git clone. The repository must be public.

      Checked on 2025-10-12

      This check is experimental.

      Forum thread

    • Dependency which 6.0 is significantly outdated

      Upgrade to 8.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.

      which versions

    • Latest prerelease is old

      It's been over 6 months. Is this crate still maintained? Make a new release, either to refresh it, or to set

      [badges.maintenance]
      status = "deprecated"
      

      (or "as-is", "passively-maintained").

      Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.

      Maintenance status field docs

    • Dependency console 0.15 is outdated

      Consider upgrading to 0.16.3 to get all the fixes and improvements.

      console versions

    • Dependency dialoguer 0.11 is outdated

      Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.

      dialoguer versions

    • Dependency fs-err 2.11 is outdated

      Consider upgrading to 3.3.0 to get all the fixes and improvements.

      fs-err versions

    • Dependency indicatif 0.17 is outdated

      Consider upgrading to 0.18.4 to get all the fixes and improvements.

      indicatif versions

  • gcm_rs

    • Failed to verify create's content against its repository

      Could not check any files

      • warning: The crates.io package has no information about its path inside its repository.
      • error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
        • Make sure the repository URL in Cargo.toml is correct and works with git clone. The repository must be public.

      Checked on 2025-11-30

      Forum thread

    • Dependency pyo3 0.18 is significantly outdated

      Upgrade to 0.28.3 to get all the fixes, and avoid causing duplicate dependencies in projects.

      pyo3 versions

    • Dependency aes 0.8.3 is a bit outdated

      Consider upgrading to 0.9.0 to get all the fixes and improvements.

      aes versions

    • Dependency ctr 0.9.2 is a bit outdated

      Consider upgrading to 0.10.0 to get all the fixes and improvements.

      ctr versions

    • Dependency getrandom 0.2 is outdated

      Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.

      getrandom versions

    • Dependency ghash 0.5.0 is slightly outdated

      Consider upgrading to 0.6.0 to get all the fixes and improvements.

      ghash versions

    • Missing categories

      Categories improve browsing of lib.rs and crates.io. Add categories = ["cryptography"] to the Cargo.toml.

      Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.

      List of available categories

    • Missing keywords

      Help users find your crates. Add keywords = ["aes-256", "aes-256-gcm", "tags", "nonce", "byte"] (up to 5) to the Cargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.

  • rlyx

    • Failed to verify create's content against its repository

      Could not check any files

      • warning: The crates.io package has no information about its path inside its repository.
      • error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
        • Make sure the repository URL in Cargo.toml is correct and works with git clone. The repository must be public.

      Checked on 2025-11-23

      Forum thread

    • Dependency which 6.0 is significantly outdated

      Upgrade to 8.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.

      which versions

    • Dependency console 0.15 is outdated

      Consider upgrading to 0.16.3 to get all the fixes and improvements.

      console versions

    • Dependency dialoguer 0.11 is outdated

      Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.

      dialoguer versions

    • Dependency fs-err 2.11 is outdated

      Consider upgrading to 3.3.0 to get all the fixes and improvements.

      fs-err versions

    • Dependency indicatif 0.17 is outdated

      Consider upgrading to 0.18.4 to get all the fixes and improvements.

      indicatif versions

  • totpyx

    • Failed to verify create's content against its repository

      Could not check any files

      • warning: The crates.io package has no information about its path inside its repository.
      • error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
        • Make sure the repository URL in Cargo.toml is correct and works with git clone. The repository must be public.

      Checked on 2025-12-28

      Forum thread

  • visyx

    • Dependency cpal 0.15 is a bit outdated

      Consider upgrading to 0.17.3 to get all the fixes and improvements.

      cpal versions

    • Dependency crossterm 0.27 is significantly outdated

      Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.

      crossterm versions

    • Imprecise dependency requirement rustfft = 6

      Cargo does not always pick latest versions of dependencies! Specify the version as rustfft = "6.4.0". If Cargo.lock ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using the minimal-versions flag, used by users of old Rust versions.

      rustfft versions

  • lookas, rlls, rlyx

    • Dependency toml 0.8 is outdated

      Upgrade to 1.1.0+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.

      toml versions

  • oauth2_utils

    • Dependency base64 0.21.5 is outdated

      Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.

      base64 versions

    • Dependency rand 0.8.5 is outdated

      Consider upgrading to 0.10.1 to get all the fixes and improvements.

      rand versions

    • Dependency sha2 0.10.8 is a bit outdated

      Consider upgrading to 0.11.0 to get all the fixes and improvements.

      sha2 versions

    • Missing categories

      Categories improve browsing of lib.rs and crates.io. Add categories = ["authentication"] to the Cargo.toml.

      List of available categories

    • Missing keywords

      Help users find your crates. Add keywords = ["oauth2", "base64", "url-safe", "pkce", "oauth2-token"] (up to 5) to the Cargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.

  • img_watermarker

    • Dependency image 0.24.7 is outdated

      Upgrade to 0.25.10 to get all the fixes, and avoid causing duplicate dependencies in projects.

      image versions

    • Dependency imageproc 0.23.0 is outdated

      Upgrade to 0.26.1 to get all the fixes, and avoid causing duplicate dependencies in projects.

      imageproc versions

    • Missing categories

      Categories improve browsing of lib.rs and crates.io. Add categories = ["multimedia::images"] to the Cargo.toml.

      List of available categories

    • Missing keywords

      Help users find your crates. Add keywords = ["watermarking", "image", "file", "logo", "cargo"] (up to 5) to the Cargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.

If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
status = "deprecated"
to their Cargo.toml.

Atom Feed.

The data is refreshed only every couple of hours. The page is based on multiple data sources, heuristics, and manually curated data.

Lib.rs is an unofficial list of Rust/Cargo crates. Created by kornelski. Not affiliated with the Rust Project.