# 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" name = "floader" version = "0.1.1" authors = ["ethan "] description = "A small runner for building a UEFI app and running it on QEMU." homepage = "https://github.com/ethandmd/floader" documentation = "https://github.com/ethandmd/floader" readme = "README.md" license = "MIT" repository = "https://github.com/ethandmd/floader" [dependencies.bootloader] version = "0.11.4" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.ovmf-prebuilt] version = "0.1.0-alpha.1"