# 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 = "window_switcher" version = "0.3.0" description = """ A CLI that allows switching between windows in Hyprland (renamed to hyprswitch [https://crates.io/crates/hyprswitch])""" documentation = "https://docs.rs/crate/window_switcher" readme = "README.md" keywords = ["hyprland"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/h3rmt/hyprswitch/" [dependencies.clap] version = "^4.4.18" features = ["derive"] [dependencies.hyprland] version = "0.3.13" [dev-dependencies.random_color] version = "0.8.0" [dev-dependencies.svg] version = "0.15.0"