# 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 = "distributed_arcade" version = "1.0.0" authors = ["Stefano Pigozzi "] description = "Fast and simple scoreboard service for games" readme = "README.md" keywords = [ "game", "scoreboard", "redis", "axum", "web-api", ] categories = ["games"] license = "AGPL-3.0-or-later" repository = "https://github.com/Steffo99/distributed-arcade" [dependencies.async-trait] version = "0.1.58" [dependencies.axum] version = "0.6.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.r2d2] version = "0.8.10" [dependencies.rand] version = "0.8.5" [dependencies.redis] version = "0.22.1" features = [ "r2d2", "ahash", "cluster", "tokio-comp", "connection-manager", ] [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tower-http] version = "0.3.4" features = ["cors"]