# 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 = "2021" name = "mouse-keyboard-input" version = "0.9.1" authors = ["Andrew Korovkin "] description = "Send mouse and keyboard events on any distro and X11 or Wayland" readme = "README.md" keywords = [ "linux", "input", "mouse", "keyboard", "control", ] license = "MIT OR Apache-2.0" repository = "https://github.com/positiveway/mouse-keyboard-input" [dependencies.crossbeam-channel] version = "0.5" [dependencies.ioctl-sys] version = "0.8" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.28" [features] auto-acquire-permissions = [] default = ["auto-acquire-permissions"]