[dependencies.anyhow]
version = "1.0"
[dependencies.futures]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.local-ip-address]
version = "0.5"
[dependencies.log]
version = "0.4.17"
[dependencies.rmp-serde]
version = "1.1"
[dependencies.rrddmma]
version = "0.5.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.simple_logger]
features = ["threads"]
version = "4.2.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
default = ["infiniband"]
infiniband = []
[package]
authors = ["Jian Gao <icicle.flw@gmail.com>"]
description = "A simple, incomplete, and experimental Rust RPC engine on high-performance unreliable transport. The ultimate goal is eRPC, but it is still far away."
edition = "2021"
license = "MIT"
name = "rrppcc"
readme = "README.md"
repository = "https://github.com/IcicleF/rrppcc"
version = "0.1.1"