# 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 = "linux-bootloader" version = "0.0.1" publish = true description = "Utilities to build Linux-based bootloaders" keywords = [ "osdev", "linux", "bootloader", ] categories = [ "embedded", "hardware-support", "no-std", "os::linux-apis", ] license = "GPL-3.0-only" repository = "https://github.com/nix-community/lanzaboote/" [dependencies.bitflags] version = "2.3.3" [dependencies.goblin] version = "0.6.1" features = [ "pe64", "alloc", ] default-features = false [dependencies.log] version = "0.4.19" features = [ "max_level_info", "release_max_level_warn", ] default-features = false [dependencies.sha1_smol] version = "1.0.0" [dependencies.uefi] version = "0.24.0" features = [ "alloc", "global_allocator", ] default-features = false [badges.maintenance] status = "actively-developed"