Cargo tally

Number of crates that depend directly on each regex version Fraction of crates that depend on failure vs anyhow and thiserror Fraction of crates.io that depends transitively on libc

cargo tally is a Cargo subcommand for drawing graphs of the number of crates that depend directly or indirectly on a crate over time.

``` Usage: cargo tally [options] queries...

Options: --db Path to crates.io's database dump [default: ./db-dump.tar.gz] --jobs, -j Number of threads to run differential dataflow --relative Display as a fraction of total crates, not absolute number --transitive Count transitive dependencies, not just direct dependencies ```

github crates.io build status


Installation

console $ wget https://static.crates.io/db-dump.tar.gz $ cargo install cargo-tally



Examples

Number of crates that depend directly on each major version of regex



Fraction of crates.io that depends directly on each major version of regex



Fraction of crates.io that depends directly on various error handling libraries



Fraction of crates.io that depends transitively on libc


License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.


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.