[package] name = "mocats" version = "0.3.0" authors = ["Vibhav Singamshetty "] edition = "2021" 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" repository = "https://github.com/goodvibs/mocats" license = "MIT" keywords = ["mcts", "monte", "carlo", "tree", "search"] categories = ["algorithms"] include = ["/src", "/Cargo.toml", "/Cargo.lock", "/README.md", "/LICENSE", "!/src/main.rs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fastrand = "2.1.1"