-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
36 lines (34 loc) · 1.15 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
[package]
name = "lupt"
version = "0.2.1"
description = "Chat app for lupt(लुप्त) users!"
authors = ["Piyush Raj <piyush.raj.kit@gmail.com>"]
edition = "2018"
license = "GPL-3.0-only"
readme = "README.md"
repository = "https://github.com/PiyushXCoder/lupt"
homepage = "https://luptchat.in"
keywords = ["chat", "Chatting", "Talk", "Stranger"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13"
actix-web = { version = "4", features = ["rustls"] }
actix-web-actors = "4"
actix-web-middleware-redirect-https = { git = "https://github.com/PiyushXCoder/actix-web-middleware-redirect-https.git" }
actix-broker = "0.4"
actix-files = "0.6"
awc = { version = "3.1", features = ["rustls"] }
clap = { version = "4", features = ["derive"] }
lazy_static = "1.4"
serde = { version = "1.0", features = ["serde_derive"] }
serde_json = "1.0"
rand = "0.8"
futures = "0.3"
sha2 = "0.10"
base64 = "0.21"
log = "0.4"
anyhow = { version = "1.0.71", features = ["backtrace"] }
simplelog = "0.12.1"
tokio = { version = "1.5.0", features = ['rt', 'rt-multi-thread', 'macros'] }
rustls = "0.20"
rustls-pemfile = "1.0.4"