# 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 = "biostats" version = "0.6.8" authors = ["Aaron Zorel"] description = "A bioinformatics library" license = "Apache-2.0" repository = "https://github.com/Rustinante/biostats" [dependencies.biofile] version = "1.10.3" [dependencies.clap] version = "2.32.0" [dependencies.enum_dispatch] version = "0.3.7" [dependencies.math] version = "0.10.0" [dependencies.ndarray] version = "0.12.1" [dependencies.num] version = "0.2" [dependencies.program-flow] version = "0.1.3" [dependencies.rayon] version = "1.1.0" [dependencies.tempfile] version = "3.1.0" [dev-dependencies.ndarray-rand] version = "0.9.0" [dev-dependencies.rand] version = "0.6.5"