cyber-rain 0.3.0

A smoother, themeable Rust take on cmatrix.
# 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 = "2024"
rust-version = "1.85"
name = "cyber-rain"
version = "0.3.0"
build = false
exclude = ["packaging/aur/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A smoother, themeable Rust take on cmatrix."
documentation = "https://docs.rs/cyber-rain"
readme = "README.md"
keywords = [
    "matrix",
    "terminal",
    "screensaver",
    "tui",
    "cli",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/anthony-cervantes/cyber-rain"

[[bin]]
name = "cyber-rain"
path = "src/main.rs"

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

[dependencies.clap_complete]
version = "4.5.46"

[dependencies.clap_mangen]
version = "0.2.29"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.toml]
version = "0.8.23"