Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

ctjhoa/cargo-outdated-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status

cargo-outdated-badge

It's an experimental tool that tells you when your cargo dependencies are out of date. (Similar to https://david-dm.org/ for npm) You can get dependencies and development dependencies statuses in svg or png format.

Usage

/owner/repository/status.format

  • owner: github's username
  • repository: github's repository name
  • status: it could be status or dev-status to check main dependencies or development dependencies
  • format: it could be svg or png

For example, to check development dependencies on this repository in svg, use this url:

http://34.249.40.139/ctjhoa/cargo-outdated-badge/dev-status.svg

Demo

I've created an demo server on AWS at this address: http://34.249.40.139/

You can use it as you want but I cannot guarantee the availability of the service.

Run locally

This tool relies on rocket webserver so you can start the server with:

$ cargo +nightly run

The server is started at http://localhost:8000/

Limitations

This project does not currently support:

Thanks to

About

Rust tool that tells you when your crate dependencies are out of date. (Similar to https://david-dm.org/ for npm)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages