[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"