hexe_core 0.0.5

The core components of the hexe chess engine crate.
Documentation
[badges.appveyor]
repository = "nvzqz/Hexe"

[badges.travis-ci]
repository = "hexe-rs/Hexe"

[build-dependencies.version_check]
version = "0.1"

[dependencies.memchr]
default-features = false
version = "2.0.0"

[dependencies.rand]
default-features = false
optional = true
version = "0.4.1"

[dependencies.serde]
default-features = false
optional = true
version = "1.0.0"

[dependencies.uncon]
default-features = false
version = "1.1.0"

[dependencies.uncon_derive]
default-features = false
version = "1.1.1"

[dev-dependencies.rand]
version = "0.4.1"

[dev-dependencies.static_assertions]
version = "0.2"

[features]
default = ["std", "memchr/libc"]
simd = []
std = ["memchr/use_std", "uncon/std", "uncon_derive/std"]

[package]
authors = ["Nikolai Vazquez"]
categories = ["no-std"]
description = "The core components of the hexe chess engine crate."
documentation = "https://docs.rs/hexe_core"
include = ["Cargo.toml", "src/**/*.rs", "README*", "CHANGELOG*", "LICENSE*"]
keywords = ["chess", "engine", "ai", "magic"]
license = "MIT/Apache-2.0"
name = "hexe_core"
readme = "README.md"
repository = "https://github.com/hexe-rs/Hexe"
version = "0.0.5"