# 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 = "xremap" version = "0.10.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dynamic key remapp for X and Wayland" readme = "README.md" license = "MIT" repository = "https://github.com/k0kubun/xremap" [[bin]] name = "xremap" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.clap_complete] version = "4.3.2" [dependencies.derive-where] version = "1.2.7" [dependencies.env_logger] version = "0.10.2" [dependencies.evdev] version = "0.12.2" [dependencies.fork] version = "0.2" [dependencies.hyprland] version = "0.3.13" optional = true [dependencies.indoc] version = "2.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.nix] version = "0.26.2" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.8" features = ["chrono"] [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.8.15" [dependencies.wayland-client] version = "0.30" optional = true [dependencies.wayland-protocols-wlr] version = "0.1" features = ["client"] optional = true [dependencies.x11rb] version = "0.13.1" optional = true [dependencies.zbus] version = "1.9.2" optional = true [features] gnome = ["zbus"] hypr = ["hyprland"] kde = ["zbus"] wlroots = [ "wayland-client", "wayland-protocols-wlr", ] x11 = ["x11rb"]