# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "cargo-benchcmp" version = "0.4.5" authors = [ "Jeff Smits ", "Andrew Gallant ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [[bin]] name = "cargo-benchcmp" path = "src/main.rs" bench = false [[test]] name = "integration" path = "tests/integration.rs" [dependencies.docopt] version = "1" [dependencies.lazy_static] version = "1" [dependencies.prettytable-rs] version = "0.10.0" default-features = false [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.7"