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.
mdbook-api
Dependency failure 0.1.1 is deprecated
Please remove the dependency or replace it with a different crate.
Dependency failure_derive 0.1.1 is deprecated
Please remove the dependency or replace it with a different crate.
Dependency mdbook 0.2 is significantly outdated
Upgrade to 0.4.18 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add categories = […] to the Cargo.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.
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.
Missing keywords
Help users find your crates. Add keywords = ["mdbook", "api", "json", "static"] (up to 5) to the Cargo.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.
Imprecise dependency requirement regex = 1
Cargo does not always pick latest versions of dependencies. Too-low version requirements can cause breakage, especially when combined with minimal-versions flag used by users of old Rust versions. To fix this: cargo install cargo-edit; cargo upgrade
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.
mdbook-section-validator
Dependency pulldown-cmark 0.8.0 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pulldown-cmark-to-cmark 6.0.0 is outdated
Upgrade to 10.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies: cargo install cargo-edit; cargo upgrade; Also check out Dependabot service on GitHub.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add categories = ["text-processing"] to the Cargo.toml.
Missing keywords
Help users find your crates. Add keywords = ["mdbook", "validator", "validation"] (up to 5) to the Cargo.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.
Dependency clap 2.33.3 is a bit outdated
Consider upgrading to 3.1.17 to get all the fixes and improvements.
mdbook-generate-summary
Dependency itertools 0.8 is significantly outdated
Consider upgrading to 0.10.3 to get all the fixes and improvements.
Dependency structopt 0.2.10 is significantly outdated
Consider upgrading to 0.3.26 to get all the fixes and improvements.
mdbook-chapter-path
Missing categories
Categories improve browsing of lib.rs and crates.io. Add categories = ["text-processing"] to the Cargo.toml.
Missing keywords
Help users find your crates. Add keywords = ["mdbook", "path", "chapter"] (up to 5) to the Cargo.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.
Dependency clap 2.33.3 is a bit outdated
Consider upgrading to 3.1.17 to get all the fixes and improvements.
spelling_bee_solver
Dependency structopt ^0.2 is significantly outdated
Consider upgrading to 0.3.26 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add keywords = ["bee", "spelling", "solver", "cli"] (up to 5) to the Cargo.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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.