fastseq 0.1.4

fastseq is a Rust crate for parsing FASTA/Q sequences
Documentation
[package]
authors = ["Wei Shen <shenwei356@gmail.com>"]
name = "fastseq"
version = "0.1.4"
edition = "2024"
description = "fastseq is a Rust crate for parsing FASTA/Q sequences"
keywords = ["bioinformatics", "fasta", "fastq"]
categories = ["parsing", "science"]
homepage = "https://github.com/shenwei356/fastseq"
documentation = "https://crates.io/crates/fastseq"
repository = "https://github.com/shenwei356/fastseq"
readme = "README.md"
license-file = "LICENSE"

[dependencies]
bzip2 = "0.6"
flate2 = { version = "1", default-features = false, features = ["zlib-rs"] }
gzp = { version = "2", default-features = false, features = [
    "deflate",
    "flate2",
] }
liblzma = "0.3"
lz4_flex = "0.13"
memchr = "2"
thiserror = "2"
zstd = "0.13"