blob: 6ef9f6781ce9c130bc99d4894910e0ff893d53b5 [file] [log] [blame]
# 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-raw"
version = "0.9.0"
authors = ["The Rust OSDev team"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Raw UEFI types and bindings for protocols, boot, and runtime services. This can
serve as base for an UEFI firmware implementation or a high-level wrapper to
access UEFI functionality from an UEFI image.
"""
readme = "README.md"
keywords = [
"uefi",
"efi",
]
categories = [
"embedded",
"no-std",
"api-bindings",
]
license = "MPL-2.0"
repository = "https://github.com/rust-osdev/uefi-rs"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "uefi_raw"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.0.0"
[dependencies.ptr_meta]
version = "0.2.0"
default-features = false
[dependencies.uguid]
version = "2.1.0"