evdev-rs/Cargo.toml

16 lines
403 B
TOML
Raw Normal View History

2015-05-29 18:57:46 +00:00
[package]
name = "evdev"
version = "0.11.0-alpha.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 = "1.2"
libc = "0.2.22"
fixedbitset = "0.3.2"
num-traits = { version = "0.2", default-features = false }
nix = "0.19.0"