[package]
edition = "2024"
rust-version = "1.85.1"
name = "multiboot2-common"
version = "0.4.0"
authors = ["Philipp Schuster <phip1611@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Common helpers for the `multiboot2` and `multiboot2-header` crates.
"""
homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2-common"
documentation = "https://docs.rs/multiboot2-common"
readme = "README.md"
keywords = ["Multiboot2"]
categories = [
"no-std",
"no-std::no-alloc",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-osdev/multiboot2"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[features]
alloc = []
builder = ["alloc"]
default = ["builder"]
[lib]
name = "multiboot2_common"
path = "src/lib.rs"
[dependencies.ptr_meta]
version = "~0.3"
features = ["derive"]
default-features = false
[dependencies.thiserror]
version = "2.0"
default-features = false