# 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 = "ovmf-prebuilt" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to download and cache OVMF prebuilt binaries" readme = "README.md" keywords = [ "edk2", "firmware", "ovmf", "prebuilt", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-osdev/ovmf-prebuilt" [lib] name = "ovmf_prebuilt" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.lzma-rs] version = "0.3" [dependencies.sha2] version = "0.10" [dependencies.tar] version = "0.4" [dependencies.ureq] version = "2.0"