[package]
edition = "2021"
name = "arisusay"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ASCII teabag player for Tendou Aris — like momoisay, but she teabags. Homage to 청세치/세치혀."
readme = "README.md"
keywords = [
"cli",
"ascii",
"bluearchive",
"terminal",
"fun",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/Klassikcat/ArisuSay"
[[bin]]
name = "arisusay"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.crossterm]
version = "0.28"
[dependencies.lazy_static]
version = "1"
[dependencies.rand]
version = "0.9"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"time",
"sync",
]
[dependencies.unicode-width]
version = "0.2.2"
[profile.release]
opt-level = 3
lto = true
strip = true