# 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 = "efivar" version = "2.0.0" authors = [ "Vincent Tavernier ", "iTrooz ", ] description = """ Rust crate for manipulating EFI variables using the OS interface. """ homepage = "https://github.com/iTrooz/efivar-rs" documentation = "https://docs.rs/efivar" readme = "README.md" keywords = ["efi"] categories = [] license = "MIT" repository = "https://github.com/iTrooz/efivar-rs" [dependencies.base64] version = "0.21.2" optional = true [dependencies.bitflags] version = "2.3.3" [dependencies.byteorder] version = "1.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.ntapi] version = "0.4.1" [dependencies.serde] version = "1.0.171" optional = true [dependencies.serde_derive] version = "1.0.164" optional = true [dependencies.thiserror] version = "1.0.49" [dependencies.toml] version = "0.7.6" optional = true [dependencies.uuid] version = "1.4.1" features = ["serde"] [dependencies.winapi] version = "0.3.9" features = ["errhandlingapi"] [dev-dependencies.version-sync] version = "0.9.4" [features] store = [ "base64", "serde", "serde_derive", "toml", ] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "winbase", "winnt", "processthreadsapi", "securitybaseapi", "handleapi", ]