-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
29 lines (28 loc) · 891 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "sce"
version = "0.2.0"
authors = ["Avi Srivastava <[email protected]>", "Rob Patro <[email protected]>"]
edition = "2021"
description = "A library for importing and managing various single-cell matrices."
license-file = "LICENSE"
readme= "README.md"
repository = "https://github.com/parazodiac/SingleCellExperiment"
homepage = "https://github.com/parazodiac/SingleCellExperiment"
documentation = "https://github.com/parazodiac/SingleCellExperiment"
include = [
"/src/*.rs",
"/Cargo.toml",
"/README.md",
"/LICENSE",
]
keywords = ["single-cell", "RNA-seq", "ATAC-seq"]
categories = ["command-line-utilities", "science"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "0.4.0"
csv = "1.2.2"
sprs = "0.11.1"
flate2 = "1.0.26"
byteorder = "1.4.3"
num-traits = "0.2.15"
trait-set = "0.3.0"