vmrunner 0.0.5

micro-vm runner for testcases that require root or invasive IO
# 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 = "2024"
rust-version = "1.85"
name = "vmrunner"
version = "0.0.5"
authors = ["Bernhard Schuster <bernhard+oss@ahoi.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "micro-vm runner for testcases that require root or invasive IO"
homepage = "https://codeberg.org/drahnr/vmrunner"
readme = "README.md"
keywords = [
    "vm",
    "kvm",
    "test",
]
categories = ["filesystem"]
license = "Apache-2.0"
repository = "https://codeberg.org/drahnr/vmrunner.git"

[features]
default = []
gpu = ["vmrunner-test-harness/gpu"]

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

[[bin]]
name = "build-krun-init-blob"
path = "src/bin/build-krun-init-blob.rs"

[[test]]
name = "distro_vms"
path = "tests/distro_vms.rs"
harness = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6"

[dependencies.fs-err]
version = "3"

[dependencies.fs2]
version = "0.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.imago]
version = "0.2.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
]
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "rt",
]

[dependencies.vmrunner-macros]
version = "0.0.5"

[dependencies.vmrunner-sysroot]
version = "0.0.5"

[dependencies.vmrunner-test-harness]
version = "0.0.5"

[dependencies.xz2]
version = "0.1"