[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
optional = true
version = "0.69.4"
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"
[build-dependencies.fs-utils]
version = "1.1"
[build-dependencies.glob]
version = "0.3.0"
[dependencies.bzip2-sys]
optional = true
version = "0.1.8"
[dependencies.curl-sys]
features = ["static-curl", "static-ssl", "protocol-ftp"]
optional = true
version = "0.4.78"
[dependencies.libdeflate-sys]
optional = true
version = "1.21.0"
[dependencies.libz-sys]
default-features = false
features = ["zlib-ng", "static"]
version = "1.1.0"
[dependencies.lzma-sys]
features = ["static"]
optional = true
version = "0.1.16"
[features]
bzip2 = ["bzip2-sys"]
curl = ["curl-sys", "openssl-sys"]
default = ["bzip2", "lzma", "curl"]
gcs = ["curl"]
libdeflate = ["libdeflate-sys"]
lzma = ["lzma-sys"]
s3 = ["curl"]
static = []
[lib]
name = "hts_sys"
path = "src/lib.rs"
[package]
authors = ["Christopher Schröder <christopher.schroeder@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "This library provides HTSlib bindings."
documentation = "https://docs.rs/rust-htslib"
edition = "2018"
keywords = ["htslib", "bam", "bioinformatics", "pileup", "sequencing"]
license = "MIT"
links = "hts"
name = "hts-sys"
readme = "README.md"
repository = "https://github.com/samtools/htslib.git"
version = "2.2.0"
[package.metadata.release]
pre-release-commit-message = "release version {{version}}"
tag-message = "Version {{version}} of Rust-HTSlib."
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-sys]
optional = true
version = "0.9.56"