forked from docc-lab/pythia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
45 lines (44 loc) · 1.14 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
[package]
name = "pythia"
version = "1.0.0"
authors = ["Emre Ates", "Mert Toslali", "Alex Ellis", "Zhaoqi Zhang", "Darby Huye", "Lan Liu", "Samantha Puterman", "Ayse K. Coskun", "Raja R. Sambasivan"]
edition = "2018"
default-run = "pythia"
license = "BSD-2-Clause"
[dependencies]
pythia_common = { path = "./pythia_common" }
redis = "0.15.1"
serde = {version = "1.0", features = ["derive"] }
serde_json = "*"
rand = "0.7"
uuid = { version = "*", features = ["v4", "serde"] }
chrono = { version = "*", features = ["serde"] }
petgraph = { version = "*", features = ["serde-1"] }
clap = "2.33.0"
hex = "*"
rust-crypto = "*"
streaming-stats = "*"
histogram = "0.6.9"
lazy_static = "*"
indexmap = "*"
jsonrpc-core = "14.1.0"
jsonrpc-core-client = "14.1.0"
jsonrpc-client-transports = "14.1.0"
hyper = "0.12"
futures = "~0.1.6"
dirs = "*"
regex = "*"
byteorder = "*"
bimap = "*"
genawaiter = "*"
itertools = "*"
config = "*"
threadpool = "*"
strum = "0.25.0"
rustc-serialize = "0.3.25"
reqwest = { version = "0.12.3", features = ["blocking", "json"] }
url = "2.5.2"
keccak-hash = "0.11.0"
sha3 = "0.10.8"
[target.'cfg(target_os = "linux")'.dependencies]
procinfo = "*"