# 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 = "2018" name = "robopilot" version = "1.0.0-alpha" authors = ["Darwin Subramaniam "] build = "build.rs" description = "Mouse and Keyboard record and replay application" readme = "README.md" keywords = ["mouse", "keyboard", "automated"] license = "MIT" repository = "https://github.com/udwtech/Robopilot" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2" [dependencies.device_query] version = "0.2.8" [dependencies.enigo] version = "0.0.14" [dependencies.process_list] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5.8" [build-dependencies.winres] version = "0.1"