# 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 = "tictactoe_menace_s" version = "1.0.0-alpha.7" authors = ["Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>"] description = "Tic Tac Toe game with a Menace AI" homepage = "https://aliimami.com/ttt_menace" documentation = "https://docs.rs/crate/ttt_menace" readme = "README.md" keywords = [ "tictactoe", "menace", "rust", ] categories = [ "game", "ai", "tictactoe", "menace", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AliSajid/tictactoe" resolver = "1" [lib] name = "menace_s" path = "src/lib.rs"