# 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 = "rjmatrix" version = "1.0.4" authors = ["Jake J "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Creates the matrix in the terminal. Use `c` to cycle colors, `0-9` to change speed, and `q` to quit." readme = "README.md" license = "MIT" repository = "https://github.com/RoastBeefer00/rmatrix" [[bin]] name = "rjmatrix" path = "src/main.rs" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.0" features = ["all-widgets"]