[package]
name = "bustools_algorithms"
version = "0.2.0"
edition = "2024"
license = " GPL-3.0-or-later"
description = "Rust reimplementation of bustools for scRNAseq processing"
homepage = "https://codeberg.org/redst4r/bustools_rs"
repository = "https://codeberg.org/redst4r/bustools_rs"
keywords = ["scrnaseq", "kallisto", "bus", "single-cell", "rnaseq"]
categories = ["science"]
readme = "README.md"
include = ["/src", "README.md"]
[dependencies]
bustools_core = { version="0.16.2", path = "../bustools_core/"}
statrs = "0.18"
probability="0.20"
sprs = "0.11"
rand = "0.8.5"
[dev-dependencies]
tempfile="3.10"
ndarray="0.17.1"
criterion = "0.8.1"
[[bench]]
name = "my_benchmark"
harness = false
path = "benches/my_benchmark.rs"