-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
46 lines (40 loc) · 1 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
[package]
name = "ixy-ci"
version = "0.1.0"
authors = ["Boris-Chengbiao Zhou <[email protected]>"]
edition = "2018"
# TODO: Go through dependencies and disable unused features to improve compile time
[dependencies]
env_logger = "0.7.1"
log = "0.4.8"
serde = { version = "1.0.98", features = ["derive"] }
serde_json = "1.0.40"
snafu = "0.6.0"
clap = "2.33"
crossbeam-channel = "0.4.0"
chrono = "0.4.9"
toml = "0.5.3"
hex = "0.4.0"
url = { version = "2.1.0", features = ["serde"] }
# Web
# TODO: Update `actix-rt` and `futures` once `actix-web` 2.0 is released
actix-web = "1.0.5"
actix-files = "0.1.6"
actix-rt = "0.2.4"
futures = "0.1.28"
# GitHub
hubcaps = { git = "https://github.com/softprops/hubcaps.git" }
# TODO: Update to 0.16 once jsonwebtoken v7 is released:
# https://github.com/Keats/jsonwebtoken/pull/91
ring = "0.14.6"
# OpenStack
openstack = "0.3.0"
fallible-iterator = "0.2.0"
waiter = "0.1.1"
# Worker
ssh2 = "0.6.0"
reqwest = "0.9.20"
# pcap
pcap-file = "1.1.1"
etherparse = "0.9.0"
byteorder = "1.3.2"