[package]
edition = "2024"
name = "scdata"
version = "0.1.0"
authors = ["Stefan Lang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for efficient capture of single-cell sequencing data, providing sparse matrix handling, gene/cell indexing. Data access is not priorized here!"
homepage = "https://github.com/stela2502/scdata"
documentation = "https://docs.rs/scdata"
readme = "README.md"
keywords = [
"bioinformatics",
"single-cell",
"sparse-matrix",
"rna-seq",
"scRNA-seq",
]
categories = [
"science",
"data-structures",
]
license = "MIT"
repository = "https://github.com/stela2502/scdata"
[lib]
name = "scdata"
path = "src/lib.rs"
[[test]]
name = "test-scdata"
path = "tests/test-scdata.rs"
[dependencies.flate2]
version = "1.1.2"
[dependencies.int_to_str]
version = "0.1.0"
package = "stela-int-to-str"
[dependencies.mapping_info]
version = "0.1.0"
[dependencies.rayon]
version = "1.10.0"
[dependencies.regex]
version = "1.11.1"