riichi_hand 0.7.0

A collection of utilities for working with Riichi Mahjong player hands
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"
rust-version = "1.85"
name = "riichi_hand"
version = "0.7.0"
authors = ["Mateusz Maćkowski <mateusz@mackowski.org>"]
build = "build.rs"
exclude = [
    ".github",
    ".gitignore",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of utilities for working with Riichi Mahjong player hands"
homepage = "https://github.com/m4tx/riichi-hand-rs"
documentation = "https://docs.rs/riichi_hand"
readme = "README.md"
keywords = [
    "riichi",
    "mahjong",
    "renderer",
]
categories = [
    "game-engines",
    "parser-implementations",
    "rendering",
]
license = "MIT"
repository = "https://github.com/m4tx/riichi-hand-rs"

[features]
default = [
    "raster-renderer",
    "fluffy-stuff-tile-sets",
    "martin-persson-tile-sets",
]
fluffy-stuff-tile-sets = [
    "image/png",
    "rayon",
    "resvg",
    "tiny-skia",
    "usvg",
]
martin-persson-tile-sets = ["image/png"]
raster-renderer = ["image"]

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

[dependencies.image]
version = "0.25.5"
optional = true
default-features = false

[dependencies.num-traits]
version = "0.2.19"

[dev-dependencies.csv]
version = "1.3.1"

[dev-dependencies.num-bigint]
version = "0.4.6"

[dev-dependencies.serde]
version = "1.0.217"
features = ["derive"]

[build-dependencies.image]
version = "0.25.5"
optional = true
default-features = false

[build-dependencies.rayon]
version = "1.10.0"
optional = true

[build-dependencies.resvg]
version = "0.45.0"
optional = true

[build-dependencies.tiny-skia]
version = "0.11.4"
optional = true

[build-dependencies.usvg]
version = "0.45.0"
optional = true