limage 0.5.0

A Cargo utility for running/testing Rust-based kernels using the Limine bootloader
Documentation
[[bin]]
name = "limage"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.28"

[dependencies.cargo_metadata]
version = "0.9.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"

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

[package]
authors = ["Phillip Groves <phillip.t.groves@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Cargo utility for running/testing Rust-based kernels using the Limine bootloader"
edition = "2021"
license = "MIT"
name = "limage"
readme = "README.md"
repository = "https://github.com/phillipg14/limage"
version = "0.5.0"