backgammon 0.12.0

The Rust Backgammon library
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 = "backgammon"
version = "0.12.0"
authors = ["Carlo Strub <cs@carlostrub.ch>"]
build = false
exclude = [
    ".idea",
    ".gitignore",
    "cobertura.xml",
    "Cargo.lock",
    "TODO",
    "supply-chain",
    "*.origin",
    "Makefile.toml",
    "deny.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Rust Backgammon library"
documentation = "https://docs.rs/backgammon"
readme = "README.md"
keywords = [
    "backgammon",
    "gamedev",
]
categories = ["game-development"]
license = "BSD-2-Clause"
repository = "https://codeberg.org/Backgammon/backgammon"

[badges.maintenance]
status = "actively-developed"

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

[[example]]
name = "backgammon_tui"
path = "examples/backgammon_tui.rs"

[dependencies.rand]
version = "0.9.2"

[dev-dependencies.crossterm]
version = "0.29.0"

[dev-dependencies.ratatui]
version = "0.30"