# 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 = "Simple-Wayland-HotKey-Daemon" version = "1.2.0" authors = [ """ Shinyzenith """, """ Angelo Fallaria """, """ EdenQwQ """, ] exclude = [ "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "LICENSE", "contrib/*", "target/*", "bin/*", "docs/*", "release.sh", ] description = "Sxhkd clone for Wayland (works on TYY and X11 too)" keywords = [ "wayland", "hotkey", "evdev", ] license = "BSD-2-Clause" repository = "https://git.sr.ht/~shinyzenith/swhkd" resolver = "2" [profile.release] opt-level = "z" codegen-units = 1 strip = true [[bin]] name = "swhkd" path = "src/daemon.rs" [[bin]] name = "swhks" path = "src/server.rs" [dependencies.clap] version = "3.1.6" [dependencies.env_logger] version = "0.9.0" [dependencies.evdev] version = "0.11.4" features = ["tokio"] [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.23.1" [dependencies.signal-hook] version = "0.3.13" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.sysinfo] version = "0.23.5" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.8"