# 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-services" version = "0.25.0" authors = ["The Rust OSDev team"] description = "Deprecated. Please migrate to `uefi::helpers`." readme = "README.md" keywords = [ "uefi", "efi", ] categories = [ "embedded", "no-std", "api-bindings", ] license = "MPL-2.0" repository = "https://github.com/rust-osdev/uefi-rs" [dependencies.uefi] version = "0.28.0" features = ["global_allocator"] [features] default = [ "panic_handler", "logger", ] logger = ["uefi/logger"] panic_handler = ["uefi/panic_handler"] qemu = ["uefi/qemu"]