# 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 = "kdotool" version = "0.2.1" authors = ["Jin Liu "] 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" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.dbus] version = "0.9.7" [dependencies.env_logger] version = "0.10.1" [dependencies.handlebars] version = "4.5.0" [dependencies.lexopt] version = "0.3.0" [dependencies.log] version = "0.4.20" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.serde_json] version = "1.0.108" [dependencies.tempfile] version = "3.8.1"