cargo-benchcmp 0.4.0

A utility for comparing Rust micro-benchmark output.
# 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-benchcmp"
version = "0.4.0"
authors = ["Jeff Smits <jeff.smits@gmail.com>", "Andrew Gallant <jamslam@gmail.com>"]
description = "A utility for comparing Rust micro-benchmark output."
homepage = "https://github.com/BurntSushi/cargo-benchcmp"
readme = "README.md"
keywords = ["benchmark", "compare", "bench", "micro"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/cargo-benchcmp"
[dependencies.docopt]
version = "1"

[dependencies.lazy_static]
version = "1"

[dependencies.prettytable-rs]
version = "0.6.6"
default-features = false

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.quickcheck]
version = "0.7"

[dev-dependencies.second_law]
version = "0.3.1"