rust-plugin-macro 0.1.0

Procedural macros for the Dragonfly gRPC plugin SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rust-plugin-macro"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/secmc/dragonfly-plugins"
documentation = "https://docs.rs/rust-plugin-macro"
description = "Procedural macros for the Dragonfly gRPC plugin SDK"
homepage = "https://github.com/secmc/dragonfly-plugins"
keywords = ["dragonfly", "plugin", "grpc", "macro"]
categories = ["development-tools::procedural-macro-helpers"]

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
syn = { version = "2.0", features = ["full", "parsing", "visit"] }