seq_io 0.2.3

Fast FASTA and FASTQ readers
Documentation
[package]
name = "seq_io"
version = "0.2.3"
authors = ["<markschl19@gmail.com>"]
description = "Fast FASTA and FASTQ readers"
license = "MIT"
repository = "https://github.com/markschl/seq_io"
documentation = "https://docs.rs/seq_io"
readme = "README.md"
keywords = ["bio", "fasta", "fastq", "parser"]
exclude = [
    "bench_results/*",
]

[dependencies]
memchr = "2.0"
buf_redux = "0.6"
scoped_threadpool ="0.1"
crossbeam = "0.3"
serde = "1.0"
serde_derive = "1.0"

[dev-dependencies]
bio = "0.15"
fastq = "0.5"
matches = "0.1"
lazy_static = "0.2"

[profile.bench]
lto = true