1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.70" 15name = "uefi-raw" 16version = "0.9.0" 17authors = ["The Rust OSDev team"] 18build = false 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = """ 24Raw UEFI types and bindings for protocols, boot, and runtime services. This can 25serve as base for an UEFI firmware implementation or a high-level wrapper to 26access UEFI functionality from an UEFI image. 27""" 28readme = "README.md" 29keywords = [ 30 "uefi", 31 "efi", 32] 33categories = [ 34 "embedded", 35 "no-std", 36 "api-bindings", 37] 38license = "MPL-2.0" 39repository = "https://github.com/rust-osdev/uefi-rs" 40 41[package.metadata.docs.rs] 42rustdoc-args = [ 43 "--cfg", 44 "docsrs", 45] 46 47[lib] 48name = "uefi_raw" 49path = "src/lib.rs" 50 51[dependencies.bitflags] 52version = "2.0.0" 53 54[dependencies.ptr_meta] 55version = "0.2.0" 56default-features = false 57 58[dependencies.uguid] 59version = "2.1.0" 60