# 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 = "hyprland-activewindow" version = "1.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-monitor aware Hyprland active window title outputer" homepage = "https://github.com/FieldofClay/hyprland-activewindow" readme = "README.md" keywords = [ "hyprland", "eww", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/FieldofClay/hyprland-activewindow" [[bin]] name = "hyprland-activewindow" path = "src/main.rs" [dependencies.flexi_logger] version = "0.29" [dependencies.hyprland] version = "0.4.0-alpha.3" features = ["silent"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0"