rustengine 1.0.60

Rust bitboard multi variant uci chess analysis engine.
Documentation
[[bin]]
name = "rustengine"
path = "src/main.rs"
[dependencies.once_cell]
version = "1.3.1"

[dependencies.rand]
version = "0.7"

[lib]
name = "rustenginelib"
path = "src/lib.rs"

[package]
authors = ["easychessanimations <chessbotroulette@gmail.com>"]
description = "Rust bitboard multi variant uci chess analysis engine."
documentation = "https://docs.rs/rustengine"
edition = "2018"
homepage = "https://github.com/easychessanimations/rustengine#rustengine"
keywords = ["bitboard", "variant", "chess", "uci", "engine"]
license = "MIT"
name = "rustengine"
repository = "https://github.com/easychessanimations/rustengine"
version = "1.0.60"