# 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 = "tarnished" version = "0.4.0" description = "Very simple CLI app for testing the percent of nucleotides in FASTA files" homepage = "https://github.com/777moneymaker/tarnished" readme = "README.md" keywords = [ "fasta", "nucleotide", "count", "tui", "bioinformatics", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/777moneymaker/tarnished.git" [dependencies.anyhow] version = "1.0.68" [dependencies.bio] version = "1.1.0" [dependencies.clap] version = "~2.27.0" [dependencies.crossterm] version = "0.25" [dependencies.indicatif] version = "0.17.2" [dependencies.tui] version = "0.19"