# 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 = "2018" name = "uefi-run" version = "0.6.1" authors = ["Richard Wiedenhöft "] description = "Run UEFI applications" readme = "README.md" license = "MIT" repository = "https://github.com/richard-w/uefi-run" [lib] path = "src/lib.rs" [[bin]] name = "uefi-run" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = [ "cargo", "derive", ] [dependencies.ctrlc] version = "3.1" features = ["termination"] [dependencies.fatfs] version = "0.3" [dependencies.tempfile] version = "3.0" [dependencies.wait-timeout] version = "0.2"