innerput 0.0.2

Simulate keyboard input on Windows
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.thiserror]
version = "1.0.24"

[package]
authors = ["Kenneth Loeffler <kenneth.loeffler@outlook.com>"]
description = "Simulate keyboard input on Windows"
documentation = "https://docs.rs/innerput"
edition = "2018"
homepage = "https://github.com/kennethloeffler/innerput"
license = "MIT"
name = "innerput"
readme = "README.md"
repository = "https://github.com/kennethloeffler/innerput.git"
version = "0.0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["impl-default", "winuser", "processthreadsapi"]
version = "0.3.9"