cargo-tally 0.2.4

Cargo subcommand for drawing graphs of the number of direct dependencies on a crate over time
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cargo-tally"
version = "0.2.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
description = "Cargo subcommand for drawing graphs of the number of direct dependencies on a crate over time"
readme = "README.md"
categories = ["development-tools::cargo-plugins"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dtolnay/cargo-tally"
[dependencies.cargo]
version = "0.27"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.env_logger]
version = "0.5"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.flate2]
version = "1.0"

[dependencies.fnv]
version = "1.0"

[dependencies.gnuplot]
version = "0.0.25"

[dependencies.indicatif]
version = "0.9"

[dependencies.isatty]
version = "0.1"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.palette]
version = "0.4"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.8"

[dependencies.semver]
version = "0.9"
features = ["serde"]

[dependencies.semver-parser]
version = "0.7"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.string-interner]
version = "0.6"

[dependencies.structopt]
version = "0.2"

[dependencies.tar]
version = "0.4"

[dependencies.unindent]
version = "0.1"

[dependencies.url]
version = "1.6"