| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2021" |
| rust-version = "1.70" |
| name = "uefi-macros" |
| version = "0.17.0" |
| authors = ["The Rust OSDev team"] |
| build = false |
| autobins = false |
| autoexamples = false |
| autotests = false |
| autobenches = false |
| description = "Procedural macros for the `uefi` crate." |
| readme = "README.md" |
| keywords = [ |
| "uefi", |
| "efi", |
| ] |
| categories = [ |
| "embedded", |
| "no-std", |
| "api-bindings", |
| ] |
| license = "MPL-2.0" |
| repository = "https://github.com/rust-osdev/uefi-rs" |
| |
| [lib] |
| name = "uefi_macros" |
| path = "src/lib.rs" |
| proc-macro = true |
| |
| [[test]] |
| name = "compilation" |
| path = "tests/compilation.rs" |
| |
| [dependencies.proc-macro2] |
| version = "1.0.28" |
| |
| [dependencies.quote] |
| version = "1.0.9" |
| |
| [dependencies.syn] |
| version = "2.0.4" |
| features = ["full"] |
| |
| [dev-dependencies.trybuild] |
| version = "1.0.61" |