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[package]
name = "ogn-web-gateway"
version = "0.1.0"
authors = ["Tobias Bieniek <tobias.bieniek@gmail.com>"]
edition = "2018"
[dependencies]
actix = "0.10.0"
actix-cors = "0.3.0"
actix-files = "0.3.0"
actix-ogn = "0.4.0"
actix-web = { version = "3.3.3", features = ["default", "openssl"] }
actix-web-actors = "3.0.0"
anyhow = "1.0.82"
bincode = "1.3.3"
chrono = "0.4.24"
clap = "2.34.0"
itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4"
pretty_env_logger = "0.4"
r2d2_redis = "0.13"
regex = "1"
sentry = { version = "0.20.1", features = ["default", "log", "env_logger"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0"
systemstat = "0.1.11"
[dev-dependencies]
approx = "0.5.1"