[package]
edition = "2021"
name = "pyroclear"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Watch your terminal go up in flames! A fire animation for clearing your terminal."
homepage = "https://github.com/shreyanth-sureshkrishnaa/pyroclear"
readme = "README.md"
keywords = [
"cli",
"utility",
"terminal",
"fire",
"animation",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/shreyanth-sureshkrishnaa/pyroclear"
[[bin]]
name = "pyroclear"
path = "src/main.rs"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[profile.release]
opt-level = 3
lto = true