[package] name = "hmmer-rs" version = "0.2.0" edition = "2021" authors = ["Ben Woodcroft "] license = "GPL-3.0" description = "Ergonomic Rust interface to HMMER" homepage = "https://github.com/wwood/hmmer-rs" repository = "https://github.com/wwood/hmmer-rs" documentation = "https://github.com/wwood/hmmer-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libhmmer-sys = "0.3.0" libc = "0.2.*" log = "0.4.*"