evdev-rs/Cargo.toml
Corey Richardson 60a7523d4b
Fix all the current issues:
Changes in Rust, changes in the evdev ABI, and a bug
2017-04-27 19:42:45 -04:00

20 lines
395 B
TOML

[package]
name = "evdev"
version = "0.9.3"
authors = ["Corey Richardson <corey@octayn.net>"]
description = "evdev interface for Linux"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/cmr/evdev"
documentation = "https://docs.rs/evdev"
[dependencies]
ioctl = "0.3.3"
bitflags = "0.8.2"
errno = "0.2.3"
libc = "0.2.22"
fixedbitset = "0.1.6"
num = "0.1.37"
[features]
unstable = []