# 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 = "libhmmer-sys-2"
version = "0.1.0"
build = "build.rs"
links = "hmmer"
exclude = [
    "hmmer/tutorial/",
    "hmmer/easel/demotic/examples",
    "hmmer/easel/documentation/figures",
    "hmmer/easel/miniapps/*.c",
    "hmmer/documentation/userguide/inclusions/*.pdf",
    "hmmer/testsuite/*.hmm",
    "hmmer/tutorial/*.hmm",
    "hmmer/autobuild/*.pl",
    "hmmer/profmark/*.pl",
    "hmmer/src/hmmpgmd_client_example.pl",
    "hmmer/src/hmmpress.itest.pl",
    "hmmer/test-speed/*.pl",
    "hmmer/testsuite/*.pl",
    "hmmer/src/impl_sse/p7_omx.ai",
    "hmmer/release-notes",
    "hmmer/easel/demotic/regress",
    "hmmer/documentation/userguide/inclusions/*.ai",
    "hmmer/autom4te.cache",
    "hmmer/documentation/userguide/*.tex",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to libhmmer and libeasel"
readme = "README.md"
categories = [
    "external-ffi-bindings",
    "science",
]
license = "BSD-3-Clause"
repository = "https://github.com/jianshu93/libhmmer-sys"

[lib]
name = "libhmmer_sys_2"
path = "src/lib.rs"

[dependencies]

[build-dependencies.bindgen]
version = "0.65.1"

[build-dependencies.fs_extra]
version = "1.2.0"

[build-dependencies.num_cpus]
version = "^1.0"