[package]
edition = "2024"
name = "scdata"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Rust library for constructing sparse single-cell UMI count data with deterministic MatrixMarket export"
homepage = "https://github.com/stela2502/scdata"
documentation = "https://docs.rs/scdata"
readme = "README.md"
keywords = [
"single-cell",
"bioinformatics",
"umi",
"sparse",
"rna-seq",
]
categories = [
"science",
"data-structures",
]
license = "MIT"
repository = "https://github.com/stela2502/scdata"
[features]
compare = []
default = []
[lib]
name = "scdata"
path = "src/lib.rs"
[[test]]
name = "test-gzipped-files"
path = "tests/test-gzipped-files.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"