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.
mallumo-gls
README missing from the repository
We've searched
https://gitlab\.com/mallumo/mallumo\-gls\.gitand could not find a README file there.Dependency error-chain 0.11 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency gl_generator 0.10 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency glutin 0.11 is significantly outdated
Upgrade to 0.32.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 6 years. 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").If the crate is truly stable, why not make a 1.0.0 release?
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.Dependency bitflags 1.0 is outdated
Upgrade to 2.9.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]to theCargo.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.
mallumo
Dependency structopt 0.2 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency cgmath 0.15.0 is significantly outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency conrod 0.57.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency error-chain 0.11.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency gcc 0.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency glob 0.2 is significantly outdated
Upgrade to 0.3.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gltf 0.7.0 is significantly outdated
Upgrade to 1.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency glutin 0.11 is significantly outdated
Upgrade to 0.32.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image 0.17.0 is significantly outdated
Upgrade to 0.25.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency include_dir 0.1.5 is significantly outdated
Upgrade to 0.7.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordermap 0.3.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency owning_ref 0.3.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency petgraph 0.4.10 is significantly outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.5 is significantly outdated
Upgrade to 0.9.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency regex 0.2 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency term 0.4.6 is significantly outdated
Upgrade to 1.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency time 0.1.37 is significantly outdated
Upgrade to 0.3.44 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tobj 0.1.6 is significantly outdated
Upgrade to 4.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 7 years. 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").The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()flags just for docs.rs and use them to hide problematic code.Dependency clap 2.27.1 is outdated
Upgrade to 4.5.48 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency mallumo-gls 0.40.0 is slightly outdated
Consider upgrading to 0.43.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::data-formats"]to theCargo.toml.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.