ryra-vm 0.9.8

VM orchestration library for ryra E2E tests (QEMU + Apple Virtualization)
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 = "2024"
name = "ryra-vm"
version = "0.9.8"
authors = ["Erlend Ravn Ryan <erlendryan@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VM orchestration library for ryra E2E tests (QEMU + Apple Virtualization)"
homepage = "https://ryra.dev"
readme = "README.md"
keywords = [
    "self-hosting",
    "podman",
    "systemd",
    "cli",
    "linux",
]
categories = ["virtualization"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ryanravn/ryra"

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

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "process",
    "sync",
    "time",
    "net",
    "fs",
    "signal",
    "io-util",
]