# 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] edition = "2018" name = "saber" version = "0.1.2" authors = ["Aaron"] description = "ScAlaBle Estimator Regressor for heritability estimation" license = "Apache-2.0" repository = "https://github.com/Rustinante/saber.git" [profile.bench] opt-level = 3 [dependencies.analytic] version = "^0.3.0" [dependencies.biofile] version = "0.1.12" [dependencies.blas-src] version = "0.3" features = ["openblas"] [dependencies.clap] version = "2.32.0" [dependencies.colored] version = "1.7.0" [dependencies.ndarray] version = "0.12.1" features = ["blas"] [dependencies.ndarray-linalg] version = "0.10.0" [dependencies.ndarray-parallel] version = "0.9.0" [dependencies.ndarray-rand] version = "0.9.0" [dependencies.num-traits] version = "0.2.6" [dependencies.rand] version = "0.6.5" [dependencies.rayon] version = "1.1.0" [dependencies.time] version = "0.1.42" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.tempfile] version = "3.0.8"