[package]
edition = "2018"
name = "r-efi"
version = "2.0.0"
authors = ["David Rheinsberg <david.rheinsberg@gmail.com>", "Tom Gundersen <teg@jklm.no>"]
description = "UEFI Reference Specification Protocol Constants and Definitions"
homepage = "https://r-util.github.com/r-efi"
readme = "README.md"
keywords = ["efi", "uefi", "boot", "firmware", "specification"]
categories = ["embedded", "hardware-support", "no-std", "os"]
license = "Apache-2.0 OR LGPL-2.1-or-later"
repository = "https://github.com/r-util/r-efi"
[[example]]
name = "hello-world"
required-features = ["examples"]
[features]
examples = []