mki 0.2.2

Windows and Linux library for registring global input hooks and simulating keyboard and mouse events.
Documentation
[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_yaml]
version = "0.8"

[package]
authors = ["fulara <ntszar@gmail.com>"]
categories = ["api-bindings"]
description = "Windows and Linux library for registring global input hooks and simulating keyboard and mouse events."
documentation = "https://docs.rs/mki-rust"
edition = "2018"
homepage = "https://github.com/fulara/mki-rust"
keywords = ["mouse", "keyboard", "input", "hook", "autohotkey"]
license = "MIT"
name = "mki"
readme = "README.md"
repository = "https://github.com/fulara/mki-rust"
version = "0.2.2"
[target."cfg(target_os=\"linux\")".dependencies.input]
version = "0.7"

[target."cfg(target_os=\"linux\")".dependencies.nix]
version = "0.24"

[target."cfg(target_os=\"linux\")".dependencies.uinput]
default-features = false
version = "0.1.3"

[target."cfg(target_os=\"linux\")".dependencies.x11]
features = ["xlib", "xtest"]
version = "2"
[target."cfg(windows)".dependencies.winapi]
features = ["winuser"]
version = "0.3.9"