# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "clicker" version = "0.5.0" authors = ["nycex "] description = "a simple desktop automation tool" readme = "README.md" keywords = ["automation"] categories = ["hardware-support"] license = "MIT" repository = "https://codeberg.org/nycex/clicker" [dependencies.env_logger] version = "0.8.2" [dependencies.inputbot] version = "0.5.0" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.3" [dependencies.snafu] version = "0.6.10" [dependencies.structopt] version = "0.3.21"