# 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 = "stats-ci" version = "0.1.1" authors = ["xdefago"] description = "A pure Rust library for computing and working with confidence intervals on sample data." documentation = "https://docs.rs/stats-ci/" readme = "README.md" keywords = [ "math", "statistics", "stats", "sampling", "analysis", ] categories = [ "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/xdefago/stats-ci" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./resources/docs-header.html", ] [[bench]] name = "bench_mean_ci" harness = false [[bench]] name = "bench_kahan" harness = false [dependencies.approx] version = "0.5.1" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.statrs] version = "0.16.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.lazy-regex] version = "3.1.0" [dev-dependencies.nu-ansi-term] version = "0.50" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand_seeder] version = "0.2.3" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.toml] version = "0.8.12" [features] approx = ["dep:approx"] default = ["approx"] serde = ["dep:serde"]