chessly 0.1.3

A chess engine written in Rust
Documentation
[package]
name = "chessly"
version = "0.1.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/vitali-semenyuk/chessly"
readme = "README.md"
keywords = ["chess", "chess-engine", "uci", "chess-programming"]
categories = ["games"]
description = "A chess engine written in Rust"
exclude = [
  ".cargo_vcs_info.json",
  ".github/workflows/rust.yml"
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
log = "0.4"

[dev-dependencies]
pretty_assertions = "1.4.0"
colored = "2"