# 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 = "swaywm-alttab" version = "0.3.2" description = "A tool which brings familiar Alt-Tab shortcut to Sway WM workspaces on Linux" readme = "README.md" keywords = [ "linux", "wayland", "keyboard-shortcut", ] license = "GPL-3.0-or-later" repository = "https://github.com/ar7eniyan/swaywm-alttab" [profile.dev] panic = "abort" [profile.release] panic = "abort" strip = true [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.evdev-rs] version = "0.6.1" [dependencies.libc] version = "0.2.147" [dependencies.log] version = "0.4.20" [dependencies.swayipc] version = "3.0.1"