root_rain 0.1.3

A colorful animated weather simulation for the terminal — rain and snow effects with customizable speed, color, and style.
Documentation
[[bin]]
name = "root_rain"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.crossterm]
version = "0.27"

[dependencies.ctrlc]
version = "3.4"

[dependencies.rand]
version = "0.8"

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

[package]
authors = ["execrooted <execrooted@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "visualization", "graphics", "simulation", "games"]
description = "A colorful animated weather simulation for the terminal — rain and snow effects with customizable speed, color, and style."
edition = "2021"
homepage = "https://github.com/execrooted/root_rain"
keywords = ["cli", "terminal", "weather", "animation", "aesthetic"]
license = "MIT"
name = "root_rain"
readme = "README.md"
repository = "https://github.com/execrooted/root_rain"
version = "0.1.3"