criterion 0.2.3

Statistics-driven micro-benchmarking library
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 = "criterion"
version = "0.2.3"
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
description = "Statistics-driven micro-benchmarking library"
homepage = "https://japaric.github.io/criterion.rs/book/index.html"
readme = "README.md"
keywords = ["criterion", "benchmark"]
categories = ["development-tools::profiling"]
license = "Apache-2.0/MIT"
repository = "https://github.com/japaric/criterion.rs"

[lib]
bench = false

[[bench]]
name = "bench_main"
harness = false
[dependencies.atty]
version = "0.2"

[dependencies.clap]
version = "2.29"

[dependencies.criterion-plot]
version = "0.2.3"
optional = true

[dependencies.criterion-stats]
version = "0.2.3"

[dependencies.failure]
version = "0.1.1"

[dependencies.failure_derive]
version = "0.1.1"

[dependencies.handlebars]
version = "0.31"
optional = true

[dependencies.itertools]
version = "0.7"

[dependencies.itertools-num]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.simplelog]
version = "^0.5.0"
[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.walkdir]
version = "2.1"

[features]
default = ["html_reports"]
html_reports = ["handlebars", "criterion-plot"]
real_blackbox = []
[badges.appveyor]
id = "4255ads9ctpupcl2"
repository = "japaric/criterion.rs"

[badges.coveralls]
repository = "japaric/criterion.rs"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "japaric/criterion.rs"