forked from PlusGDPS/demonlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
41 lines (39 loc) · 949 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
[package]
name = "pointercrate"
version = "0.1.0"
edition = "2018"
build = "build_documentation.rs"
[dependencies]
sqlx = { version = "0.4.2", default-features = false, features = [ "runtime-tokio-native-tls", "macros", "postgres", "chrono" ] }
actix-web = "2.0.0"
maud = "0.21.0"
reqwest = "0.10.3"
actix-files = "0.2.1"
log = "0.4.8"
serde = "1.0.104"
mime = "0.3.16"
actix-web-codegen = "0.2.1"
actix-web-httpauth = "0.8.2"
serde_json = "1.0.48"
bitflags = "1.2.1"
derive_more = "0.99.3"
futures = "0.3.4"
jsonwebtoken = "7.0.1"
base64 = "0.11.0"
lazy_static = "1.4.0"
nonzero_ext = "0.2.0"
ratelimit_meter = "5.0.0"
url = "2.1.1"
actix-rt = "1.0.0"
serde_urlencoded = "0.6.1"
bcrypt = "0.6.1"
env_logger = "0.7.1"
dotenv = "0.15.0"
chrono = "0.4.10"
bincode = "1.3.1"
hyper = "1.3.1"
tokio = { version = "1.38.0", features = ["full"] }
rustls = "0.23.10"
hyper-rustls = "0.27.2"
[dependencies.dash-rs]
git = "https://github.com/M336G/dash-rs"