criterion 0.3.0

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]
edition = "2018"
name = "criterion"
version = "0.3.0"
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
exclude = ["book/*"]
description = "Statistics-driven micro-benchmarking library"
homepage = "https://bheisler.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/bheisler/criterion.rs"

[lib]
bench = false

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

[dependencies.cast]
version = "0.2"

[dependencies.clap]
version = "2.33"
default-features = false

[dependencies.criterion-plot]
version = "0.4.0"

[dependencies.csv]
version = "1.1"

[dependencies.itertools]
version = "0.8"

[dependencies.lazy_static]
version = "1.3"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand_core]
version = "0.5"
default-features = false

[dependencies.rand_os]
version = "0.2"

[dependencies.rand_xoshiro]
version = "0.3"

[dependencies.rayon]
version = "1.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tinytemplate]
version = "1.0"

[dependencies.walkdir]
version = "2.2"
[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.9"
default-features = false

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.tempdir]
version = "0.3.7"

[features]
default = []
real_blackbox = []
[badges.appveyor]
id = "4255ads9ctpupcl2"
repository = "bheisler/criterion.rs"

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

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