[[bin]]
name = "wrtype"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.tempfile]
version = "3.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.unicode-width]
version = "0.1"
[dependencies.wayland-backend]
version = "0.3"
[dependencies.wayland-client]
version = "0.31"
[dependencies.wayland-protocols]
features = ["client", "unstable"]
version = "0.32"
[dependencies.wayland-scanner]
version = "0.31"
[dependencies.xkbcommon]
version = "0.7"
[lib]
name = "wrtype"
path = "src/lib.rs"
[package]
authors = ["connerohnesorge <conneroisu@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "os::unix-apis", "accessibility", "development-tools"]
description = "A Rust implementation of wtype - a Wayland virtual keyboard tool that types text and sends key events"
documentation = "https://docs.rs/wrtype"
edition = "2021"
exclude = [".github/", "*.nix", "flake.*", "justfile", "result*", "shell.nix", ".envrc", ".direnv/"]
homepage = "https://github.com/conneroisu/wrtype"
keywords = ["wayland", "keyboard", "typing", "automation", "xdotool"]
license = "MIT"
name = "wrtype"
readme = "README.md"
repository = "https://github.com/conneroisu/wrtype"
rust-version = "1.70"
version = "0.1.0"