# 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" rust-version = "1.75" name = "multiboot2" version = "0.23.1" authors = [ "Philipp Oppermann ", "Calvin Lee ", "Isaac Woods", "Philipp Schuster ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Convenient and safe parsing of Multiboot2 Boot Information (MBI) structures and the contained information tags. Usable in `no_std` environments, such as a kernel. An optional builder feature also allows the construction of the corresponding structures. """ homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2" documentation = "https://docs.rs/multiboot2" readme = "README.md" keywords = [ "Multiboot2", "kernel", "boot", "bootloader", ] categories = [ "no-std", "no-std::no-alloc", "parsing", ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-osdev/multiboot2" [package.metadata.docs.rs] all-features = true [lib] name = "multiboot2" path = "src/lib.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.derive_more] version = "1.0.0" features = ["display"] default-features = false [dependencies.log] version = "~0.4" default-features = false [dependencies.multiboot2-common] version = "0.2.1" default-features = false [dependencies.ptr_meta] version = "~0.2" default-features = false [dependencies.uefi-raw] version = "~0.8.0" default-features = false [features] alloc = ["multiboot2-common/alloc"] builder = [ "alloc", "multiboot2-common/builder", ] default = ["builder"] unstable = ["multiboot2-common/unstable"]