multiboot2-header 0.5.0

Library with type definitions and parsing functions for Multiboot2 headers. This library is `no_std` and can be used in bootloaders.
Documentation
[dependencies.derive_more]
default-features = false
features = ["display"]
version = "~0.99.18"

[dependencies.log]
default-features = false
version = "~0.4"

[dependencies.multiboot2]
default-features = false
version = "0.22.0"

[dependencies.multiboot2-common]
version = "0.1.0"

[dependencies.ptr_meta]
default-features = false
version = "~0.2"

[[example]]
name = "minimal"
path = "examples/minimal.rs"
required-features = ["builder"]

[features]
alloc = []
builder = ["alloc"]
default = ["builder"]
unstable = []

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

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "parsing"]
description = """
Library with type definitions and parsing functions for Multiboot2 headers.
This library is `no_std` and can be used in bootloaders.
"""
documentation = "https://docs.rs/multiboot2-header"
edition = "2021"
homepage = "https://github.com/rust-osdev/multiboot2-header"
keywords = ["Multiboot2", "kernel", "boot", "bootloader"]
license = "MIT/Apache-2.0"
name = "multiboot2-header"
readme = "README.md"
repository = "https://github.com/rust-osdev/multiboot2"
rust-version = "1.70"
version = "0.5.0"

[package.metadata.docs.rs]
all-features = true