# 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 = "2018" name = "prot_translate" version = "0.1.0" authors = [ "dweb0", "DorianCoding", ] exclude = [ "/.travis.yml", "/benches/*", "/tests/*", ] description = "Translate nucleotide sequence to protein." homepage = "https://github.com/DorianCoding/prot_translate" documentation = "https://docs.rs/prot_translate/" readme = "README.md" keywords = [ "bioinformatics", "translate", "dna", "rna", "protein", ] categories = [ "algorithms", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/DorianCoding/prot_translate" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [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] version = "0.7.24" features = ["macros"]