[[bin]]
name = "sequintools"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.99"
[dependencies.clap]
features = ["derive"]
version = "4.5.47"
[dependencies.csv]
version = "1.3.1"
[dependencies.rand]
version = "0.9.2"
[dependencies.rand_pcg]
version = "0.9.0"
[dependencies.rayon]
version = "1.11.0"
[dependencies.rust-htslib]
version = "0.50.0"
[dependencies.thiserror]
version = "2.0.16"
[dev-dependencies.md5]
version = "0.8.0"
[dev-dependencies.tempfile]
version = "3.22.0"
[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.9.1"
[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"