# 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 = "lan-mouse" version = "0.10.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Software KVM Switch / mouse & keyboard sharing software for Local Area Networks" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/feschber/lan-mouse" [profile.release] lto = "fat" strip = true [lib] name = "lan_mouse" path = "src/lib.rs" [[bin]] name = "lan-mouse" path = "src/main.rs" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.28" [dependencies.hickory-resolver] version = "0.24.1" [dependencies.input-capture] version = "0.3.0" default-features = false [dependencies.input-emulation] version = "0.3.0" default-features = false [dependencies.input-event] version = "0.3.0" [dependencies.lan-mouse-cli] version = "0.2.0" [dependencies.lan-mouse-gtk] version = "0.2.0" optional = true [dependencies.lan-mouse-ipc] version = "0.2.0" [dependencies.lan-mouse-proto] version = "0.2.0" [dependencies.local-channel] version = "0.1.5" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.slab] version = "0.4.9" [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "1.32.0" features = [ "io-util", "io-std", "macros", "net", "process", "rt", "sync", "signal", ] [dependencies.tokio-util] version = "0.7.11" [dependencies.toml] version = "0.8" [features] default = [ "gtk", "layer_shell_capture", "x11_capture", "libei_capture", "wlroots_emulation", "libei_emulation", "rdp_emulation", "x11_emulation", ] gtk = ["dep:lan-mouse-gtk"] layer_shell_capture = ["input-capture/layer_shell"] libei_capture = [ "input-event/libei", "input-capture/libei", ] libei_emulation = [ "input-event/libei", "input-emulation/libei", ] rdp_emulation = ["input-emulation/remote_desktop_portal"] wlroots_emulation = ["input-emulation/wlroots"] x11_capture = ["input-capture/x11"] x11_emulation = ["input-emulation/x11"] [target."cfg(unix)".dependencies.libc] version = "0.2.148"