-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
37 lines (33 loc) · 1.05 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
[package]
name = "downcat"
version = "0.3.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
no-self-update = []
no-update-checker = ["no-self-update"]
[dependencies]
actix-web = { version = "4.1.0", features = ["rustls"] }
static-files = "0.2.3"
actix-web-static-files = "4.0.0"
colored = "2.0.0"
tokio = { version = "1.19.2", features = ["full"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
tokio-stream = { version = "0.1.9", features = ["fs"] }
actix-codec = "0.5.0"
bytes = "1.1.0"
futures-util = "0.3.21"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
blob-uuid = "0.5.0"
clap = { version = "3.2.5", features = ["derive"] }
actix-cors = "0.6.1"
qstring = "0.7.2"
local-ip-address = "0.4.4"
rcgen = "0.9.2"
rustls = "0.20.6"
self_update = {version = "0.30.0", features = ["archive-zip", "compression-zip-bzip2", "compression-zip-deflate", "rustls"]}
actix-multipart = "0.4.0"
actix-files = "0.6.2"
[build-dependencies]
static-files = "0.2.3"