simulate 0.2.1

This crate allows you to simulate keystrokes.
[package]

name = "simulate"

version = "0.2.1"

authors = ["Gymore <gymore.contact@gmail.com>"]

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 = [ ]



[target.'cfg(windows)'.dependencies.winapi]

version = "0.3"

default-features = false

features = [ "winuser" ]