sequintools 0.8.1

A suite of tools for manipulating and reporting on NGS data that has sequins added to the sample.
[package]
name = "sequintools"
version = "0.8.1"
edition = "2021"
license = "Apache-2.0"
publish = true
description = "A suite of tools for manipulating and reporting on NGS data that has sequins added to the sample."
readme = "README.md"
repository = "https://github.com/sequinsbio/sequintools"
exclude = ["example"]

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

[dependencies]
clap = { version = "4.5.38", features = ["derive"] }
rand = "0.9.1"
rand_pcg = "0.9.0"
# When uprevving htslib, check if we can remove the advisory ignore in the
# deny.toml file for the idna crate.
rust-htslib = "0.49.0"
anyhow = "1.0.98"
csv = "1.3.1"

[dev-dependencies]
tempfile = "3.20.0"