boot-loader-spec 0.1.5

Parses and manipulates Boot Loader Spec entries
Documentation
# 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 = "boot-loader-spec"
version = "0.1.5"
authors = ["Alberto Ruiz <aruiz@redhat.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parses and manipulates Boot Loader Spec entries"
readme = "README.md"
license = "MPL-2.0"
repository = "https://gitlab.com/aruiz/rust-bls"

[features]
default = ["std"]
std = []

[lib]
name = "boot_loader_spec"
path = "src/lib.rs"

[dependencies]