[package] name = "transcriptome_translation" version = "0.1.0" authors = ["Steve.H "] license = "MIT" description = "Translates nucleotide sequences to Amino Acid sequences. (RNA and DNA, shifts reading frames and reverses)" repository = "https://github.com/rundrop1/transcriptome_translator" documentation = "https://github.com/rundrop1/transcriptome_translator/README.md" [dependencies] nom = "~1.2.0" memmap = "0.2.3" phf = "0.7.12" phf_macros = "0.7.12" radix_trie = "0.0.8"