minibwa-sys 0.1.6

Low-level FFI bindings to minibwa
Documentation
# 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 = "minibwa-sys"
version = "0.1.6"
authors = ["Nils Homer <nils@fulcrumgenomics.com>"]
build = "build.rs"
links = "minibwa"
include = [
    "src/",
    "build.rs",
    "shim/",
    "vendor/",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to minibwa"
documentation = "https://docs.rs/minibwa-sys"
readme = "README.md"
keywords = [
    "bioinformatics",
    "bwa",
    "alignment",
    "ffi",
    "genomics",
]
categories = [
    "external-ffi-bindings",
    "science",
]
license = "MIT"
repository = "https://github.com/fg-labs/minibwa-bindings"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"

[features]
default = []
gpl-bwtgen = []
openmp = []

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

[dependencies.libc]
version = "0.2"

[dev-dependencies.libc]
version = "0.2"

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

[build-dependencies.cc]
version = "1"