# 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 = "libnail" version = "0.2.0" authors = ["Jack Roddy "] description = "Libnail is a library that performs profile Hidden Markov Model (PHMM) biological sequence alignment." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/TravisWheelerLab/nail" [lib] name = "libnail" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.image] version = "0.25.1" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1" [dependencies.regex] version = "1.7.0" [dependencies.seq_io] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.pretty_assertions] version = "1.4" [features] debug = ["dep:image"] default = []