[package] name = "simulate" version = "0.3.0" authors = ["Gymore "] edition = "2018" description = "This crate allows you to simulate keystrokes." readme = "readme.md" license = "MIT" repository = "https://github.com/gymore-z/simulate" keywords = [ "keyboard" ] categories = [ ] [dependencies] lazy_static = "1.4" [target.'cfg(windows)'.dependencies.winapi] version = "0.3" default-features = false features = [ "winuser", "errhandlingapi", "winbase" ]