# 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 = "autoclick" version = "1.0.2" authors = ["Dev380 <49997896+Dev380@users.noreply.github.com>"] description = "A simple application that moves your mouse and clicks every five seconds." homepage = "https://github.com/Dev380/autoclick/" readme = "README.md" keywords = ["autoclick"] license = "GPL-3.0" repository = "https://github.com/Dev380/autoclick/" [profile.release] lto = "fat" codegen-units = 1 [dependencies.enigo] version = "0.0.14" [dependencies.ron] version = "0.6.0" [dependencies.serde] version = "1.0.114"