# 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 = "rusty-rain" version = "0.3.7" authors = ["cowboy8625 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross platform CMatrix like program." homepage = "https://rusty-rain.xyz" readme = "README.md" keywords = [ "matrix", "matrix-rain", "emoji", "cmatrix", "rain", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/cowboy8625/rusty-rain" [profile.release] debug = 2 [[bin]] name = "rusty-rain" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = [ "cargo", "derive", ] [dependencies.crossterm] version = "0.28.1" [dependencies.itertools] version = "0.13.0" [dependencies.rand] version = "0.8.5"