[package] name = "boot-loader-spec" version = "0.1.4" authors = ["Alberto Ruiz "] description = "Parses and manipulates Boot Loader Spec entries" license = "MPL-2.0" edition = "2021" repository = "https://gitlab.com/aruiz/rust-bls" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [fatures] default = ["std"] std = [] [dependencies]