capnp-rpc 0.13.1

implementation of the Cap'n Proto remote procedure call protocol
Documentation
[dependencies.capnp]
version = "0.13.0"

[dependencies.capnp-futures]
version = "0.13.0"

[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3.0"

[lib]
name = "capnp_rpc"
path = "src/lib.rs"

[package]
authors = ["David Renshaw <dwrenshaw@sandstorm.io>"]
autoexamples = false
categories = ["network-programming"]
description = "implementation of the Cap'n Proto remote procedure call protocol"
documentation = "http://docs.capnproto-rust.org/capnp_rpc/"
edition = "2018"
license = "MIT"
name = "capnp-rpc"
readme = "README.md"
repository = "https://github.com/capnproto/capnproto-rust"
version = "0.13.1"