-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
51 lines (44 loc) · 927 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[package]
name = "channelserver"
version = "1.2.0"
license = "MPL-2.0"
authors = [
"jr conlin<src+pairsona@jrconlin.com",
"Phil Jenvey <pjenvey@underboss.org",
"Donovan Preston <donovanpreston@gmail.com>",
]
edition = "2021"
[dependencies]
base64 = "0.22"
backtrace = "0.3"
config = "0.14"
failure = "0.1"
rand = "0.8"
bytes = "1.7"
byteorder = "1.3"
futures = "0.3"
env_logger = "0.11"
thiserror = "1.0"
uuid = { version = "1.10", features = ["serde", "v4"] }
cadence = "1.5"
slog = { version = "2.5", features = ["release_max_level_debug"] }
slog-async = "2.5.0"
slog-json = "2.3.0"
slog-scope = "4.3"
slog-stdlog = "4.0"
slog-term = "2.6"
slog-mozlog-json = "0.1.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
actix-rt = "2.8"
actix = "0.13"
actix-web = "4.9"
actix-web-actors = "4.3"
actix-files = "0.6"
reqwest = "0.12"
openssl = "0.10"
maxminddb = "0.24"
ipnet = "2.10"
#vuln
smallvec = "^1"