inputbot 0.3.0

A library for creating global hotkeys, as well as emulating mouse and keyboard input.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "inputbot"
version = "0.3.0"
authors = ["obv-mikhail <obv.mikhail@gmail.com>"]
description = "A library for creating global hotkeys, as well as emulating mouse and keyboard input."
homepage = "https://github.com/obv-mikhail/inputbot"
documentation = "https://obv-mikhail.github.io/doc/inputbot/"
readme = "README.md"
keywords = ["hotkey", "mouse", "keyboard", "input"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/obv-mikhail/inputbot"
[dependencies.lazy_static]
version = "0.2"
[target."cfg(target_os=\"linux\")".dependencies.x11]
version = "2.14.0"
features = ["xlib", "xtest"]
[target."cfg(windows)".dependencies.user32-sys]
version = "0.2.0"

[target."cfg(windows)".dependencies.winapi]
version = "0.2.8"