# 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 = "biogarden" version = "0.1.0" description = "A collection of basic bioinformatics algorithms" keywords = ["bioinformatics"] license = "MIT" repository = "https://github.com/symm3try/biogarden/" resolver = "2" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "file" path = "examples/from_file.rs" [dependencies.allwords] version = "0.1.2" [dependencies.anyhow] version = "1.0" [dependencies.hashbrown] version = " 0.12.0" [dependencies.itertools] version = "0.8.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.15.4" [dependencies.num] version = "0.2.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.3" [dependencies.rand_isaac] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.statrs] version = "0.15"