[package] name = "multiboot" version = "0.8.0" authors = ["Gerd Zellweger ", "Dan Schatzberg ", "Adrian Danis ", "Stephane Duverger ", "Niklas Sombert ", "Paul Cacheux "] description = "Library to access multiboot structures." homepage = "https://github.com/gz/rust-multiboot" repository = "https://github.com/gz/rust-multiboot" documentation = "https://docs.rs/multiboot/" readme = "README.md" keywords = ["multiboot", "kernel", "os", "bootloader", "x86"] license = "MIT" [dependencies] paste = "1.0"