# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sway-alttab" version = "1.1.2" authors = ["Govind KP "] description = "Simple Alt-Tab daemon for SwayWM. Switches back to previous focused window on SIGUSR1" readme = "./README.md" keywords = ["sway", "swayipc", "i3"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/reisub0/sway-alttab" [profile.release] lto = true codegen-units = 1 [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.daemonize] version = "^0.4" [dependencies.signal-hook] version = "^0.1" [dependencies.swayipc] version = "^2.2.3" [badges.is-it-maintained-issue-resolution] repository = "reisub0/sway-alttab" [badges.is-it-maintained-open-issues] repository = "reisub0/sway-alttab" [badges.maintenance] status = "actively-developed"