# 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 = "schedule-mouse-click" version = "0.1.0" authors = ["Jason Wei"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool to schedule a mouse click at a specific time." homepage = "https://github.com/JasonWei512/schedule-mouse-click" readme = "README.md" keywords = [ "cli", "automation", "mouse", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/JasonWei512/schedule-mouse-click" [[bin]] name = "schedule-mouse-click" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "3.2.25" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.console] version = "0.15.8" [dependencies.dateparser] version = "0.2.1" [dependencies.enigo] version = "0.2.1" [dependencies.humantime] version = "2.1.0" [dependencies.inquire] version = "0.7.5" [dependencies.keepawake] version = "0.5.1"