# 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 = "xo-rs" version = "0.5.1" authors = ["xXCoolinXx collin.t.francel@gmail.com"] description = "TicTacToe terminal game with Rust" homepage = "https://github.com/xXCoolinXx/xo-rs" readme = "README.md" keywords = ["tictactoe", "cli", "ttt", "xo", "tic-tac-toe"] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/xXCoolinXx/xo-rs" resolver = "2" [profile.dev] opt-level = 1 [dependencies.colored] version = "2" [dependencies.ndarray] version = "0.15.4" [dependencies.rand] version = "0.8.0"