# 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 = "2018" name = "compute" version = "0.2.3" authors = ["Jeff Shen "] description = "A crate for statistical computing." readme = "README.md" keywords = ["statistics", "compute", "data"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/al-jshen/compute" [[bench]] name = "benchmark_statistics" harness = false [[bench]] name = "benchmark_linalg" harness = false [[bench]] name = "benchmark_distributions" harness = false [[bench]] name = "benchmark_functions" harness = false [[bench]] name = "benchmark_timeseries" harness = false [dependencies.alea] version = "0.2" [dependencies.approx_eq] version = "0.1" [dependencies.blas_crate] version = "0.22" optional = true default-features = false package = "blas" [dependencies.impl_ops] version = "0.1" [dependencies.lapack_crate] version = "0.19" optional = true default-features = false package = "lapack" [dependencies.reverse] version = "0.2" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_derive] version = "1.0.130" [dev-dependencies.criterion] version = "0.3" [features] blas = ["blas_crate", "accelerate-src", "openblas-src"] lapack = ["lapack_crate", "accelerate-src", "openblas-src"] [target."cfg(all(target_os = \"macos\"))".dependencies.accelerate-src] version = "0.3" optional = true [target."cfg(not(target_os = \"macos\"))".dependencies.openblas-src] version = "0.10" optional = true