# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aa_similarity" version = "0.1.0" authors = ["Jean Manguy "] build = "build.rs" publish = true description = "Substitution matrices for use in protein sequence analysis and alignment." homepage = "https://github.com/jeanmanguy/amino-acids" readme = "README.md" keywords = ["BLOSUM", "Dayhoff", "PAM", "substitution", "bioinformatics"] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/jeanmanguy/amino-acids" [lib] path = "src/lib.rs" [dependencies.aa-name] version = "0.1.4" [build-dependencies.aa-name] version = "0.1.4" [build-dependencies.heck] version = "0.3.1" [build-dependencies.nom] version = "6.0"