# 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 = "efibootnext-cli" version = "0.5.0" authors = ["MOZGIII "] description = "A cli app for manipulating the BootNext UEFI variable and listing possible boot options" documentation = "https://docs.rs/efibootnext" keywords = [ "uefi", "efi", ] license = "MIT" repository = "https://github.com/MOZGIII/efibootnext.git" [[bin]] name = "efibootnext" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.efibootnext] version = "0.5" [build-dependencies.embed-resource] version = "2.2"