vnc 0.3.0

An implementation of VNC protocol, client state machine, a client and a proxy
Documentation
[package]
name = "vnc"
version = "0.3.0"
authors = ["whitequark <whitequark@whitequark.org>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/whitequark/rust-vnc"
homepage = "https://github.com/whitequark/rust-vnc"
documentation = "https://whitequark.github.io/rust-vnc/vnc"
description = "An implementation of VNC protocol, client state machine, a client and a proxy"

[dependencies]
# library deps
log = "0.3"
byteorder = "0.4"
flate2 = "0.2.13"
# binary deps; needs https://github.com/rust-lang/cargo/issues/1982
env_logger = "0.3"
clap = "1.5"
sdl2 = "0.13"
x11 = "2.3"