# 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 = "tictacrustle" version = "1.0.0-next.2" authors = ["Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>"] description = "Tic Tac Toe game with a Menace[ing] 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" [profile.dev] opt-level = 1 debug = 2 [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [lib] name = "tictacrustle" path = "src/lib_tictacrustle/lib.rs" [[bin]] name = "ttrustle" path = "src/ttrustle/main.rs" [dependencies.color-eyre] version = "0.6.2" [dependencies.env_logger] version = "0.11.2" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dev-dependencies.rstest] version = "0.18.2" [lints.rustdoc] broken_intra_doc_links = "deny" invalid_rust_codeblocks = "deny" missing_docs = "forbid" redundant_explicit_links = "deny"