Closed
Description
📋 Description
https://deps.rs provides a service to check dependency security status in Rust projects.
This will work for for all repos with a Cargo.toml
.
"dependencies | 2 of 15 outdated" or "dependencies | insecure"
More examples can be found on https://deps.rs/.
🔗 Data
Will not require an API key.
A draft PR at deps-rs/deps.rs#122 implements this API.
🎤 Motivation
Several other package managers have dependency badges.
When the PR is merged, why not provide it to the Rust ecosystem?
https://deps.rs/ already support badges. They are however not as customizable.
Using one service (shields.io
) is also more consistent.