bootimage 0.5.0-beta

Tool to create a bootable OS image from a kernel binary.
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
description = "Tool to create a bootable OS image from a kernel binary."
license = "MIT/Apache-2.0"
name = "bootimage"
version = "0.5.0-beta"
repository = "https://github.com/rust-osdev/bootimage"

[dependencies]
byteorder = "1.2.1"
toml = "0.4.5"
xmas-elf = "0.6.1"
wait-timeout = "0.1"
failure = "0.1.1"

[dependencies.cargo_metadata]
version = "0.5.3"
default-features = false