# 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 = "mmft" version = "0.2.0" authors = ["Max Brown "] description = "A minimal fasta toolkit." homepage = "https://github.com/tolkit/mmft" documentation = "https://github.com/tolkit/mmft" readme = "README.md" keywords = [ "fasta", "tools", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/tolkit/mmft" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.89" [dependencies.atty] version = "0.2.14" [dependencies.bio] version = "2.0.3" [dependencies.clap] version = "4.5.19" features = ["cargo"] [dependencies.flate2] version = "1.0.34" [dependencies.lexical-sort] version = "0.3.1" [dependencies.rand] version = "0.9.0-alpha.2" [dependencies.regex] version = "1.11.0" [dependencies.thiserror] version = "1.0.64"