# 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" version = "0.33.0" authors = ["The Rust OSDev team"] build = 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 = "MPL-2.0" repository = "https://github.com/rust-osdev/uefi-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [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.log] version = "0.4.5" default-features = false [dependencies.ptr_meta] version = "0.2.0" default-features = false [dependencies.qemu-exit] version = "3.0.2" optional = true [dependencies.ucs2] version = "0.3.3" [dependencies.uefi-macros] version = "0.17.0" [dependencies.uefi-raw] version = "0.9.0" [dependencies.uguid] version = "2.1.0" [features] alloc = [] default = ["log-debugcon"] global_allocator = [] log-debugcon = [] logger = [] panic_handler = [] qemu = [ "dep:qemu-exit", "panic_handler", "log-debugcon", ] unstable = []