poirebot 0.1.5

A chess bot engine written in Rust
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.futures]
version = "0.3.13"

[dependencies.futures-util]
version = "0.3.13"

[dependencies.log]
version = "0.4.14"

[dependencies.once_cell]
version = "1.7.2"

[dependencies.rand]
version = "0.8.3"

[dependencies.rayon]
version = "1.5.0"

[dependencies.tokio]
features = ["full"]
version = "1.1.0"

[dependencies.tokio-stream]
version = "0.1.5"

[package]
authors = ["Aram Peres <aram.peres@wavy.fm>"]
description = "A chess bot engine written in Rust"
edition = "2018"
homepage = "https://github.com/aramperes/poirebot"
license = "MIT"
name = "poirebot"
readme = "../README.md"
repository = "https://github.com/aramperes/poirebot"
version = "0.1.5"