r-matrix 2.0.6

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 = "2.0.6"
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"
repository = "https://github.com/Fierthraix/rmatrix"

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

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.rand]
version = "0.10.1"

[target."cfg(unix)".dependencies.signal-hook]
version = "0.4.4"
features = ["extended-siginfo"]