brett-core 0.1.0

The core library of the brett-engine.
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"
name = "brett-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core library of the brett-engine."
homepage = "https://brett-engine.github.io/brett-core/"
readme = "README.md"
keywords = [
    "abstract-games",
    "general-game-playing",
]
categories = [
    "game-engines",
    "game-development",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/brett-engine/brett-core"

[lib]
name = "brett_core"
path = "src/lib.rs"

[dependencies]