# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cg-game-server" version = "1.0.2" authors = ["Maxwell Matthis "] description = "A library to help build CodeGame game servers." homepage = "https://github.com/code-game-project/cg-game-server" readme = "README.md" keywords = ["actix", "actix-web", "websockets", "code-game-project"] license = "GPL-3.0" repository = "https://github.com/code-game-project/cg-game-server.git" [dependencies.actix] version = "0.10" [dependencies.actix-web-actors] version = "3" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dev-dependencies.regex] version = "1.5.4"