bustools_cli 0.6.0

Rust reimplementation of bustools for scRNAseq processing
Documentation
[package]
name = "bustools_cli"
version = "0.6.0"
edition = "2021"
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]
indicatif = "0.17"
clap = { version = "4", features = ["derive"] }
itertools="0.13"
tempfile="3.10"
bktree="1"

bustools_core = {version = "0.14.1", path = "../bustools_core/"}
bustools_algorithms = {version = "0.1.0", path = "../bustools_algorithms/"}

[dev-dependencies]
criterion = "0.5"
ndarray="0.15.6"
rand = "0.8"

[[bench]]
name = "my_benchmark"
harness = false
path = "benches/my_benchmark.rs"