# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mki_fork" version = "0.2.1" authors = ["fulara "] description = "Windows and Linux library for registring global input hooks and simulating keyboard and mouse events. This is a basic fork from mki to update the 'input' dependency that uses an updated libinput 1.19.1 version vs 1.19.0." homepage = "https://github.com/fulara/mki-rust" documentation = "https://docs.rs/mki" readme = "README.md" keywords = [ "mouse", "keyboard", "input", "hook", "autohotkey", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/fulara/mki-rust" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [target."cfg(target_os=\"linux\")".dependencies.input] version = "0.7" [target."cfg(target_os=\"linux\")".dependencies.nix] version = "0.22" [target."cfg(target_os=\"linux\")".dependencies.uinput] version = "0.1.3" default-features = false [target."cfg(target_os=\"linux\")".dependencies.x11] version = "2" features = [ "xlib", "xtest", ] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winuser"]