capnp-rpc 0.26.2

implementation of the Cap'n Proto remote procedure call protocol
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "capnp-rpc"
version = "0.26.2"
authors = ["David Renshaw <dwrenshaw@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "implementation of the Cap'n Proto remote procedure call protocol"
documentation = "https://docs.rs/capnp-rpc/"
readme = "README.md"
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/capnproto/capnproto-rust"

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

[dependencies.capnp]
version = "0.26.0"

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

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

[lints.clippy]
missing_safety_doc = "allow"
type_complexity = "allow"

[lints.rust]
unreachable_pub = "deny"