[package] name = "starkingdoms-api" version = "0.0.1" authors = ["core "] edition = "2021" description = "The API server that powers StarKingdoms" license = "AGPL-3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4" actix-cors = "0.6" serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.8" log = "0.4" env_logger = "0.10" diesel = { version = "2", features = ["serde_json"] } diesel-async = { version = "0.4", features = ["postgres", "bb8", "async-connection-wrapper"] } diesel_migrations = "2" bb8 = "0.8" rand = "0.8" argon2 = "0.5" password-hash = "0.5" rs-snowflake = "0.6" jwt = "0.16" sha2 = "0.10" hmac = "0.12"