# 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 = "efi" version = "0.3.1" authors = ["Gurinder Singh "] description = "Ergonomic Rust bindings for writing UEFI applications" readme = "README.md" keywords = [ "bindings", "uefi", "efi", "boot-loader", "os-loader", ] categories = [ "api-bindings", "no-std", "os", ] license = "MIT" repository = "https://github.com/gurry/efi" [dependencies.byteorder] version = "1" default-features = false [dependencies.failure] version = "0.1.1" features = ["derive"] default-features = false [dependencies.ffi] version = "0.1.1" package = "efi_ffi" [dependencies.rlibc] version = "1.0.0" [dependencies.utf8-width] version = "0.1.4" [features] allocator = [] default = ["allocator"]