lan-mouse 0.7.3

Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
[build-dependencies.glib-build-tools]
version = "0.19.0"
[dependencies.adw]
features = ["v1_1"]
optional = true
package = "libadwaita"
version = "0.6.0"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.async-channel]
optional = true
version = "2.1.1"

[dependencies.async-trait]
version = "0.1.73"

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

[dependencies.env_logger]
version = "0.11.3"

[dependencies.futures]
version = "0.3.28"

[dependencies.futures-core]
version = "0.3.28"

[dependencies.gtk]
features = ["v4_2"]
optional = true
package = "gtk4"
version = "0.8.1"

[dependencies.keycode]
version = "0.4.0"

[dependencies.log]
version = "0.4.20"

[dependencies.memmap]
version = "0.7"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.107"

[dependencies.tempfile]
version = "3.8"

[dependencies.tokio]
features = ["io-util", "macros", "net", "rt", "sync", "signal"]
version = "1.32.0"

[dependencies.toml]
version = "0.8"

[dependencies.trust-dns-resolver]
version = "0.23"

[features]
default = ["wayland", "x11", "xdg_desktop_portal", "libei", "gtk"]
gtk = ["dep:gtk", "dep:adw", "dep:async-channel"]
libei = ["dep:reis", "dep:ashpd"]
wayland = ["dep:wayland-client", "dep:wayland-protocols", "dep:wayland-protocols-wlr", "dep:wayland-protocols-misc"]
x11 = ["dep:x11"]
xdg_desktop_portal = ["dep:ashpd"]

[package]
description = "Software KVM Switch / mouse & keyboard sharing software for Local Area Networks"
edition = "2021"
license = "GPL-3.0-or-later"
name = "lan-mouse"
readme = "README.md"
repository = "https://github.com/ferdinandschober/lan-mouse"
version = "0.7.3"
[profile.release]
lto = "fat"
strip = true
[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.ashpd]
default-features = false
features = ["tokio"]
optional = true
version = "0.8"

[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.reis]
features = ["tokio"]
optional = true
version = "0.2"

[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.wayland-client]
optional = true
version = "0.31.1"

[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.wayland-protocols]
features = ["client", "staging", "unstable"]
optional = true
version = "0.31.0"

[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.wayland-protocols-misc]
features = ["client"]
optional = true
version = "0.2.0"

[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.wayland-protocols-wlr]
features = ["client"]
optional = true
version = "0.2.0"

[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.x11]
features = ["xlib", "xtest"]
optional = true
version = "2.21.0"
[target."cfg(target_os=\"macos\")".dependencies.core-graphics]
features = ["highsierra"]
version = "0.23"
[target."cfg(unix)".dependencies.libc]
version = "0.2.148"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_UI_Input_KeyboardAndMouse"]
version = "0.54.0"