agari 0.22.0

A Riichi Mahjong hand calculator and scoring 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 = "agari"
version = "0.22.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Riichi Mahjong hand calculator and scoring engine"
homepage = "https://github.com/agari-industries/agari"
readme = "README.md"
keywords = [
    "mahjong",
    "riichi",
    "scoring",
    "japanese-mahjong",
]
categories = [
    "game-development",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/agari-industries/agari"
resolver = "2"

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

[[bin]]
name = "agari"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"