[package] name = "clicker" version = "0.5.0" description = "a simple desktop automation tool" repository = "https://codeberg.org/nycex/clicker" keywords = [ "automation" ] categories = [ "hardware-support" ] readme = "README.md" license = "MIT" authors = ["nycex "] edition = "2018" [dependencies] log = "0.4.14" env_logger = "0.8.2" structopt = "0.3.21" rand = "0.8.3" snafu = "0.6.10" inputbot = "0.5.0"