Dependency status reports (and badges!) for your repositories (deps.rs)

This is something I've been working on over the last few weekends, and I feel it's finally ready to show you :slight_smile:

deps.rs parses Cargo.toml files in GitHub repositories, analyzes the specified dependencies based on information from the Crates index, and then provides dependency status reports.

There are also svg badges that you can embed into your readme to keep an eye on your dependencies!

You can see an example for hyper here: hyperium / hyper - Deps.rs

Let me know what you think!

8 Likes