evdev-rs/Cargo.toml

20 lines
395 B
TOML
Raw Normal View History

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