-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
47 lines (45 loc) · 1.17 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[package]
name = "libradicl"
version = "0.9.0"
authors = [
"Avi Srivastava <[email protected]>",
"Hirak Sarkar <[email protected]>",
"Dongze He <[email protected]>",
"Mohsen Zakeri <[email protected]>",
"Rob Patro <[email protected]>",
]
edition = "2021"
description = "support library for alevin-fry"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/COMBINE-lab/libradicl"
homepage = "https://github.com/COMBINE-lab/libradicl"
documentation = "https://docs.rs/libradicl"
include = ["src/*.rs", "examples/*.rs", "/Cargo.toml", "/README.md", "/LICENSE"]
keywords = [
"single-cell",
"preprocessing",
"RNA-seq",
"single-nucleus",
"RNA-velocity",
]
categories = ["command-line-utilities", "science"]
[dependencies]
snap = "1"
scroll = "0.12.0"
num = "0.4.3"
ahash = "0.8.11"
serde = { version = "1.0.204", features = ["derive"] }
dashmap = "^6.0.1"
bio-types = "1.0.1"
smallvec = "1.13.2"
noodles-bam = "0.64.0"
noodles-sam = "0.61.0"
anyhow = "1.0.86"
itertools = "0.13.0"
bytemuck = { version = "1.16.1", features = ["aarch64_simd"] }
derivative = "2.2.0"
crossbeam-queue = "0.3.11"
[dev-dependencies]
needletail="0.5.1"
indicatif="0.17.8"