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.
doublets
Latest prerelease is old
It's been over 2 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"
).Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.12 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.
dyn-ptr, yield-iter
Latest stable release is old
It's been over 2 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"
).
doublets-decorators
Latest prerelease is old
It's been over 2 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"
).Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/linksplatform/data\.doublets\.git
At 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]
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.
Missing keywords
Help users find your crates. Add
keywords = ["decorator", "doublets", "class", "data"]
(up to 5) to theCargo.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.
aqlgen-renderer
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/linksplatform/aqlgen\.git
Dependency async-graphql 4.0 is significantly outdated
Upgrade to 7.0.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency async-graphql-parser 4.0 is significantly outdated
Upgrade to 7.0.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.99 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.4 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.10 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toolchain_find 0.1 is outdated
Upgrade to 0.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
aqlgen
Dependency clap 3.1 is significantly outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Dependency clap_derive 3.1 is significantly outdated
Consider upgrading to 4.5.28 to get all the fixes and improvements.
buter
Dependency criterion 0.3.5 is outdated
Upgrade to 0.5.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
doublets-decorators, aqlgen-renderer, platform-data, platform-treesmethods, platform-num, platform-mem
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
platform-data
Failed to verify create's content against its repository
Verified 2 out of 16 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit 25867888746017aee58b577dc5b6b796927590fc, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Could not discover crate's location in its repository (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.1.0-beta.3'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
query.rs
not found.constants.rs
not found.hybrid.rs
not found.link_type.rs
not found.links.rs
not found.point.rs
not found.flow.rs
not found.converters.rs
not found.lib.rs
not found.
tests/
hybrid.rs
not found.flow.rs
not found.query.rs
not found.point.rs
not found.
Fetched
https://github.com/linksplatform/platform-rs.git
a10d43b5e345691aafe1f00b281fccb8d79d0ba4.Checked on 2024-07-28
This check is experimental.
Dependency thiserror 1.0.31 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["data", "linksplatform", "platform-data"]
(up to 5) to theCargo.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.
platform-mem
Failed to verify create's content against its repository
Verified 2 out of 14 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit afdcb884e26dceebcf0633c0d1e1aad99d7b6d78, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Could not discover crate's location in its repository (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.1.0-pre'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
temp_file_mem.rs
not found.file_mapped_mem.rs
not found.global_mem.rs
not found.mem_traits.rs
not found.alloc_mem.rs
not found.internal.rs
not found.lib.rs
not found.base.rs
not found.
tests/
file_mapped.rs
not found.global.rs
not found.alloc.rs
not found.
Fetched
https://github.com/linksplatform/platform-rs.git
a10d43b5e345691aafe1f00b281fccb8d79d0ba4.Checked on 2024-07-28
Dependency memmap2 0.5 is outdated
Upgrade to 0.9.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["memory", "linksplatform", "mem"]
(up to 5) to theCargo.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.
platform-treesmethods
Failed to verify create's content against its repository
Verified 2 out of 14 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit 0d40cec8b16cdb4dbe1fe79d4c989112884a98a1, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Could not discover crate's location in its repository (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.1.0-aplha.2'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
num.rs
not found.lib.rs
not found.
src/lists/
mod.rs
not found.relative_circular_linked_list.rs
not found.relative_doubly_linked_list.rs
not found.linked_list.rs
not found.absolute_linked_list.rs
not found.absolute_circular_linked_list.rs
not found.
src/trees/
no_recur_szb_tree.rs
not found.mod.rs
not found.szb_tree.rs
not found.
Fetched
https://github.com/linksplatform/platform-rs.git
a10d43b5e345691aafe1f00b281fccb8d79d0ba4.Checked on 2024-08-04
Missing keywords
Help users find your crates. Add
keywords = ["tree", "methods", "linksplatform"]
(up to 5) to theCargo.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.
platform-num
Failed to verify create's content against its repository
Verified 2 out of 5 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit 4943cdc27dbe517911fd11fa5c40b99ef647820d, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Could not discover crate's location in its repository (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: There is no matching git tag containing version '0.1.0-aplha.1'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: the path 'num' does not exist in the given tree; class=Tree (14); code=NotFound (-3).
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
Files in the crates.io crate compared to the repository:
Cargo.toml
not found.lib.rs
exists, but elsewhere in the repo.imp.rs
not found.
Looked for the crate in
num/
. Fetchedhttps://github.com/linksplatform/platform-rs.git
6d213dbdc8a6d8fae13fff53d689d5254cd164df.Checked on 2024-07-28
Missing keywords
Help users find your crates. Add
keywords = ["numbers", "linksplatform", "platform-num"]
(up to 5) to theCargo.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.
platform-data, platform-treesmethods, platform-num
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
platform-data, platform-treesmethods, platform-num, platform-mem
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/linksplatform/platform\-rs\.git
No issues found in: transmute-bytes leak_slice
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.