kdotool 0.2.2

A xdotool-like tool to manipulate windows on KDE Wayland
Documentation
# 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 = "kdotool"
version = "0.2.2"
authors = ["Jin Liu <m.liu.jin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A xdotool-like tool to manipulate windows on KDE Wayland"
readme = "README.md"
keywords = [
    "xdotool",
    "wayland",
    "kde",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/jinliu/kdotool"

[lib]
name = "kdotool"
path = "src/lib.rs"

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

[[example]]
name = "active_window"
path = "examples/active_window.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.43"

[dependencies.dbus]
version = "0.9.10"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.handlebars]
version = "6.4.0"

[dependencies.lexopt]
version = "0.3.1"

[dependencies.log]
version = "0.4.29"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.cargo-husky]
version = "1.5.0"
features = [
    "precommit-hook",
    "run-cargo-check",
    "run-cargo-clippy",
    "run-cargo-fmt",
]
default-features = true

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true