# 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 = "game_chess_server" version = "0.0.1" authors = ["Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko "] include = ["/src", "/Cargo.toml", "/Readme.md", "/License"] description = "Chess game server implemented for educational purpose.\n" homepage = "https://github.com/obox-systems/game_chess/" documentation = "https://docs.rs/game_chess" readme = "Readme.md" keywords = ["chess", "gamedev"] categories = ["game-development", "games"] license = "MIT" repository = "https://github.com/obox-systems/game_chess/" resolver = "2" [lib] name = "game_chess_server" path = "./src/lib.rs" [[bin]] name = "game_chess_server" path = "./src/main.rs" [dependencies.game_chess_core] version = "~0.0" [dependencies.rollo] version = "~0.8"