[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
description = "Criterion's statistics library"
documentation = "http://japaric.github.io/stats.rs/criterion-stats"
keywords = ["statistics", "stats"]
license = "MIT OR Apache-2.0"
name = "criterion-stats"
repository = "https://github.com/japaric/stats.rs"
version = "0.1.0"
[dependencies]
cast = "0.1.0"
floaty = "0.1.0"
num_cpus = "0.2.10"
rand = "0.3.13"
thread-scoped = "1.0.1"
[dev-dependencies]
approx = "0.1.0"
itertools = "0.4.7"
quickcheck = "0.2.25"
quickcheck_macros = "0.2.25"