forked from matter-labs-archive/plasma_winter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
43 lines (35 loc) · 862 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
[package]
name = "plasma"
version = "0.1.0"
[dependencies]
rand = "0.4"
ff = { version = "0.4", features = ["derive"] }
hex = "0.3.2"
time = "0.1"
num-bigint = "0.2"
rust-crypto = "0.2"
fnv = "1.0.3"
ethereum-types = "0.4.0"
ethabi = "6.1.0"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
ethereum-tx-sign = "0.0.2"
rustc-hex = "2.0.1"
futures = "0.1.25"
futures-cpupool = "0.1.8"
crossbeam = "0.5.0"
crossbeam-utils = "0.6.1"
rayon = "1.0.3"
hyper = "0.12.16"
serde = "1.0.80"
serde_json = "1.0.33"
serde_derive = "1.0.80"
tokio = "0.1.13"
reqwest = "0.9.5"
actix = "0.7.7"
actix-web = "0.7.14"
rlp = "0.3.0"
tiny-keccak = "1.4.2"
secp256k1 = "0.11.1"
pairing = { git = 'https://github.com/matterinc/pairing' }
sapling-crypto = { git = 'https://github.com/matterinc/sapling-crypto' }
bellman = { git = 'https://github.com/matterinc/bellman' }