[package] name = "four-char-code-macros-impl" description = "Macros for four-char-code package" license = "MIT" version = "1.0.0" authors = ["shurizzle "] edition = "2018" readme = "../README.md" homepage = "https://github.com/shurizzle/rust-four-char-code" repository = "https://github.com/shurizzle/rust-four-char-code" [lib] proc-macro = true [dependencies] proc-macro-hack = "0.5" syn = { version = "1", features = ["derive"] }