uefi 0.40.0

This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
Documentation
# 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 = "2024"
rust-version = "1.91"
name = "uefi"
version = "0.40.0"
authors = ["The Rust OSDev team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
This crate makes it easy to develop Rust software that leverages safe,
convenient, and performant abstractions for UEFI functionality.
"""
readme = "README.md"
keywords = [
    "uefi",
    "efi",
]
categories = [
    "embedded",
    "no-std",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-osdev/uefi-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = []
default = []
global_allocator = []
jiff02 = ["dep:jiff"]
log-debugcon = []
logger = []
panic_handler = []
qemu = [
    "dep:qemu-exit",
    "panic_handler",
    "log-debugcon",
]
time03 = ["dep:time"]
unstable = []

[lib]
name = "uefi"
path = "src/lib.rs"

[[test]]
name = "memory_map"
path = "tests/memory_map.rs"

[dependencies.bitflags]
version = "2.0.0"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.jiff]
version = "0.2"
optional = true
default-features = false

[dependencies.log]
version = "0.4.5"
default-features = false

[dependencies.ptr_meta]
version = "0.3.0"
features = ["derive"]
default-features = false

[dependencies.qemu-exit]
version = "4.0.0"
optional = true

[dependencies.time]
version = "0.3"
optional = true
default-features = false

[dependencies.ucs2]
version = "0.3.3"

[dependencies.uefi-macros]
version = "0.19.0"

[dependencies.uefi-raw]
version = "0.16.0"

[dependencies.uguid]
version = "2.2.1"