uefi-macros 0.2.0

Procedural macros for the uefi-rs crate
Documentation
[package]
name = "uefi-macros"
version = "0.2.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
edition = "2018"
description = "Procedural macros for the uefi-rs crate"
repository = "https://github.com/rust-osdev/uefi-rs"
keywords = ["uefi", "efi"]
categories = ["embedded", "no-std", "api-bindings"]
license = "MPL-2.0"

[badges]
travis-ci = { repository = "rust-osdev/uefi-rs" }
is-it-maintained-issue-resolution = { repository = "https://github.com/rust-osdev/uefi-rs" }
is-it-maintained-open-issues = { repository = "https://github.com/rust-osdev/uefi-rs" }

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.4"
quote = "1.0.2"
syn = { version = "1.0.5", features = ["full"] }