wdotool 0.2.0

xdotool-compatible automation for Wayland
# 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 = "2021"
rust-version = "1.82"
name = "wdotool"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "xdotool-compatible automation for Wayland"
homepage = "https://github.com/cushycush/wdotool"
readme = "README.md"
keywords = [
    "wayland",
    "xdotool",
    "automation",
    "input",
    "libei",
]
categories = [
    "command-line-utilities",
    "os::linux-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cushycush/wdotool"

[package.metadata.deb]
maintainer = "Matthew Cushing <hgxtymphwn@privaterelay.appleid.com>"
section = "x11"
priority = "optional"
depends = "libxkbcommon0, libwayland-client0"
extended-description = """
xdotool-compatible CLI for input automation on Wayland.

Uses the protocols Wayland provides for this (libei via the XDG RemoteDesktop portal, wlroots virtual-keyboard / virtual-pointer, KWin scripting on KDE, a companion Shell extension on GNOME). Falls back to /dev/uinput only when nothing better is available."""
license-file = [
    "../LICENSE-MIT",
    "0",
]
assets = [
    [
    "target/release/wdotool",
    "usr/bin/",
    "755",
],
    [
    "../README.md",
    "usr/share/doc/wdotool/README.md",
    "644",
],
    [
    "../CHANGELOG.md",
    "usr/share/doc/wdotool/CHANGELOG.md",
    "644",
],
    [
    "../LICENSE-MIT",
    "usr/share/doc/wdotool/LICENSE-MIT",
    "644",
],
    [
    "../LICENSE-APACHE",
    "usr/share/doc/wdotool/LICENSE-APACHE",
    "644",
],
]

[package.metadata.generate-rpm]
summary = "xdotool-compatible automation CLI for Wayland"

[[package.metadata.generate-rpm.assets]]
source = "target/release/wdotool"
dest = "/usr/bin/wdotool"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "../README.md"
dest = "/usr/share/doc/wdotool/README.md"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "../CHANGELOG.md"
dest = "/usr/share/doc/wdotool/CHANGELOG.md"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "../LICENSE-MIT"
dest = "/usr/share/licenses/wdotool/LICENSE-MIT"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "../LICENSE-APACHE"
dest = "/usr/share/licenses/wdotool/LICENSE-APACHE"
mode = "644"
doc = true

[package.metadata.generate-rpm.requires]
libxkbcommon = "*"
libwayland-client = "*"

[[bin]]
name = "wdotool"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.wdotool-core]
version = "0.2.0"