# 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 = "efivarcli" version = "2.0.0" authors = [ "Vincent Tavernier ", "iTrooz ", ] description = "EFI boot manager variable editor written in Rust" homepage = "https://github.com/iTrooz/efivar-rs/tree/main/efivar" documentation = "https://docs.rs/efivar" readme = "README.md" keywords = ["efi"] categories = [] license = "MIT" repository = "https://github.com/iTrooz/efivar-rs" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "bin" pkg-url = "{ repo }/releases/download/v{ version }/{ name }_{ target }{ archive-suffix }" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.4.6" features = [ "derive", "env", ] [dependencies.efivar] version = "2.0.0" features = ["store"] [dependencies.itertools] version = "0.11.0" [dependencies.uuid] version = "1.4.1" [dev-dependencies.tempfile] version = "3.8.0"