[dependencies.fusen-common]
version = "0.6.3"
[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.36"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dependencies.serde_json]
version = "1.0.120"
[dependencies.syn]
features = ["full"]
version = "2.0.71"
[lib]
name = "fusen_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["kwsc98 <kwsc98@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "RPC framework for service registration and discovery through API exposure, compatible with Dubbo3 protocol, intertunable with Java projects"
edition = "2021"
license = "Apache-2.0"
name = "fusen-macro"
readme = false
version = "0.6.3"