[package]
edition = "2024"
name = "gproxy-protocol-macros"
version = "2.4.3"
authors = ["LeenHawk <leenhawk@leenhawk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Construction helpers for non-exhaustive gproxy-protocol wire structs"
homepage = "https://gproxy.leenhawk.com"
readme = "README.md"
license = "MIT"
repository = "https://github.com/LeenHawk/gproxy"
[lib]
name = "gproxy_protocol_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"visit-mut",
]