bustools_algorithms 0.2.0

Rust reimplementation of bustools for scRNAseq processing
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bustools_algorithms"
version = "0.2.0"
build = false
include = [
    "/src",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust reimplementation of bustools for scRNAseq processing"
homepage = "https://codeberg.org/redst4r/bustools_rs"
readme = "README.md"
keywords = [
    "scrnaseq",
    "kallisto",
    "bus",
    "single-cell",
    "rnaseq",
]
categories = ["science"]
license = " GPL-3.0-or-later"
repository = "https://codeberg.org/redst4r/bustools_rs"

[lib]
name = "bustools_algorithms"
path = "src/lib.rs"

[dependencies.bustools_core]
version = "0.16.2"

[dependencies.probability]
version = "0.20"

[dependencies.rand]
version = "0.8.5"

[dependencies.sprs]
version = "0.11"

[dependencies.statrs]
version = "0.18"

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.ndarray]
version = "0.17.1"

[dev-dependencies.tempfile]
version = "3.10"