[package] name = "goalaim" version = "0.2.8" edition = "2021" description = "This package is the backend of the goalaim project." authors = ["Victor ", "Noeme "] license = "Apache-2.0" repository = "https://github.com/Les-Parpaings/GoalAim" keywords = ["backend", "server", "gamefication", "goalaim"] categories = ["network-programming", "web-programming", "web-programming::http-server"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] uuid = { version = "1.8.0", features = ["serde", "v4"] } actix-web = "4.7.0" log = "0.4.21" pretty_env_logger = "0.5" rand = "0.8.5" serde = "1.0.203" serde_derive = "1.0.203" chrono = "0.4.38" diesel = { version = "2.2.1", features = ["postgres", "chrono", "uuid"] } dotenv = "0.15.0" sha256 = "1.5.0" jsonwebtoken = "9.3.0" futures-util = "0.3.30" reqwest = "0.12.5" serde_json = "1.0.112"