vmexec 0.5.0

Run a single command in a speedy virtual machine with zero-setup
# 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 = "vmexec"
version = "0.5.0"
authors = ["Sven-Hendrik Haase <svenstaro@archlinux.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a single command in a speedy virtual machine with zero-setup"
readme = "README.md"
keywords = [
    "vm",
    "virtual-machine",
]
categories = [
    "command-line-utilities",
    "virtualization",
]
license = "MIT"
repository = "https://gitlab.archlinux.org/archlinux/vmexec"

[[bin]]
name = "vmexec"
path = "src/main.rs"

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

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

[dependencies.base64ct]
version = "1.8"
features = [
    "std",
    "alloc",
]

[dependencies.bytesize]
version = "2.0.1"

[dependencies.clap]
version = "4.5"
features = [
    "wrap_help",
    "derive",
    "cargo",
]

[dependencies.clap_complete]
version = "4.5.48"

[dependencies.clap_mangen]
version = "0.3"

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

[dependencies.comfy-table]
version = "7.1.4"

[dependencies.daemonize-me]
version = "2.0.2"

[dependencies.dir-lock]
version = "0.5.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.humantime]
version = "2.2.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.nanoid]
version = "0.4.0"

[dependencies.nix]
version = "0.31"
features = [
    "user",
    "signal",
]

[dependencies.rattler_digest]
version = "1.1.1"
features = ["tokio"]

[dependencies.reqwest]
version = "0.13"

[dependencies.russh]
version = "0.58"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.shell-escape]
version = "0.1.5"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.sysinfo]
version = "0.38"
features = ["system"]
default-features = false

[dependencies.termion]
version = "4.0.5"

[dependencies.tokio]
version = "1.42.0"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
]

[dependencies.tokio-fd]
version = "0.3.0"

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.tokio-vsock]
version = "0.7.1"

[dependencies.tracing]
version = "0.1.41"
features = ["log"]

[dependencies.tracing-error]
version = "0.2.1"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "local-time",
]

[dependencies.url]
version = "2.5.4"

[dependencies.vhost]
version = "0.16.0"
features = ["vhost-user-frontend"]

[dependencies.walkdir]
version = "2.5.0"

[dependencies.which]
version = "8"

[dev-dependencies.assert_cmd]
version = "2.0.17"
features = [
    "color",
    "color-auto",
]

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26"

[profile.dev.package.sha2]
opt-level = 3

[profile.release]
lto = true
codegen-units = 1
strip = true