# 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 = "bootloader_linker" version = "0.1.7" description = "A simple program that links your executables created using bootloader_api with the actual bootloader." readme = "README.md" keywords = [ "bootloader", "os-dev", "bootloader_api", ] categories = [ "command-line-utilities", "development-tools", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mysteriouslyseeing/bootloader_linker" [dependencies.anyhow] version = "1.0" [dependencies.bootloader] version = "0.11.6" [dependencies.bootloader-boot-config] version = "0.11.6" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.ovmf-prebuilt] version = "0.1.0-alpha.1"