# Copyright 2018 Peter Williams # Licensed under the MIT License. [package] name = "stund_protocol" version = "0.1.4" # also update html_root_url in src/lib.rs authors = ["Peter Williams "] 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] bytes = "0.4" dirs = "1.0" failure = "0.1" futures = "0.1" libc = "0.2" serde = "1.0" serde_derive = "1.0" state_machine_future = "0.1" tokio-codec = "0.1" tokio-core = "0.1" tokio-io = "0.1" tokio-serde-bincode = "0.2" tokio-uds = "0.1"