r-matrix 0.2.8

Rust port of cmatrix.
Documentation
# 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"
name = "r-matrix"
version = "0.2.8"
authors = ["Lucas Rooyakkers <lucas.rooyakkers@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of cmatrix."
readme = "README.md"
license = "GPL-3.0-or-later"

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

[[bin]]
name = "r-matrix"
path = "src/main.rs"

[dependencies.pancurses]
version = "0.17.0"

[dependencies.rand]
version = "0.8.5"
features = ["small_rng"]

[dependencies.signal-hook]
version = "0.3.17"
features = ["extended-siginfo"]

[dependencies.structopt]
version = "0.3.26"

[dependencies.term_size]
version = "0.3.2"