[dependencies.chesspos]
version = "0.2.0"
[lib]
name = "bitboard64"
path = "src/lib.rs"
[package]
authors = ["Isak Jägberg <ijagberg@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "A 64-bit bitboard useful for chess programming"
edition = "2021"
homepage = "https://github.com/ijagberg/bitboard"
keywords = ["chess"]
license = "MIT OR Apache-2.0"
name = "bitboard64"
readme = "README.md"
repository = "https://github.com/ijagberg/bitboard"
version = "0.2.1"