wl-uinput-proxy 0.0.3

Wayland proxy implementing zwp_virtual_keyboard_manager_v1 and zwlr_virtual_pointer_manager_v1 using uinput
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "wl-uinput-proxy"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wayland proxy implementing zwp_virtual_keyboard_manager_v1 and zwlr_virtual_pointer_manager_v1 using uinput"
readme = "README.md"
keywords = [
    "wayland",
    "uinput",
    "keyboard",
    "mouse",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pgaskin/wl-uinput-proxy"

[[bin]]
name = "wl-uinput-proxy"
path = "src/main.rs"

[dependencies.nix]
version = "0.30"
features = [
    "fs",
    "ioctl",
]

[dependencies.wl-proxy]
version = "0.1.2"
features = ["all-protocols"]

[dependencies.xkbcommon-rs]
version = "0.1.2"
features = [
    "client",
    "server",
]