# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "goalaim" version = "0.2.8" authors = [ "Victor ", "Noeme ", ] description = "This package is the backend of the goalaim project." readme = "README.md" keywords = [ "backend", "server", "gamefication", "goalaim", ] categories = [ "network-programming", "web-programming", "web-programming::http-server", ] license = "Apache-2.0" repository = "https://github.com/Les-Parpaings/GoalAim" [dependencies.actix-web] version = "4.7.0" [dependencies.chrono] version = "0.4.38" [dependencies.diesel] version = "2.2.1" features = [ "postgres", "chrono", "uuid", ] [dependencies.dotenv] version = "0.15.0" [dependencies.futures-util] version = "0.3.30" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.log] version = "0.4.21" [dependencies.pretty_env_logger] version = "0.5" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.203" [dependencies.serde_derive] version = "1.0.203" [dependencies.serde_json] version = "1.0.112" [dependencies.sha256] version = "1.5.0" [dependencies.uuid] version = "1.8.0" features = [ "serde", "v4", ]