simulate 0.1.2

This crate allows you to simulate keystrokes.
[package]
name = "simulate"
version = "0.1.2"
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 = [ "simulation" ]

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
default-features = false
features = [ "winuser" ]