2023-04-10 19:34:03 +01:00
|
|
|
[package]
|
|
|
|
name = "nrpc"
|
2023-07-01 22:09:30 +01:00
|
|
|
version = "0.8.0"
|
2023-04-10 19:34:03 +01:00
|
|
|
edition = "2021"
|
2023-04-10 19:37:55 +01:00
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/NGnius/nRPC"
|
|
|
|
readme = "../README.md"
|
|
|
|
description = "Yet another remote procedure call library"
|
2023-04-10 19:34:03 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
prost = "0.11"
|
|
|
|
bytes = "1"
|
|
|
|
async-trait = "0.1"
|
2023-07-01 22:09:30 +01:00
|
|
|
futures = "0.3"
|