[package]
name = "input-linux"
version = "0.3.0"
authors = ["arcnmx"]
description = "evdev and uinput"
keywords = ["evdev", "uinput", "linux", "input"]
documentation = "http://docs.rs/input-linux/*/input_linux"
repository = "https://github.com/arcnmx/input-linux-rs"
readme = "README.md"
license = "MIT"
[dependencies]
input-linux-sys = "^0.5.0"
nix = "^0.18.0"
tokio-util = { version = "^0.3.1", default-features = false, features = ["codec"], optional = true }
bytes = { version = "^0.5.0", optional = true }
serde = { version = "^1.0.27", optional = true }
serde_derive = { version = "^1.0.27", optional = true }
[features]
with-tokio = ["tokio-util", "bytes"]
with-serde = ["serde", "serde_derive"]
unstable = []