# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bootuefi" version = "0.1.1" authors = ["韩朴宇 "] description = "A tool for running and testing Rust UEFI project." homepage = "https://github.com/12101111/bootuefi" keywords = ["uefi", "osdev", "qemu"] license = "MIT/Apache-2.0" repository = "https://github.com/12101111/bootuefi" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.11" default-features = false [dependencies.locate-cargo-manifest] version = "0.2" [dependencies.tempfile] version = "3.1" [dependencies.toml] version = "0.5" [dependencies.wait-timeout] version = "0.2"