seqsum 0.4.0

Robust sequence checksums for FASTA/FASTQ
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 = "seqsum"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Robust sequence checksums for FASTA/FASTQ"
homepage = "https://github.com/bede/seqsum"
readme = "README.md"
keywords = [
    "bioinformatics",
    "genomics",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/bede/seqsum"

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

[[bin]]
name = "seqsum"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

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

[dependencies.log]
version = "0.4"

[dependencies.paraseq]
version = "0.4.8"

[dependencies.rapidhash]
version = "4.2.2"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.26"

[dev-dependencies.zstd]
version = "0.13"