forked from 5afe/safe-client-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (32 loc) · 1.07 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
[package]
name = "safe-client-gateway"
version = "3.37.0"
authors = ["jpalvarezl <[email protected]>", "rmeissner <[email protected]>", "fmrsabino <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bb8-redis = "0.12.0"
bigdecimal = { version = "0.3.0", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
derivative = "2.2.0"
dotenv = "0.15.0"
env_logger = "0.9.1"
ethcontract-common = "0.15.4"
ethabi = "16.0.0"
itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4.17"
mockall = "0.11.3"
rand = "0.8.5"
r2d2 = "0.8.10"
regex = "1.6.0"
reqwest = { version = "0.11.12", features = ["json"] }
rocket = { version = "0.5.0-rc.2", features = ["tls", "json"] }
rocket_codegen = { version = "0.5.0-rc.2" }
rocket_okapi = { version="0.8.0-rc.2", features = ["swagger"] }
semver = "1.0.14"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = { version = "1.0.87", features = ["raw_value"] }
serde_repr = "0.1.9"
thiserror = "1.0.37"
tokio = "1.16.1"