libchessticot 0.2.2

A chess library with engines
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.rand]
optional = true
version = "0.9.0"

[dev-dependencies.criterion]
version = "0.5.1"

[features]
rng = ["dep:rand"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A chess library with engines"
edition = "2021"
license = "MIT"
name = "libchessticot"
readme = "README.md"
repository = "https://github.com/Simisticot/libchessticot"
version = "0.2.2"