~starkingdoms/starkingdoms

ref: 3f9784408f5c43e366106d0f547d80d9b33ffa37 starkingdoms/starkingdoms-api/Cargo.toml -rw-r--r-- 522 bytes
3f978440 — ghostlyzsh attaching and despawning modules works 2 years ago
                                                                                
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
[package]
name = "starkingdoms-api"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "4"
serde = { version = "1", features = ["derive"] }
log = "0.4"
simple_logger = "4"
better-panic = "0.3"
jwt = "0.16"
hmac = "0.12"
sha2 = "0.10"
argon2 = "0.5"
password-hash = "0.5"
actix-cors = "0.6"
mongodb = "2.7"
bson = "2.7"
toml = "0.8"
serde_json = "1"
actix-web-prom = "0.7"
prometheus = "0.13"
futures-util = "0.3"