# 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 = "2018" name = "efiboot" version = "1.4.0" authors = ["Vincent Tavernier "] description = "EFI boot manager variable editor written in Rust" homepage = "https://github.com/vtavernier/efiboot-rs/tree/master/efiboot" documentation = "https://docs.rs/efiboot" readme = "README.md" keywords = ["efi"] categories = [] license = "MIT" repository = "https://github.com/vtavernier/efiboot-rs" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }_{ target }{ archive-suffix }" bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "bin" [dependencies.byteorder] version = "1.4.3" [dependencies.efivar] version = "1.4.0" features = ["store"] [dependencies.itertools] version = "0.11.0" [dependencies.paw] version = "1.0.0" [dependencies.structopt] version = "0.3.26" features = ["paw"] [dependencies.uuid] version = "1.4.1"