# 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 = "mctser" version = "0.1.2" authors = ["rikkaka "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An incridiblely easy-to-use library for Monte Carlo Tree Search" homepage = "https://github.com/rikkaka/mctser" documentation = "https://docs.rs/mctser" readme = "README.md" keywords = [ "mcts", "game_ai", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/rikkaka/mctser" [lib] name = "mctser" path = "src/lib.rs" [[example]] name = "tictactoe" path = "examples/tictactoe.rs" [dependencies]