xref: /cloud-hypervisor/test_infra/Cargo.toml (revision 4182ef91e03131731a10b1af2b36c36af476a521)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3edition = "2021"
4name = "test_infra"
5version = "0.1.0"
6
7[dependencies]
8dirs = "6.0.0"
9epoll = "4.3.3"
10libc = "0.2.167"
11serde = { version = "1.0.208", features = ["derive", "rc"] }
12serde_json = { workspace = true }
13ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }
14thiserror = { workspace = true }
15vmm-sys-util = { workspace = true }
16wait-timeout = "0.2.0"
17