kseq 0.2.6

a simple fasta/fastq format parser library
Documentation
[package]
name = "kseq"
version = "0.2.6"
authors = ["Moold <mooldhu@gmail.com>"]
edition = "2018"
license = "MIT"
description = "a simple fasta/fastq format parser library"
homepage = "https://github.com/moold/kseq"
repository = "https://github.com/moold/kseq"
readme = "README.md"
keywords  = ["fastq", "fasta"]

[dependencies]
atty = "0.2"
flate2 = { version = ">=0.2.18", features = ["zlib"], default-features = false }

[dev-dependencies]
criterion = "0.3"
needletail = "0.4"

[[bench]]
name = "benchmark"
harness = false