[package] name = "genomics" version = "0.1.1" authors = ["Dave Fol "] edition = "2018" license = "GPL-3.0-only" repository = "https://github.com/davefol/rust-genomics" readme = "README.md" description = "A genomics library for rust focusing on individual genetics, population genetics, and SNPs" documentation = "https://github.com/davefol/rust-genomics" homepage = "https://github.com/davefol/rust-genomics" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.13.0" csv = "1.1"