# 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 = "2021" rust-version = "1.70.0" name = "vmtest" version = "0.12.0" authors = ["Daniel Xu "] description = "Helps run your tests in virtual machines" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/danobi/vmtest" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.26" features = [ "derive", "string", ] [dependencies.console] version = "0.15.5" [dependencies.env_logger] version = "0.10.0" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.qapi] version = "0.14.0" features = [ "qmp", "qga", ] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.1" [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.147" [dependencies.serde_derive] version = "1.0.147" [dependencies.tempfile] version = "3.5.0" [dependencies.tinytemplate] version = "1.2.1" [dependencies.toml] version = "0.5.9" [dev-dependencies.rexpect] version = "0.5" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.test-log] version = "0.2.11"