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.
jsonpath-rust
Imprecise dependency requirement regex = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
regex = "1.11.0"
. IfCargo.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 theminimal-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.
f-tree
Dependency env_logger 0.10.0 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency forester-rs 0.3.0 is slightly outdated
Consider upgrading to 0.4.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::ml"]
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 = ["behavior-tree", "task", "workflow-engine", "ai", "forester"]
(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.
json-generator-rand
Dependency clap 3.0.0-beta.1 is significantly outdated
Upgrade to 4.5.23 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.Dependency nom 6.0 is significantly outdated
Upgrade to 7.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.7.3 is significantly outdated
Upgrade to 0.8.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency simplelog ^0.7.6 is significantly outdated
Upgrade to 0.12.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid 0.8 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Incorrect category
Crate's categories property in
Cargo.toml
contains 'development tools', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
Incorrect category
Crate's categories property in
Cargo.toml
contains 'libraries', which isn't a category we recognizeIncorrect category
Crate's categories property in
Cargo.toml
contains 'command line utilities', which isn't a category we recognize
json-gen
Dependency nom 6.0 is significantly outdated
Upgrade to 7.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.7.3 is significantly outdated
Upgrade to 0.8.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency simplelog ^0.7.6 is significantly outdated
Upgrade to 0.12.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid 0.8 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap 2.33.0 is outdated
Upgrade to 4.5.23 to get all the fixes, and avoid causing duplicate dependencies in projects.
Incorrect category
Crate's categories property in
Cargo.toml
contains 'libraries', which isn't a category we recognize
dot-structures
Failed to verify create's content against its repository
Verified 3 out of 5 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit f6e66ee026c6931c4295bc6a0a97c63ebde61460, 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: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.lib.rs
does not match the repository.
Looked for the crate in
dot-structures/
. Fetchedhttps://github.com/besok/graphviz-rust.git
2ab7343ae248548632480d3899cdf7c69569247d.Checked on 2024-07-24
This check is experimental.
- warning: Crate tarball has been published from the commit f6e66ee026c6931c4295bc6a0a97c63ebde61460, which is not in the repository.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["visualization"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["graph", "structures", "subgraph", "import-export", "visualization"]
(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.
into-attr
Failed to verify create's content against its repository
Verified 4 out of 5 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 46c2a5c39c5a7ea0e9a28f98ff6c925ed394808b, 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: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.
Looked for the crate in
into-attr/
. Fetchedhttps://github.com/besok/graphviz-rust.git
2ab7343ae248548632480d3899cdf7c69569247d.Checked on 2024-07-28
- warning: Crate tarball has been published from the commit 46c2a5c39c5a7ea0e9a28f98ff6c925ed394808b, which is not in the repository.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["visualization"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["attributes", "graph", "macro", "attr", "visualization"]
(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.
dot-structures, into-attr, dot-generator, into-attr-derive
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.
forester-rs
Dependency itertools 0.12.1 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_yaml 0.9.22 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency axum 0.6.16 is outdated
Upgrade to 0.8.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.14.27 is outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency logos 0.13.0 is outdated
Upgrade to 0.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency quick-xml 0.31.0 is outdated
Upgrade to 0.37.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tungstenite 0.21.0 is outdated
Upgrade to 0.26.1 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 = ["science::robotics"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["behavior-tree", "workflow-engine", "artificial-intelligence", "task", "game-ai"]
(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.Published crate contains binary files
The crate contains binary files (WOFF font). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
dot-structures, into-attr, dot-generator, into-attr-derive
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.
forester-webots
Failed to verify create's content against its repository
Verified 2 out of 15 files (includes 1 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not discover crate's location in its repository (via tags).
- 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.
- error: Manifest properties don't match: Number of [[bin]] inconsistent; published=0; orig=1; ed=Set(E2021).
Files in the crates.io crate compared to the repository:
LICENSE
does not match the repository.Makefile
not found.README.md
does not match the repository.Cargo.toml.orig
does not match the repository..gitignore
does not match the repository.build.rs
not found.wrapper.h
not found..idea/
forester-webots.iml
exists, but elsewhere in the repo.vcs.xml
does not match the repository.modules.xml
does not match the repository.
src/
bindings.rs
not found.lib.rs
not found.
Fetched
https://github.com/forester-bt/forester.git
bde34be1f16b6fac7df1b98af768b446f1285f70.Checked on 2024-08-04
Dependency bindgen 0.69.4 is outdated
Upgrade to 0.71.1 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 = ["science::robotics"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["behavior-tree", "robotics", "integration", "forester", "c-api"]
(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.
forester-http
Failed to verify create's content against its repository
Verified 8 out of 11 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 09ead57d100d2af2baa901e955ba7448cee21183, 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: There is no matching git tag containing version '0.1.0'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository..gitignore
does not match the repository.logo.png
exists, but elsewhere in the repo.
Looked for the crate in
tools/forester-http/
. Fetchedhttps://github.com/forester-bt/forester.git
7b49a226362bbf2efab647acb5a7a028fc8223b3.Checked on 2024-08-04
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 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 = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["behavior-tree", "forester", "http-api", "http-client", "instance"]
(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.
parsit
Dependency logos 0.13.0 is outdated
Upgrade to 0.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency logos-derive 0.13.0 is outdated
Upgrade to 0.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
json-gen, json-generator-rand, forester-webots
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.
json-gen, json-generator-rand, unrolled-linked-list
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"
).If the crate is truly stable, why not make a 1.0.0 release?
dot-generator
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns", "visualization"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["dot", "generate", "macro", "generator", "language"]
(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.
into-attr-derive
Failed to verify create's content against its repository
Verified 4 out of 5 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit feaf2722e95e2b973aa76404ba456c31919e10ea, 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: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.
Looked for the crate in
into-attr-derive/
. Fetchedhttps://github.com/besok/graphviz-rust.git
2ab7343ae248548632480d3899cdf7c69569247d.Checked on 2024-08-04
- warning: Crate tarball has been published from the commit feaf2722e95e2b973aa76404ba456c31919e10ea, which is not in the repository.
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.94 to get all the fixes, and avoid causing duplicate dependencies in projects.
digraph-rs
Dependency graphviz-rust 0.5.0 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: graphviz-rust
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.