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