raikan 0.2.2

Hanabi bot using Hyphenated rules for hanab.io
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 = "raikan"
version = "0.2.2"
build = false
include = [
    "/src",
    "/tests",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hanabi bot using Hyphenated rules for hanab.io"
readme = "README.md"
keywords = [
    "hanabi",
    "hyphenated",
    "bot",
]
categories = [
    "games",
    "simulation",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/mswart/raikan"

[features]
webclient = [
    "dep:tungstenite",
    "dep:reqwest",
]

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

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

[[bin]]
name = "raikan-web"
path = "src/bin/raikan-web.rs"
test = false
bench = false
required-features = ["webclient"]

[[test]]
name = "game_test"
path = "tests/game_test.rs"

[[test]]
name = "line_tests"
path = "tests/line_tests.rs"

[[test]]
name = "tester"
path = "tests/tester.rs"

[dependencies.colored]
version = "3.0.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_pcg]
version = "0.3"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.slog]
version = "2.7.0"

[dependencies.slog-term]
version = "2.9.2"

[dependencies.tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]
optional = true

[profile.release]
debug = 2