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.
vtkio
Dependency quick-xml ^0.36 is significantly outdated
Upgrade to 0.41.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 base64 ^0.22 is a bit outdated
Consider upgrading to 0.23.1 to get all the fixes and improvements.
Dependency lz4_flex ^0.11 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num-derive ^0.4 is a bit outdated
Consider upgrading to 0.5.1 to get all the fixes and improvements.
Dependency trim-in-place ^0.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Latest prerelease is old
It's been over 4 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]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.
Optional dependency 'flate2' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Features 'flate2', 'rayon', 'quick-xml', 'serde', 'xz2', 'tokio', 'lz4' may have been unintentional.
geometry-predicates
Latest stable release is old
It's been over 5 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?
cargo-hdk
Dependency cargo_metadata ^0.15 is significantly outdated
Consider upgrading to 0.23.1 to get all the fixes and improvements.
Dependency clap ^3 is significantly outdated
Consider upgrading to 4.6.0 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i; Also check out Dependabot service on GitHub.Dependency clap-verbosity-flag ^1 is significantly outdated
Consider upgrading to 3.0.4 to get all the fixes and improvements.
Dependency env_logger ^0.9 is significantly outdated
Consider upgrading to 0.11.11 to get all the fixes and improvements.
Dependency terminal_size ^0.2 is significantly outdated
Consider upgrading to 0.4.4 to get all the fixes and improvements.
Imprecise dependency requirement anyhow = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.104". IfCargo.lockends 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 theminimal-versionsflag, used by users of old Rust versions.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
Dependency colored ^2 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Latest stable release is old
It's been over 3 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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::cargo-plugins"]to theCargo.toml.
ipopt-sys
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency bindgen ^0.71 is significantly outdated
Upgrade to 0.72.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rust-crypto ^0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Published crate doesn't match its repository
Partially verified 15 files (includes 2 Cargo-generated).
Looked for the crate in
ipopt-sys/. Fetchedhttps://github.com/elrnv/ipopt-rs.git76cea034f688f3ef0d61797ff2da8d566bd22966.Checked on 2024-12-15
This check is experimental.
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "ipopt"to crate'sCargo.tomlto avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
Imprecise dependency requirement lazy_static = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy_static = "1.5.0". IfCargo.lockends 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 theminimal-versionsflag, 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-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.
lsn
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.README missing from the repository
We've searched
https://github\.com/elrnv/lsn\.gitand could not find a README file there.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 colored ^2.0.4 is outdated
Upgrade to 3.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement clap = ^4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.6.0". IfCargo.lockends 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 theminimal-versionsflag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-utilities"]to theCargo.toml.
autodiff
Dependency nalgebra ^0.32 is outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency simba ^0.8 is outdated
Upgrade to 0.10.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bytemuck = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytemuck = "1.25.0". IfCargo.lockends 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 theminimal-versionsflag, used by users of old Rust versions.Latest stable release is old
It's been over 3 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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms", "science"]to theCargo.toml.
ipopt
Published crate doesn't match its repository
Partially verified 15 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Fetched
https://github.com/elrnv/ipopt-rs.git76cea034f688f3ef0d61797ff2da8d566bd22966.Checked on 2024-12-15
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]to theCargo.toml.
reinterpret
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").
flatk
Latest stable release is old
It's been over 4 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").
flatk, reinterpret, data-buffer
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]to theCargo.toml.
dync
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]to theCargo.toml.
data-buffer
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").
hrbf
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency nalgebra ^0.32 is outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
accelerate-framework
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.
unroll, flatk-derive, dync-derive, gut-derive, meshx-derive
Dependency syn ^1.0 is significantly outdated
Upgrade to 3.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
accelerate-sys
Dependency bindgen ^0.69 is significantly outdated
Upgrade to 0.72.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
flatk-derive
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/elrnv/flatk\-derive\.gitAt the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency proc-macro-crate ^1.0 is significantly outdated
Upgrade to 3.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.Imprecise dependency requirement lazy_static = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy_static = "1.5.0". IfCargo.lockends 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 theminimal-versionsflag, used by users of old Rust versions.Latest stable release is old
It's been over 5 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").
dync-derive
Dependency heck ^0.3 is significantly outdated
Upgrade to 0.5.0 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").
gut-derive
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").
meshx-derive
Latest stable release is old
It's been over 4 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").
gltfgen
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gltfgen ) failed. Please try again later.
meshx
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/meshx ) failed. Please try again later.
gut
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/gut ). Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.