# 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 = "sway-easyfocus" version = "0.2.0" authors = ["Ethan Zhang "] exclude = ["screenshots/*"] description = "A tool to help efficiently focus windows in Sway inspired by i3-easyfocus." readme = "README.md" keywords = [ "cli", "sway", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/edzdez/sway-easyfocus" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.figment] version = "0.10" features = ["yaml"] [dependencies.gtk] version = "0.17" [dependencies.gtk-layer-shell] version = "0.6" features = ["v0_6"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.swayipc] version = "3.0" [dependencies.xdg] version = "2.5.0"