[badges.appveyor]
repository = "nvzqz/Hexe"
[badges.travis-ci]
repository = "hexe-rs/Hexe"
[[bin]]
name = "hexe"
[build-dependencies.version_check]
version = "0.1"
[dependencies.hexe_core]
version = "0.0.5"
[dependencies.num_cpus]
version = "1.0.0"
[dependencies.rand]
optional = true
version = "0.4.0"
[dependencies.scoped_threadpool]
version = "0.1"
[dependencies.uncon]
version = "1.1.0"
[dev-dependencies.rand]
version = "0.4"
[dev-dependencies.static_assertions]
version = "0.2"
[features]
serde = ["hexe_core/serde"]
simd = ["hexe_core/simd"]
[lib]
name = "hexe"
[package]
authors = ["Nikolai Vazquez"]
description = "A chess engine."
documentation = "https://docs.rs/hexe"
include = ["Cargo.toml", "src/**/*.rs", "README*", "CHANGELOG*", "LICENSE*"]
keywords = ["chess", "engine", "ai", "magic"]
license = "MIT/Apache-2.0"
name = "hexe"
readme = "README.md"
repository = "https://github.com/hexe-rs/Hexe"
version = "0.0.5"