qlean 0.2.2

A system-level isolation testing library based on QEMU/KVM.
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 = "qlean"
version = "0.2.2"
authors = ["jl.jiang <jiangjl9807@gmail.com>"]
build = false
exclude = ["/.github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A system-level isolation testing library based on QEMU/KVM."
documentation = "https://docs.rs/qlean"
readme = "README.md"
keywords = [
    "isolation",
    "testing",
    "kvm",
    "qemu",
]
categories = [
    "development-tools::testing",
    "virtualization",
]
license = "MIT"
repository = "https://github.com/buck2hub/qlean"

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

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.console]
version = "0.16.2"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3"

[dependencies.kvm-ioctls]
version = "0.24.0"

[dependencies.nanoid]
version = "0.4.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.reqwest]
version = "0.13.1"
features = ["stream"]

[dependencies.russh]
version = "0.55.0"

[dependencies.russh-sftp]
version = "2.1.1"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_yml]
version = "0.0.12"

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

[dependencies.termion]
version = "4.0.6"

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

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

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

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

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

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.serial_test]
version = "3.3.1"

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

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