Description: Drop UEFI dependencies
Author: Nadzeya Hutsko <nadzya.info@gmail.com>
Forwarded: not-needed
Last-Update: 2026-03-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@
 nvidia = ["dep:nvml-wrapper"]
 readonly = []
 rusb = ["dep:rusb"]
-uefi = ["lazy_static/spin_no_std"]
+# uefi = ["lazy_static/spin_no_std"]
 
 [lib]
 name = "framework_lib"
@@ -100,20 +100,20 @@
     "git2",
 ]
 
-[target.'cfg(target_os = "uefi")'.dependencies.plain]
-version = "0.2.3"
+# [target.'cfg(target_os = "uefi")'.dependencies.plain]
+# version = "0.2.3"
 
-[target.'cfg(target_os = "uefi")'.dependencies.uefi]
-version = "0.36.1"
-features = [
-    "alloc",
-    "global_allocator",
-    "panic_handler",
-    "logger",
-]
+# [target.'cfg(target_os = "uefi")'.dependencies.uefi]
+# version = "0.36.1"
+# features = [
+#     "alloc",
+#     "global_allocator",
+#     "panic_handler",
+#     "logger",
+# ]
 
-[target.'cfg(target_os = "uefi")'.dependencies.uefi-raw]
-version = "0.13"
+# [target.'cfg(target_os = "uefi")'.dependencies.uefi-raw]
+# version = "0.13"
 
 [target."cfg(unix)".dependencies.clap]
 version = "4.5"
