[features]
bmi2 = []
[lib]
name = "laura_core"
path = "src/lib.rs"
[package]
authors = ["HansTibberio <hanstiberio@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["games"]
description = "A fast and efficient move generator for chess engines."
edition = "2021"
homepage = "https://github.com/HansTibberio/laura"
include = ["src/*", "cargo.toml", "build_dep/*", "build.rs", "README.md"]
keywords = ["chess", "game"]
license = "GPL-3.0"
name = "laura_core"
readme = "README.md"
repository = "https://github.com/HansTibberio/Laura/tree/master/laura_core"
version = "0.2.1"