scdata 0.2.3

High-performance Rust library for constructing sparse single-cell UMI count data with deterministic MatrixMarket export
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 = "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"