hardpass-vm 0.3.1

A small, reliable Ubuntu cloud-image VM manager built on QEMU.
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 = "hardpass-vm"
version = "0.3.1"
authors = ["Peter Delevoryas <peter@pjd.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "hp"
description = "A small, reliable Ubuntu cloud-image VM manager built on QEMU."
homepage = "https://github.com/peterdelevoryas/hardpass"
documentation = "https://docs.rs/hardpass-vm"
readme = "README.md"
keywords = [
    "qemu",
    "vm",
    "ubuntu",
    "cloud-init",
    "cli",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/peterdelevoryas/hardpass"

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "6"

[dependencies.fatfs]
version = "0.3.6"

[dependencies.fs2]
version = "0.4.3"

[dependencies.fscommon]
version = "0.1.1"

[dependencies.nix]
version = "0.29"
features = [
    "process",
    "signal",
    "user",
    "fs",
    "mount",
    "net",
    "term",
    "fanotify",
]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.mockito]
version = "1"

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