hlbc-derive 0.7.0

Procedural macros for the 'hlbc' crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "hlbc-derive"

version = "0.7.0"

edition = "2021"

license = "MIT"

description = "Procedural macros for the 'hlbc' crate"

authors = ["Guillaume Anthouard <25181283+Gui-Yom@users.noreply.github.com>"]

repository = "https://github.com/Gui-Yom/hlbc"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[lib]

proc-macro = true



[dependencies]

quote = "1"

syn = { version = "2", features = ["full", "extra-traits"] }

proc-macro2 = "1"