# 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 = "mocats" version = "0.3.0" authors = ["Vibhav Singamshetty "] build = false include = [ "/src", "/Cargo.toml", "/Cargo.lock", "/README.md", "/LICENSE", "!/src/main.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, easy-to-use, generalized Monte Carlo Tree Search library. Works for any game, any number of players, and any tree policy (UCT Policy included as a default)." readme = "README.md" keywords = [ "mcts", "monte", "carlo", "tree", "search", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/goodvibs/mocats" [lib] name = "mocats" path = "src/lib.rs" [dependencies.fastrand] version = "2.1.1"