# 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-common" version = "0.2.1" authors = ["Philipp Schuster "] build = 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" [package.metadata.docs.rs] all-features = true [lib] name = "multiboot2_common" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = ["display"] default-features = false [dependencies.ptr_meta] version = "~0.2" default-features = false [features] alloc = [] builder = ["alloc"] default = ["builder"] unstable = []