vuinputd/uinput-ioctls/Cargo.toml
2025-10-31 19:58:53 +00:00

16 lines
No EOL
485 B
TOML

[package]
name = "uinput-ioctls"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Rust bindings for Linux uinput ioctl constants and helper macros."
repository = "https://github.com/joleuger/vuinputd"
authors = ["Johannes Leupolz <dev@leupolz.eu>"]
categories = ["external-ffi-bindings"]
keywords = ["uinput", "ioctl"]
readme = "README.md"
[dependencies]
nix = { version = "0.30", features = ["ioctl"] } # ioctl & libc bindings
libc = "0.2" # raw system calls