# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bootstrap-ht" version = "0.3.0" authors = ["Sebastien Soudan "] exclude = [ "/.github/*", "/.cargo/*", "/.gitignore", ] description = "Bootstrap Hypothesis Testing" homepage = "https://github.com/ssoudan/bootstrap-ht" documentation = "https://docs.rs/bootstrap-ht" readme = "README.md" keywords = [ "math", "statistics", "hypothesis-testing", "bootstrap", ] categories = [ "science", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/ssoudan/bootstrap-ht" [[bench]] name = "ht" harness = false required-features = ["unstable"] [dependencies.num-traits] version = "0" [dependencies.rand] version = "0" [dependencies.rand_distr] version = "0" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0" [dev-dependencies.criterion] version = "0" [dev-dependencies.itertools] version = "0" [dev-dependencies.rand_chacha] version = "0" [dev-dependencies.rand_distr] version = "0" [features] default = [] unstable = ["rand_distr"]