blob: 1dc8c2905deaf833b5b80bc7b9abd62f1d377ebf [file] [log] [blame]
# 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.11"
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.11"
[dependencies.cast]
version = "0.2"
[dependencies.clap]
version = "2.32"
default-features = false
[dependencies.criterion-plot]
version = "0.3.1"
optional = true
[dependencies.csv]
version = "1.0"
[dependencies.itertools]
version = "0.8"
[dependencies.lazy_static]
version = "1.2"
[dependencies.libc]
version = ">=0.1.5"
[dependencies.num-traits]
version = "0.2"
[dependencies.rand_core]
version = "0.3"
default-features = false
[dependencies.rand_os]
version = "0.1"
[dependencies.rand_xoshiro]
version = "0.1"
[dependencies.rayon]
version = "1.0.3"
[dependencies.rayon-core]
version = ">=1.4.1"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tinytemplate]
version = "1.0.1"
optional = true
[dependencies.walkdir]
version = "2.2.7"
[dev-dependencies.approx]
version = "0.3"
[dev-dependencies.quickcheck]
version = "0.8"
default-features = false
[dev-dependencies.rand]
version = "0.6"
[dev-dependencies.tempdir]
version = "0.3.7"
[features]
default = ["html_reports"]
html_reports = ["criterion-plot", "tinytemplate"]
real_blackbox = []
[badges.appveyor]
id = "4255ads9ctpupcl2"
repository = "bheisler/criterion.rs"
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "bheisler/criterion.rs"