wdotool 0.1.6

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"
name = "wdotool"
version = "0.1.6"
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"

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

[dependencies.anyhow]
version = "1"

[dependencies.ashpd]
version = "0.13"
features = [
    "tokio",
    "remote_desktop",
    "screencast",
]

[dependencies.async-trait]
version = "0.1"

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

[dependencies.enumflags2]
version = "0.7"

[dependencies.futures-util]
version = "0.3"

[dependencies.input-linux]
version = "0.7"

[dependencies.libc]
version = "0.2"

[dependencies.reis]
version = "0.6"
features = ["tokio"]

[dependencies.rustix]
version = "1"
features = ["time"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.wayland-client]
version = "0.31"

[dependencies.wayland-protocols]
version = "0.32"
features = ["client"]

[dependencies.wayland-protocols-misc]
version = "0.3"
features = ["client"]

[dependencies.wayland-protocols-wlr]
version = "0.3"
features = ["client"]

[dependencies.xkbcommon]
version = "0.9"
features = ["wayland"]

[dependencies.xkeysym]
version = "0.2"

[dependencies.zbus]
version = "5"
features = ["tokio"]
default-features = false

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"