[package]
name = "sequintools"
version = "0.5.4"
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"
[[bin]]
name = "sequintools"
path = "src/main.rs"
[dependencies]
clap = { version = "4.5.34", features = ["derive"] }
rand = "0.9.0"
rand_pcg = "0.9.0"
rust-htslib = "0.49.0"
anyhow = "1.0.97"
csv = "1.3.1"
[dev-dependencies]
tempfile = "3.19.1"