# 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 = "protein_translation" version = "0.1.2" authors = ["Mohammed Rehaan (Feohr)"] description = "A crate to translate &str or String of RNA sequence with nucleotide into a Vec<&str> of their appropriate protein names." documentation = "https://docs.rs/protein_translation" readme = "README.md" keywords = [ "rna", "protein", "parser", "codon", "nucleotide", ] license = "MIT" repository = "https://github.com/Feohr/protein_translation" [dependencies.anyhow] version = "1.0.71" [dependencies.thiserror] version = "1.0.40"