seq_io 0.2.1

Fast FASTA and FASTQ readers
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.crossbeam]
version = "0.3"

[dependencies.memchr]
version = "2.0"

[dependencies.scoped_threadpool]
version = "0.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.bio]
version = "0.15"

[dev-dependencies.fastq]
version = "0.5"

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

[dev-dependencies.matches]
version = "0.1"