1[package] 2name = "test_infra" 3version = "0.1.0" 4authors = ["The Cloud Hypervisor Authors"] 5edition = "2021" 6 7[dependencies] 8dirs = "4.0.0" 9epoll = "4.3.1" 10lazy_static = "1.4.0" 11libc = "0.2.122" 12ssh2 = { version = "0.9.1", features = ["vendored-openssl"]} 13vmm-sys-util = "0.9.0" 14wait-timeout = "0.2.0" 15