# 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 = "i3-back" version = "0.3.2" authors = ["Charles Crete "] description = "An i3/Sway utility to switch focus to your last focused window. Allows for behavior similar to Alt+Tab on other desktop environments." homepage = "https://github.com/Cretezy/i3-back" readme = "README.md" keywords = [ "i3", "sway", ] license = "MIT" repository = "https://github.com/Cretezy/i3-back" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.ctrlc] version = "3.2.5" features = ["termination"] [dependencies.i3ipc] version = "0.10.1" features = ["i3-4-14"]