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.
inline-option
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
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 = ["value", "nullable", "inline", "options", "i-option"]
(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.
raug
Dependency downcast-rs 1.2.1 is slightly outdated
Consider upgrading to 2.0.1 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 itertools 0.13.0 is 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 petgraph 0.6.5 is a bit outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Imprecise dependency requirement rustc-hash = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
rustc-hash = "2.1.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::audio"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["signal", "processor", "graph", "audio", "audio-samples"]
(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.
raug-macros
Failed to verify create's content against its repository
Verified 4 out of 74 files (includes 2 Cargo-generated).
- 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
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.target/
CACHEDIR.TAG
not found..rustc_info.json
not found.
.cargo-lock
exists, but elsewhere in the repo.target/debug/.fingerprint/proc-macro2-23141b25bdd674f3/
run-build-script-build-script-build
not found.run-build-script-build-script-build.json
not found.
target/debug/.fingerprint/proc-macro2-9b4f93526421d2b9/
lib-proc_macro2
not found.dep-lib-proc_macro2
not found.invoked.timestamp
not found.lib-proc_macro2.json
not found.
target/debug/.fingerprint/proc-macro2-ef162a184844cefb/
invoked.timestamp
not found.build-script-build-script-build
not found.build-script-build-script-build.json
not found.dep-build-script-build-script-build
not found.
target/debug/.fingerprint/quote-d6348ef4a4630293/
lib-quote
not found.lib-quote.json
not found.dep-lib-quote
not found.invoked.timestamp
not found.
target/debug/.fingerprint/raug-macros-14909534109100fa/
invoked.timestamp
not found.lib-raug_macros
not found.lib-raug_macros.json
not found.
target/debug/.fingerprint/raug-macros-1d758128ff04ebb1/
test-lib-raug_macros
not found.invoked.timestamp
not found.test-lib-raug_macros.json
not found.
target/debug/.fingerprint/raug-macros-569722781adf5954/
invoked.timestamp
not found.dep-test-lib-raug_macros
not found.test-lib-raug_macros.json
not found.test-lib-raug_macros
not found.
target/debug/.fingerprint/raug-macros-e7dbe9efe870a599/
lib-raug_macros
not found.lib-raug_macros.json
not found.dep-lib-raug_macros
not found.invoked.timestamp
not found.
target/debug/.fingerprint/syn-2148f281363c28bb/
lib-syn
not found.invoked.timestamp
not found.dep-lib-syn
not found.lib-syn.json
not found.
target/debug/.fingerprint/unicode-ident-1e75a3ac78ddf33e/
dep-lib-unicode_ident
not found.invoked.timestamp
not found.lib-unicode_ident.json
not found.lib-unicode_ident
not found.
target/debug/build/proc-macro2-23141b25bdd674f3/
stderr
exists, but elsewhere in the repo.root-output
not found.output
not found.invoked.timestamp
not found.
target/debug/build/proc-macro2-ef162a184844cefb/
build_script_build-ef162a184844cefb.exe
not found.build_script_build.pdb
not found.build_script_build-ef162a184844cefb.d
not found.build_script_build-ef162a184844cefb.pdb
not found.build-script-build.exe
not found.
target/debug/deps/
libsyn-2148f281363c28bb.rmeta
not found.raug_macros-e7dbe9efe870a599.d
not found.raug_macros-569722781adf5954.d
not found.quote-d6348ef4a4630293.d
not found.unicode_ident-1e75a3ac78ddf33e.d
not found.libunicode_ident-1e75a3ac78ddf33e.rmeta
not found.libraug_macros-e7dbe9efe870a599.rmeta
not found.proc_macro2-9b4f93526421d2b9.d
not found.libraug_macros-569722781adf5954.rmeta
exists, but elsewhere in the repo.libproc_macro2-9b4f93526421d2b9.rmeta
not found.libquote-d6348ef4a4630293.rmeta
not found.syn-2148f281363c28bb.d
not found.
s-h235capv3b-0sbo3fz.lock
exists, but elsewhere in the repo.target/debug/incremental/raug_macros-0joqavtrg00r9/s-h235capv3b-0sbo3fz-1jrta2a6c5jhiyha3qg32lh2w/
dep-graph.bin
not found.query-cache.bin
not found.work-products.bin
not found.
s-h235captpd-1uttpwt.lock
exists, but elsewhere in the repo.target/debug/incremental/raug_macros-0o72t7m88xaqz/s-h235captpd-1uttpwt-b8rkg01n06ct6qoqpv1ooi6or/
work-products.bin
not found.dep-graph.bin
not found.query-cache.bin
not found.
Fetched
https://github.com/clstatham/raug.git
285c77d6617e5aab3a95d79402819a1df4700399.Checked on 2024-11-24
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.100"
. 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.No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Published crate contains binary files
The crate contains binary files (DOS exe). 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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.