[[bin]]
name = "sequintools"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
features = ["derive"]
version = "4.5.53"
[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 = "0.51.0"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.md5]
version = "0.8.0"
[dev-dependencies.tempfile]
version = "3.24.0"
[features]
test-util = []
[lib]
name = "sequintools"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A suite of tools for manipulating and reporting on NGS data that has sequins added to the sample."
edition = "2021"
exclude = ["example"]
license = "Apache-2.0"
name = "sequintools"
publish = true
readme = "README.md"
repository = "https://github.com/sequinsbio/sequintools"
version = "0.11.0"
[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"