stund_protocol 0.1.2

The client/server protocol used by the "stund" program.
# Copyright 2018 Peter Williams <peter@newton.cx>
# Licensed under the MIT License.

[package]
name = "stund_protocol"
version = "0.1.2" # also update html_root_url
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" # .62 breaks docs.rs build with i128 types
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"