[package] name = "input-linux-sys" version = "0.8.0" authors = ["arcnmx", "meh. ", "Corey Richardson "] edition = "2018" description = "Bindings for " keywords = ["linux", "input", "evdev", "uinput"] documentation = "https://docs.rs/input-linux-sys/*/input_linux_sys" repository = "https://github.com/arcnmx/input-linux-sys-rs" readme = "README.md" license = "MIT" include = [ "src/**/*.rs", "/README*", "/COPYING*", ] [dependencies] libc = "0.2" nix = "0.26"