forked from paritytech/parity-processbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
51 lines (48 loc) · 1.31 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
46
47
48
49
50
51
[package]
name = "parity-processbot"
version = "0.1.0"
authors = ["Joseph Mark <sjeohp@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-recursion = "0.3"
byteorder = "1.3.2"
dotenv = "^0.15"
env_logger = "^0.7"
futures = { version = "0.3", features = ["async-await"] }
futures-util = { version = "0.3", features = ["async-await"] }
hyperx = "1"
log = "^0.4"
reqwest = { version = "^0.10", features = ["json"] }
rocksdb = "0.14"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "1.0.44"
snafu = { version = "0.6.0" }
tokio = { version = "0.2", features = ["full"] }
curl = "0.4"
curl-sys = "0.4"
regex = "1.3"
toml = "0.5"
base64 = "0.11"
chrono = { version = "0.4.10", features = ["serde"] }
itertools = "0.8"
parking_lot = "0.10"
jsonwebtoken = "7.1.0"
lazy_static = "1.4.0"
bincode = "1.2"
ring = "0.16"
base16 = { version = "0.2", features = ["alloc"] }
anyhow = "1.0"
async-std = { version = "1.0.1", features = ["unstable"] }
hyper = { version = "0.13.1", default-features = false, features = ["stream"] }
serde_yaml = "0.8"
thiserror = "1"
url = "2.1.1"
html-escape = "0.2.9"
cargo-lock = "^7.0.1"
eventsource = "0.5.0"
[dev-dependencies]
httptest = "0.15.1"
tempfile = "3"
insta = "1.7.1"
flexi_logger = "0.17.1"