ryra-test 0.9.7

E2E test runner for ryra using ephemeral QEMU VMs
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-test"
version = "0.9.7"
authors = ["Erlend Ravn Ryan <erlendryan@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "E2E test runner for ryra using ephemeral QEMU VMs"
homepage = "https://ryra.dev"
readme = "README.md"
keywords = [
    "self-hosting",
    "podman",
    "systemd",
    "cli",
    "linux",
]
categories = ["development-tools::testing"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ryanravn/ryra"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.libc]
version = "0.2"

[dependencies.ryra-core]
version = "0.9.7"

[dependencies.ryra-vm]
version = "0.9.7"

[dependencies.serde]
version = "1"
features = ["derive"]

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

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"