acid-rain 0.1.2

Emulate screensaver.
# 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 = "acid-rain"
version = "0.1.2"
authors = ["yampolson <https://github.com/Yamp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Emulate screensaver."
homepage = "https://github.com/Yamp/acid-rain"
documentation = "https://docs.rs/acid-rain"
readme = "README.md"
keywords = [
    "rain",
    "acid-rain",
    "cmatrix",
    "animation",
    "screensaver",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/Yamp/acid-rain"

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

[dependencies.anyhow]
version = "^1.0.79"
features = []

[dependencies.clap]
version = "^4.4.18"
features = [
    "derive",
    "unstable-v5",
    "wrap_help",
]

[dependencies.crossterm]
version = "^0.27.0"

[dependencies.ezemoji]
version = "^0.2.1"

[dependencies.itertools]
version = "^0.12.0"

[dependencies.ndarray]
version = "^0.15.6"

[dependencies.once_cell]
version = "^1.19.0"

[dependencies.rand]
version = "^0.8.5"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 2
debug-assertions = false
panic = "unwind"
overflow-checks = false
incremental = false