# 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 = "sce" version = "0.2.0" authors = [ "Avi Srivastava ", "Rob Patro ", ] include = [ "/src/*.rs", "/Cargo.toml", "/README.md", "/LICENSE", ] description = "A library for importing and managing various single-cell matrices." homepage = "https://github.com/parazodiac/SingleCellExperiment" documentation = "https://github.com/parazodiac/SingleCellExperiment" readme = "README.md" keywords = [ "single-cell", "RNA-seq", "ATAC-seq", ] categories = [ "command-line-utilities", "science", ] license-file = "LICENSE" repository = "https://github.com/parazodiac/SingleCellExperiment" [dependencies.byteorder] version = "1.4.3" [dependencies.csv] version = "1.2.2" [dependencies.flate2] version = "1.0.26" [dependencies.num] version = "0.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.sprs] version = "0.11.1" [dependencies.trait-set] version = "0.3.0"