[dependencies.abi_stable]
version = "0.11"
[dependencies.async-ffi]
features = ["abi_stable", "macros"]
version = "0.5"
[dependencies.async-trait]
version = "0.1"
[dependencies.bincode]
version = "1.3"
[dependencies.ffi_rpc_macro]
version = "0.5"
[lib]
name = "ffi_rpc"
path = "src/lib.rs"
[package]
authors = ["MXWXZ <matrixwxz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["external-ffi-bindings", "asynchronous", "network-programming"]
description = "Use FFI with RPC."
edition = "2021"
keywords = ["framework", "rpc", "ffi", "plugin"]
license = "GPL-3.0"
name = "ffi_rpc"
readme = "README.md"
repository = "https://github.com/MXWXZ/ffi_rpc"
version = "0.5.0"