[package]
edition = "2024"
name = "hexga_encoding_derive"
version = "0.0.11-beta.51"
authors = ["Mewily <thomas.mewily@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "hexga_encoding derive macro"
homepage = "https://github.com/Thomas-Mewily/hexga"
readme = "README.md"
keywords = []
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Thomas-Mewily/hexga"
[lib]
name = "hexga_encoding_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["full"]