[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "ffi_rpc_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["MXWXZ <matrixwxz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Proc macros for ffi_rpc."
edition = "2021"
license = "MIT"
name = "ffi_rpc_macro"
readme = false
repository = "https://github.com/MXWXZ/ffi_rpc"
version = "0.5.0"