# 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 = "bioutils" version = "0.2.4" authors = ["Kana4"] description = "Utilities and alphabets for biological sequence data." readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.42" [dependencies.curl] version = "0.4.34" [dependencies.flate2] version = "1.0.20" [dependencies.ftp] version = "3.0.1" [dependencies.image] version = "0.23.14" [dependencies.infer] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.memchr] version = "2.4.0" [dependencies.memmem] version = "0.1.1" [dependencies.rand] version = "0.8.3" [dependencies.regex] version = "1.4.5" [dependencies.reqwest] version = "0.11.2" [dependencies.seq_io] version = "0.3.1" [dependencies.suffix_array] version = "0.5.0" [dependencies.url] version = "2.2.1" [features]