sequintools 0.11.1

A suite of tools for manipulating and reporting on NGS data that has sequins added to the sample.
Documentation
[package]
name = "sequintools"
version = "0.11.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.56", features = ["derive"] }
rand = "0.9.2"
rand_pcg = "0.9.0"
rust-htslib = "1.0.0"
anyhow = "1.0.100"
csv = "1.4.0"
thiserror = "2.0.18"
rayon = "1.11.0"

[dev-dependencies]
md5 = "0.8.0"
tempfile = "3.24.0"

[features]
test-util = []