Cargo tally

cargo tally is a Cargo subcommand for drawing graphs of the number of direct dependencies on a crate over time. Scroll down for some graphs!

``` Usage: cargo tally --init cargo tally [options] ...

Options: --graph TITLE Display line graph using gnuplot, rather than dump csv --exclude REGEX Ignore a dependency coming from any crates matching regex ```

Installation

cargo install cargo-tally cargo tally --init


cargo tally --graph "Serde vs rustc-serialize direct dependencies" rustc-serialize serde

Serde vs rustc-serialize direct dependencies


cargo tally --exclude '^google-' --graph "Number of direct dependencies by Serde version" serde:0.5 serde:0.6 serde:0.7 serde:0.8 serde:0.9 serde:1.0

Serde versions


License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.