forked from COMBINE-lab/terminus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (38 loc) · 937 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
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "terminus"
version = "0.1.0"
authors = ["Rob Patro <[email protected]>", "Hirak Sarkar <[email protected]>"]
edition = "2018"
[dependencies]
GSL = "*"
ndarray = "0.13.0"
ndarray-stats = "0.3.0"
pretty_env_logger = "0.3.1"
clap = "^2.33.0"
log = "^0.4.8"
log4rs = "^0.9.0"
petgraph = "^0.4.13"
nalgebra = "^0.18"
csv = "^1.1.1"
serde = { version = "^1.0.103", features = ["derive"] }
pbr = { git = "https://github.com/a8m/pb", branch = "master" }
flate2 = { version = "1.0.13" }
byteorder = "1.3.2"
serde_json = "^1.0.44"
indicatif = "^0.13.0"
ordered-float = "1.0.2"
sorted-list = "0.2.0"
itertools = "0.8.2"
rand = "0.7.2"
num-format = "0.4.0"
num-traits = "0.2.11"
binary-heap-plus = "0.2.0"
rayon = "1.3.0"
rand_core = "0.5.1"
rand_pcg = "0.2.1"
refinery = { git = "https://github.com/jneem/refinery", branch = "master" }
assert_cmd = "0.12.0"
[features]
default = ["GSL/v2"]
[dev-dependencies]
predicates = "1.0.2"