[package]
name = "stund_protocol"
version = "0.1.2"
authors = ["Peter Williams <peter@newton.cx>"]
description = "The client/server protocol used by the \"stund\" program."
homepage = "https://github.com/pkgw/stund/tree/master/protocol"
documentation = "https://docs.rs/stund_protocol"
repository = "https://github.com/pkgw/stund/"
readme = "README.md"
keywords = ["stund"]
categories = ["asynchronous"]
license = "MIT"
[dependencies]
failure = "0.1"
futures = "0.1"
libc = "0.2"
serde = "=1.0.61"
serde_derive = "=1.0.61"
state_machine_future = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"
tokio-serde-bincode = "0.1"
tokio-uds = "0.1"