# 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 = "reversi-game" version = "0.3.3" description = "A rust implementation of the Reversi game. Reversi is a board game for two players, who take turns dropping pieces of a given color on a game board. " keywords = [ "reversi", "board-game", "game", ] categories = [ "games", "command-line-utilities", "simulation", ] license = "GPL-3.0-or-later" repository = "https://github.com/leo848/reversi" resolver = "2" [[bin]] name = "reversi" path = "src/main.rs" [dependencies.clap] version = "3.2.8" features = ["cargo"] [dependencies.clearscreen] version = "1.0.10" [dependencies.colored] version = "2.0.0" [dependencies.itertools] version = "0.10.3" [dependencies.rand] version = "0.8.4" [dependencies.spinners] version = "4.1.0" [dependencies.split-iter] version = "0.1.0"