# 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" rust-version = "1.74" name = "term-saver" version = "0.1.1" authors = ["Aleksei Rybin <0xalekseirybin@gmail.com>"] description = "Have you ever wanted to install screensaver in your terminal? Please visit a therapist." homepage = "https://github.com/tapciify/term-saver" documentation = "https://docs.rs/term-saver" readme = "README.md" keywords = [ "ascii", "terminal", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tapciify/term-saver" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.ctrlc] version = "3.4.2"