[dependencies.lazy_static]
version = "1.4.0"
[dependencies.rand]
version = "0.8.0"
[dependencies.rand_xorshift]
version = "0.3.0"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.time]
version = "0.2.25"
[lib]
name = "arbor"
path = "src/lib.rs"
[package]
authors = ["prestonmlangford <prestonmlangford@gmail.com>"]
categories = ["algorithms", "game-development", "games"]
description = "A generic interface to the Monte Carlo Tree Search algorithm."
edition = "2018"
keywords = ["mcts", "ai", "game", "search", "tree"]
license = "MIT"
name = "arbor"
readme = "../README.md"
repository = "https://github.com/prestonmlangford/arbor.git"
version = "0.2.0"