prot_translate 0.1.0

Translate nucleotide sequence to protein.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies]
[dev-dependencies.criterion]
version = "0.2.11"

[dev-dependencies.csv]
version = "1.1"

[dev-dependencies.fnv]
version = "1.0.3"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.phf]
features = ["macros"]
version = "0.7.24"

[package]
authors = ["dweb0", "DorianCoding"]
categories = ["algorithms", "science"]
description = "Translate nucleotide sequence to protein."
documentation = "https://docs.rs/prot_translate/"
edition = "2018"
exclude = ["/.travis.yml", "/benches/*", "/tests/*"]
homepage = "https://github.com/DorianCoding/prot_translate"
keywords = ["bioinformatics", "translate", "dna", "rna", "protein"]
license = "MIT/Apache-2.0"
name = "prot_translate"
readme = "README.md"
repository = "https://github.com/DorianCoding/prot_translate"
version = "0.1.0"