[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
name = "criterion"
version = "0.2.0"
description = "Statistics-driven micro-benchmarking library"
homepage = "https://japaric.github.io/criterion.rs/book/index.html"
repository = "https://github.com/japaric/criterion.rs"
readme = "README.md"
keywords = ["criterion", "benchmark"]
categories = ["development-tools::profiling"]
license = "Apache-2.0/MIT"
[dependencies]
criterion-plot = { path="plot", version="0.2.0" }
criterion-stats = { path="stats", version="0.2.0" }
failure = "0.1.1"
failure_derive = "0.1.1"
itertools = "0.7"
itertools-num = "0.1"
log = "0.3"
simplelog = "^0.4.4"
serde = "1.0.24"
serde_json = "1.0.8"
serde_derive = "1.0.24"
isatty = "0.1"
clap = "2.29"
handlebars = "0.30"
[dev-dependencies]
walkdir = "0.1.5"
[badges]
travis-ci = { repository = "japaric/criterion.rs" }
appveyor = { repository = "japaric/criterion.rs", id = "4255ads9ctpupcl2" }
maintenance = { status = "actively-maintained" }
[features]
real_blackbox = []
[workspace]
[[bench]]
name = "bench_main"
harness = false
[lib]
bench = false