# 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-stats" version = "0.3.0" authors = ["Jorge Aparicio ", "Brook Heisler "] description = "Criterion's statistics library" documentation = "https://docs.rs/criterion-stats" readme = "README.md" keywords = ["statistics", "stats", "criterion"] license = "MIT/Apache-2.0" repository = "https://github.com/bheisler/criterion.rs" [[bench]] name = "univariate_kde" harness = false [[bench]] name = "univariate_sample" harness = false [[bench]] name = "univariate_bootstrap" harness = false [[bench]] name = "bivariate_regression" harness = false [[bench]] name = "bivariate_bootstrap" harness = false [dependencies.cast] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1" [dependencies.rand] version = "~0.4" [dependencies.thread-scoped] version = "1.0.2" [dev-dependencies.approx] version = "0.3" [dev-dependencies.criterion] version = "0.2" default-features = false [dev-dependencies.itertools-num] version = "0.1" [dev-dependencies.quickcheck] version = "0.6" default-features = false [badges.appveyor] id = "4255ads9ctpupcl2" repository = "bheisler/criterion.rs" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "bheisler/criterion.rs"