[package] name = "kdotool" version = "0.2.1" description = "A xdotool-like tool to manipulate windows on KDE Wayland" authors = ["Jin Liu "] repository = "https://github.com/jinliu/kdotool" license = "Apache-2.0" keywords = ["xdotool", "wayland", "kde"] categories = ["command-line-utilities"] edition = "2021" [profile.release] strip = true # Automatically strip symbols from the binary. opt-level = "z" # Optimize for size. lto = true codegen-units = 1 [dependencies] anyhow = "1.0.75" chrono = "0.4.31" dbus = "0.9.7" env_logger = "0.10.1" handlebars = "4.5.0" lexopt = "0.3.0" log = "0.4.20" phf = { version = "0.11.2", features = ["macros"] } serde_json = "1.0.108" tempfile = "3.8.1"