bustools_core 0.16.2

Interacting with the kallisto/bus format of scRNAseq data
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 = "2021"
name = "bustools_core"
version = "0.16.2"
build = false
include = [
    "/src",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interacting with the kallisto/bus format of scRNAseq data"
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"
resolver = "3"

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.binrw]
version = "0.15"

[dependencies.bitvec]
version = "1"

[dependencies.fastfibonacci]
version = "1.4.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.itertools]
version = "0.14.0"

[dependencies.memmap2]
version = "0.9"

[dependencies.newpfd]
version = "0.9.0"

[dependencies.rkyv]
version = "0.7.43"
features = ["validation"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tempfile]
version = "3.10"

[dev-dependencies.ahash]
version = "0.8"

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

[dev-dependencies.insta]
version = "1.39.0"
features = ["yaml"]

[dev-dependencies.md5]
version = "0.8.0"

[dev-dependencies.rand]
version = "0.9.2"