# 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 = "rxpipes" version = "1.3.0" authors = ["inunix3 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2D version of the ancient pipes screensaver for terminals" readme = "README.md" keywords = [ "screensaver", "tui", "pipes", "terminal", "termwiz", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/inunix3/rxpipes" [[bin]] name = "rxpipes" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.compact_str] version = "0.8.0" [dependencies.eyre] version = "0.6.12" [dependencies.hex_color] version = "3.0.0" [dependencies.rand] version = "0.8.5" [dependencies.termwiz] version = "0.22.0" [dependencies.unicode-segmentation] version = "1.11.0" [features] alternate-screen = [] default = ["alternate-screen"]