[package] name = "hyprland-activewindow" description = "A multi-monitor aware Hyprland active window title outputer" homepage = "https://github.com/FieldofClay/hyprland-activewindow" repository = "https://github.com/FieldofClay/hyprland-activewindow" readme = "README.md" keywords = ["hyprland", "eww"] categories = ["command-line-utilities"] version = "1.0.5" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyprland = { version = "0.4.0-alpha.3", features = ['silent'] } serde_json = "1.0" serde = "1.0" flexi_logger = "0.29" log = "0.4"