evdev-rs/Cargo.toml

19 lines
378 B
TOML
Raw Normal View History

2015-05-29 18:57:46 +00:00
[package]
name = "evdev"
2017-06-17 13:10:54 +00:00
version = "0.10.1"
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]
bitflags = "0.8.2"
libc = "0.2.22"
fixedbitset = "0.1.6"
num = "0.1.37"
nix = "0.9.0"
2015-05-29 18:57:46 +00:00
[features]
unstable = []