fastseq 0.1.4

fastseq is a Rust crate for parsing FASTA/Q sequences
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 = "2024"
name = "fastseq"
version = "0.1.4"
authors = ["Wei Shen <shenwei356@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fastseq is a Rust crate for parsing FASTA/Q sequences"
homepage = "https://github.com/shenwei356/fastseq"
documentation = "https://crates.io/crates/fastseq"
readme = "README.md"
keywords = [
    "bioinformatics",
    "fasta",
    "fastq",
]
categories = [
    "parsing",
    "science",
]
license-file = "LICENSE"
repository = "https://github.com/shenwei356/fastseq"

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

[[example]]
name = "count_seqs"
path = "examples/count_seqs.rs"

[dependencies.bzip2]
version = "0.6"

[dependencies.flate2]
version = "1"
features = ["zlib-rs"]
default-features = false

[dependencies.gzp]
version = "2"
features = [
    "deflate",
    "flate2",
]
default-features = false

[dependencies.liblzma]
version = "0.3"

[dependencies.lz4_flex]
version = "0.13"

[dependencies.memchr]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.zstd]
version = "0.13"