ffforf 0.3.0

Another fasta/q/x file format parser. Well fuzzed.
Documentation
[package]
name = "ffforf"
version = "0.3.0"
edition = "2021"
authors = ["Joseph Guhlin <joseph.guhlin@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Another fasta/q/x file format parser. Well fuzzed."
repository = "https://github.com/jguhlin/fffx"
categories = ["science"]
keywords = ["bioinformatics"]
exclude = [
	"test_data/*.fasta",
	"*.profdata",
]

[[bin]]
name = "ffforf"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jetscii = "0.5.3"
pulp = "0.18.9"
lazy_static = "1.4.0"
needletail = "0.5.1"

[dev-dependencies]
criterion = "0.5.1"
humansize = "2.1.3"