# 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-chrono" version = "0.2.0" authors = ["Niko Matsakis "] description = "Cargo tool to benchmark multiple commits and generate plots of the results" documentation = "https://docs.rs/cargo-chrono/" license = "Apache-2.0/MIT" repository = "https://github.com/nikomatsakis/cargo-chrono" [dependencies.chrono] version = "0.4" [dependencies.csv] version = "0.15" [dependencies.docopt] version = "0.8" [dependencies.env_logger] version = "0.4" [dependencies.error-chain] version = "0.10" [dependencies.git2] version = "0.13.5" default-features = false [dependencies.glob] version = "0.2.11" [dependencies.gnuplot] version = "0.0.22" [dependencies.lazy_static] version = "0.2.2" [dependencies.log] version = "0.3" [dependencies.pbr] version = "1.0.0" [dependencies.regex] version = "0.2" [dependencies.rustc-serialize] version = "0.3.19" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0"