[package]
edition = "2021"
name = "sequintools"
version = "0.11.1"
build = "build.rs"
exclude = ["example"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A suite of tools for manipulating and reporting on NGS data that has sequins added to the sample."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/sequinsbio/sequintools"
[features]
test-util = []
[lib]
name = "sequintools"
path = "src/lib.rs"
[[bin]]
name = "sequintools"
path = "src/main.rs"
[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
version = "4.5.56"
features = ["derive"]
[dependencies.csv]
version = "1.4.0"
[dependencies.rand]
version = "0.9.2"
[dependencies.rand_pcg]
version = "0.9.0"
[dependencies.rayon]
version = "1.11.0"
[dependencies.rust-htslib]
version = "1.0.0"
[dependencies.thiserror]
version = "2.0.18"
[dev-dependencies.md5]
version = "0.8.0"
[dev-dependencies.tempfile]
version = "3.24.0"