[dependencies.bitflags]
version = "1.2.1"
[dependencies.evdev-sys]
version = "0.2.1"
[dependencies.libc]
version = "0.2.67"
[dependencies.log]
version = "0.4.8"
[package]
authors = ["Nayan Deshmukh <nayan26deshmukh@gmail.com>"]
description = "Bindings to libevdev for interacting with evdev devices. It moves the\ncommon tasks when dealing with evdev devices into a library and provides\na library interface to the callers, thus avoiding erroneous ioctls, etc.\n"
documentation = "http://ndesh26.github.io/evdev-rs"
homepage = "https://github.com/ndesh26/evdev-rs"
keywords = ["evdev"]
license = "MIT/Apache-2.0"
name = "evdev-rs"
readme = "README.md"
repository = "https://github.com/ndesh26/evdev-rs"
version = "0.4.0"