bustools_core 0.16.2

Interacting with the kallisto/bus format of scRNAseq data
Documentation
[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"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[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"] }
# rkyv= {version = "0.8.12" }
bitvec="1"
newpfd= { version="0.9.0" }
#newpfd= { path= "/home/michi/Dropbox/newpfd-rs" }

fastfibonacci= { version="1.4.0" }
#fastfibonacci= { path= "/home/michi/Dropbox/fastfibonacci" }

memmap2 ={ version = "0.9" }
binrw = "0.15"
# crossbeam = "0.8"
# flume = "0.10"

[dev-dependencies]
#hashbrown="0.14"
ahash="0.8"
md5 = "0.8.0"
criterion = "0.8.1"
insta = { version = "1.39.0", features = ["yaml"] }
# ndarray="0.17.1"
# pretty_assertions = "1"
rand = "0.9.2"

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