qemu-command-builder 10.0.3-4

Type safe command line builder for qemu
Documentation
[dependencies.bon]
version = "3.7.1"

[dependencies.chrono]
version = "0.4.41"

[dependencies.ipnet]
version = "2.11.0"

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

[package]
authors = ["Adam Flott <adam@adamflott.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Type safe command line builder for qemu"
edition = "2024"
homepage = "https://github.com/adamflott/qemu-command-builder"
keywords = ["qemu"]
license = "MIT OR Apache-2.0"
name = "qemu-command-builder"
readme = "README.md"
repository = "https://github.com/adamflott/qemu-command-builder"
version = "10.0.3-4"

[[test]]
name = "complete"
path = "tests/complete.rs"

[[test]]
name = "cpu"
path = "tests/cpu.rs"