rusty-keys/Cargo.toml

25 lines
429 B
TOML
Raw Normal View History

2016-04-24 22:32:24 -04:00
[package]
name = "uinput"
2016-04-30 16:56:02 -04:00
version = "0.1.2"
2016-04-24 22:32:24 -04:00
authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"
description = "Linux uinput wrapper."
repository = "https://github.com/meh/rust-uinput"
keywords = ["linux", "input"]
[dependencies]
libc = "0.2"
nix = "0.5"
uinput-sys = "0.1"
2017-09-08 01:16:34 -04:00
getopts = "*"
2016-04-24 22:32:24 -04:00
[dependencies.libudev]
optional = true
version = "0.2"
[features]
default = ["udev"]
udev = ["libudev"]