fastxgz 0.4.0

A fasta/fastq parser for both compressed and not compressed files.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "fastxgz"
version = "0.4.0"
build = false
exclude = ["data/*"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fasta/fastq parser for both compressed and not compressed files."
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/lrobidou/fastxgz"

[lib]
name = "fastxgz"
path = "src/lib.rs"

[dependencies.flate2]
version = "1.0.27"

[dependencies.xxhash-rust]
version = "0.8.6"
features = ["xxh3"]