[package]
name = "bustools_core"
version = "0.16.2"
edition = "2021"
license = " GPL-3.0-or-later"
description = "Interacting with the kallisto/bus format of scRNAseq data"
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]
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3.3"
indicatif = "0.18"
itertools="0.14.0"
tempfile="3.10"
rkyv= {version = "0.7.43", features =["validation"] }
bitvec="1"
newpfd= { version="0.9.0" }
fastfibonacci= { version="1.4.0" }
memmap2 ={ version = "0.9" }
binrw = "0.15"
[dev-dependencies]
ahash="0.8"
md5 = "0.8.0"
criterion = "0.8.1"
insta = { version = "1.39.0", features = ["yaml"] }
rand = "0.9.2"
[[bench]]
name = "my_benchmark"
harness = false
path = "benches/my_benchmark.rs"