ocelot-chess 0.1.4

A simple(ish) chess engine written entirely in Rust with no dependencies.
# 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"
name = "ocelot-chess"
version = "0.1.4"
authors = ["left-alert-chaos"]
build = false
exclude = [
    "assets",
    ".github",
    "target",
    "install.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple(ish) chess engine written entirely in Rust with no dependencies."
homepage = "https://github.com/left-alert-chaos/ocelot"
readme = "README.md"
keywords = ["chess"]
categories = ["games"]
license = "MIT"
repository = "https://github.com/left-alert-chaos/ocelot"

[[bin]]
name = "ocelot-chess"
path = "src/main.rs"

[dependencies]