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