[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"]