[[bin]]
name = "beast"
path = "src/main.rs"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.rand]
version = "0.9.1"
[dependencies.reqwest]
features = ["blocking"]
version = "0.12.15"
[dependencies.ron]
version = "0.10.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.time]
features = ["serde", "formatting", "parsing", "local-offset"]
version = "0.3"
[lib]
name = "beast1984"
path = "src/lib.rs"
[package]
authors = ["Dominik Wilkowski <Hi@Dominik-Wilkowski.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "games"]
description = "An ASCII game built in rust in loving memory of the 1984 hit BEAST by Dan Baker, Alan Brown, Mark Hamilton and Derrick Shadel"
edition = "2024"
homepage = "https://github.com/dominikwilkowski/beast"
include = ["../README.md", "src/**", "Cargo.toml", "Cargo.lock", "LICENSE", "tests/**"]
keywords = ["cli", "ASCII", "Beast", "game", "homage"]
license = "GPL-3.0-or-later"
name = "beast1984"
readme = "README.md"
repository = "https://github.com/dominikwilkowski/beast"
version = "1.0.2"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "help_test"
path = "tests/help_test.rs"