# 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" version = "0.5.0" authors = ["MOZGIII "] description = "A library 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" [dependencies.efi-loadopt] version = "0.2.1" [dependencies.efivar] version = "1.4" [dependencies.thiserror] version = "1" [features] expose_implementation_details = []