[package] edition = "2021" name = "entropy-macro" version = "0.3.3" description = "Macros library for ENTROPY." license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.33" syn = "2.0.37" [lib] path = "src/lib.rs" proc-macro = true