laura_core 0.4.0

A fast and efficient move generator for chess engines.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"