# 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] 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" documentation = "https://docs.rs/multiboot/" readme = "README.md" keywords = [ "multiboot", "kernel", "os", "bootloader", "x86", ] license = "MIT" repository = "https://github.com/gz/rust-multiboot" [dependencies.paste] version = "1.0"