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.
rfmp
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.219"
. 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.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 dirs 5 is outdated
Consider upgrading to 6.0.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compression"]
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 = ["rfmp", "quickly", "packer"]
(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.
factorio-mlua
Dependency mlua_derive =0.9.0-beta.1 is significantly outdated
Upgrade to 0.10.1 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.
Latest prerelease is old
It's been over 8 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.
Dependency erased-serde 0.3 is outdated
Upgrade to 0.4.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustc-hash 1.0 is a bit outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Optional dependency 'link-cplusplus' 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 'link-cplusplus', 'mlua_derive', 'serde', 'futures-task', 'futures-util', 'serde-value', 'erased-serde', 'futures-core' may have been unintentional.
factorio-lua-src
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Published crate doesn't match its repository
Partially verified 297 files (includes 2 Cargo-generated).
Fetched
https://github.com/johnthecoolingfan/factorio-lua-src-rs.git
5a26893d547216cecdf1fb897044743745bdfd5b.Fetched submodule
lua-factorio-5.2.1
fromhttps://github.com/rseding91/factorio-lua.git
8d83d0f6c13e42d393afcef3daa94646063669c1.Checked on 2024-08-10
This check is experimental.
mrpack-downloader
Dependency strum 0.24 is outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
Dependency strum_macros 0.24 is outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
Dependency thiserror 1.0.56 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["games"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["downloader", "mrpack-downloader", "modrinth", "modpack", "minecraft"]
(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.
hash_table_datastruct
Dependency hashbrown 0.14.1 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 21 files (includes 2 Cargo-generated).
Fetched
https://github.com/johnthecoolingfan/hash_table.git
a792ddbe2064db6e5739535786efc6f6af13bc1d.Checked on 2024-08-10
Optional dependency 'hashbrown' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'hashbrown' may have been unintentional.
stainless_script
Published crate doesn't match its repository
Partially verified 32 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/johnthecoolingfan/stainless_script.git
965722f695956e7108fa470fdfea4e12e2592bdf.Checked on 2024-08-10
Dependency bincode 1.3 is slightly outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency ron 0.8 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency thiserror 1.0 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 = ["object", "stainless-script", "node", "executor", "scripting-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.Optional dependency 'bincode' 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 'bincode', 'clap', 'glob', 'serde_json' may have been unintentional.
factorio-mlua-sys
Dependency luau0-src 0.5.6 is significantly outdated
Upgrade to 0.14.2+luau672 to get all the fixes, and avoid causing duplicate dependencies in projects.
Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["external-ffi-bindings"]
in yourCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["lua", "luau", "factorio"]
(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.Optional dependency 'link-cplusplus' 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 'link-cplusplus', 'luajit-src', 'factorio-lua-src', 'luau0-src' may have been unintentional.
mtzip
Missing keywords
Help users find your crates. Add
keywords = ["zip", "compression", "zip-compression", "add-file-from-fs", "zip-archive"]
(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.
serde_builder
Published crate doesn't match its repository
Partially verified 16 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/johnthecoolingfan/serde_builder.git
39f227c1914e3337d396d55d0a374acd63d21048.Checked on 2024-08-10
Dependency thiserror 1.0 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 = ["builder", "pattern", "serde-builder"]
(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.
signed
Missing keywords
Help users find your crates. Add
keywords = ["signed", "drop", "abs-n", "confusion", "i128"]
(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.
rayonzip
Missing keywords
Help users find your crates. Add
keywords = ["zip", "thread-pool", "rayonzip", "rayon", "compression"]
(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.
stainless_script_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.Published crate doesn't match its repository
Partially verified 4 files (includes 2 Cargo-generated).
Looked for the crate in
stainless_script_derive/
. Fetchedhttps://github.com/johnthecoolingfan/stainless_script.git
965722f695956e7108fa470fdfea4e12e2592bdf.Checked on 2024-08-10
Dependency venial 0.5 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.