x11-input-mirror 0.3.6

Mirrors X11 (Xserver) input events from one PC to multiple over the network
Documentation
[package]
name = "x11-input-mirror"
version = "0.3.6"
description = "Mirrors X11 (Xserver) input events from one PC to multiple over the network"
authors = ["Paweł Zmarzły <pawo2500@gmail.com>"]
repository = "https://github.com/pzmarzly/x11-input-mirror"
keywords = ["x11", "network", "mouse", "keyboard", "xserver"]
readme = "README.md"
categories = ["network-programming", "command-line-utilities"]
license = "MIT"

[dependencies]
serde = "1.0.86"
serde_derive = "1.0.86"
toml = "0.4.10"
rand = "0.5.6"
chacha = "0.3.0"
sha3 = "0.8.1"

[profile.release]
lto = true