forked from matter-labs/zksync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
33 lines (28 loc) · 793 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
[package]
name = "loadtest"
version = "0.1.0"
authors = ["furkhat <[email protected]>"]
edition = "2018"
[dependencies]
models = { path = "../models", version = "0.0.1" }
testkit = { path = "../testkit", version = "0.1.0"}
server = { path = "../server", version = "0.0.1" }
crypto_exports = { path = "../../core/crypto_exports", version = "0.1.0" }
serde = "1.0.90"
serde_derive = "1.0.90"
serde_json = "1.0.0"
web3 = "0.10.0"
futures = { version = "0.3", features = ["compat"] }
tokio = { version = "0.2", features = ["full"] }
reqwest = { version = "0.10", features = ["json"] }
hyper = "0.13.4"
jsonrpc-core = "14.0.3"
hex = "0.4"
failure = "0.1"
num = { version = "0.2", features = ["serde"] }
rand = "0.4"
log = "0.4"
env_logger = "0.6"
structopt = "0.3"
chrono = "0.4"
sha2 = "0.8"