arisusay 1.0.1

An ASCII teabag player for Tendou Aris — like momoisay, but she teabags. Homage to 청세치/세치혀.
# 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 = "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