[dependencies.rand]
version = "0.9.1"
[lib]
name = "simple_mcts"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library providing a straightforward and configurable implementation of the Monte Carlo Tree Search (MCTS) algorithm. It's designed for easy integration into various game AI projects, supporting both single-instance and batch-processing MCTS simulations."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "simple-mcts"
readme = "README.md"
repository = "https://github.com/Loic-Smetryns/simple-mcts"
version = "0.1.2"