bgzip 0.3.0

Rust implementation of bgzip
Documentation
[dependencies.flate2]
default-features = false
optional = true
version = "1"

[dependencies.libdeflater]
optional = true
version = "0.12.0"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.rayon]
optional = true
version = "1.6.1"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.0"

[dev-dependencies.csv]
version = "1"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_pcg]
version = "0.3.1"

[dev-dependencies.tempfile]
version = "3.3"

[features]
cloudflare_zlib = ["flate2/cloudflare_zlib", "flate2"]
default = ["rust_backend", "log", "rayon"]
flate2 = ["dep:flate2"]
libdeflater = ["dep:libdeflater"]
log = ["dep:log"]
rayon = ["dep:rayon"]
rust_backend = ["flate2/rust_backend", "flate2"]
zlib = ["flate2/zlib", "flate2"]
zlib-ng = ["flate2/zlib-ng", "flate2"]
zlib-ng-compat = ["flate2/zlib-ng-compat", "flate2"]

[package]
authors = ["OKAMURA, Yasunobu <okamura@informationsea.info>"]
categories = ["compression"]
description = "Rust implementation of bgzip"
edition = "2018"
exclude = ["testfiles", "tmp"]
homepage = "https://github.com/informationsea/bgzip-rs"
keywords = ["bioinformatics", "bgzip", "gzip", "compression"]
license = "MIT"
name = "bgzip"
readme = "README.md"
repository = "https://github.com/informationsea/bgzip-rs"
version = "0.3.0"