# 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 = "hmmer-rs-2" version = "0.2.1" authors = ["Jianshu Zhao"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic Rust interface to HMMER" homepage = "https://github.com/jianshu93/hmmer-rs" documentation = "https://github.com/jianshu93/hmmer-rs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/jianshu93/hmmer-rs" [lib] name = "hmmer_rs_2" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.libc] version = "0.2.*" [dependencies.libhmmer-sys-2] version = "0.1.0" [dependencies.log] version = "0.4.*"