# 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-header" version = "0.6.0" authors = ["Philipp Schuster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Convenient and safe parsing of Multiboot2 Header structures and the contained header tags. Usable in no_std environments, such as a bootloader. An optional builder feature also allows the construction of the corresponding structures. """ homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2-header" documentation = "https://docs.rs/multiboot2-header" 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_header" path = "src/lib.rs" [[example]] name = "minimal" path = "examples/minimal.rs" required-features = ["builder"] [dependencies.derive_more] version = "1.0.0" features = ["display"] default-features = false [dependencies.log] version = "~0.4" default-features = false [dependencies.multiboot2] version = "0.23.0" default-features = false [dependencies.multiboot2-common] version = "0.2.0" default-features = false [dependencies.ptr_meta] version = "~0.2" default-features = false [features] alloc = ["multiboot2-common/alloc"] builder = [ "alloc", "multiboot2-common/builder", ] default = ["builder"] unstable = ["multiboot2-common/unstable"]