xremap 0.14.12

Dynamic key remapp for X and Wayland
Documentation
# 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.14.12"
build = false
autolib = 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"

[features]
cosmic = [
    "wayland-client",
    "wayland-scanner",
    "wayland-backend",
]
device-test = []
gnome = ["zbus"]
hypr = ["hyprland"]
kde = ["zbus"]
niri = ["niri-ipc"]
socket = [
    "futures-util",
    "tokio",
    "zbus",
    "zbus/tokio",
]
udev = ["dep:udev"]
wlroots = [
    "wayland-client",
    "wayland-protocols-wlr",
]
x11 = ["x11rb"]

[lib]
name = "xremap"
path = "src/lib.rs"

[[bin]]
name = "xremap"
path = "src/main.rs"

[[test]]
name = "configuration"
path = "tests/configuration.rs"

[[test]]
name = "controller"
path = "tests/controller.rs"

[[test]]
name = "device"
path = "tests/device.rs"

[[test]]
name = "device_1"
path = "tests/device_1.rs"

[[test]]
name = "device_2"
path = "tests/device_2.rs"

[[test]]
name = "device_3"
path = "tests/device_3.rs"

[[test]]
name = "keyboard"
path = "tests/keyboard.rs"

[[test]]
name = "watch"
path = "tests/watch.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.3.19"
features = ["derive"]

[dependencies.clap_complete]
version = "4.3.2"

[dependencies.derive-where]
version = "1.6.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.evdev]
version = "0.13.2"

[dependencies.fork]
version = "0.6"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.hyprland]
version = "0.4.0-beta.3"
optional = true

[dependencies.indoc]
version = "2.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.niri-ipc]
version = "25.11.0"
optional = true

[dependencies.nix]
version = "0.26.2"

[dependencies.regex]
version = "1.12.2"

[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.tokio]
version = "1.49.0"
features = ["full"]
optional = true

[dependencies.toml]
version = "0.9.10"

[dependencies.udev]
version = "0.9.3"
optional = true

[dependencies.wayland-backend]
version = "0.1.0"
optional = true

[dependencies.wayland-client]
version = "0.30"
optional = true

[dependencies.wayland-protocols]
version = "0.32.10"
features = ["client"]
optional = true

[dependencies.wayland-protocols-wlr]
version = "0.1"
features = ["client"]
optional = true

[dependencies.wayland-scanner]
version = "0.30.0"
optional = true

[dependencies.x11rb]
version = "0.13.2"
optional = true

[dependencies.zbus]
version = "5.12.0"
optional = true

[dev-dependencies.fastrand]
version = "2.3.0"

[profile.release]
lto = true
codegen-units = 1