bootimage 0.10.4

Tool to create a bootable OS image from a kernel binary.
Documentation
# 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 = "2018"
name = "bootimage"
version = "0.10.4"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool to create a bootable OS image from a kernel binary."
readme = false
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-osdev/bootimage"

[package.metadata.release]
pre-release-commit-message = "Release version {{version}}"

[[package.metadata.release.pre-release-replacements]]
file = "Changelog.md"
search = "# Unreleased"
replace = """
# Unreleased

# {{version}} – {{date}}"""
exactly = 1

[lib]
name = "bootimage"
path = "src/lib.rs"

[[bin]]
name = "bootimage"
path = "src/main.rs"

[[bin]]
name = "cargo-bootimage"
path = "src/bin/cargo-bootimage.rs"

[dependencies.anyhow]
version = "1.0.28"

[dependencies.cargo_metadata]
version = "0.9.1"

[dependencies.json]
version = "0.12.4"

[dependencies.llvm-tools]
version = "0.1.1"

[dependencies.locate-cargo-manifest]
version = "0.2.0"

[dependencies.thiserror]
version = "1.0.16"

[dependencies.toml]
version = "0.5.6"

[dependencies.wait-timeout]
version = "0.2.0"