2021-03-23 16:15:48 +00:00
|
|
|
[package]
|
|
|
|
authors = ["The Cloud Hypervisor Authors"]
|
2022-04-08 15:11:04 +00:00
|
|
|
edition = "2021"
|
2024-05-08 08:56:31 +00:00
|
|
|
name = "test_infra"
|
|
|
|
version = "0.1.0"
|
2021-03-23 16:15:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-04-06 07:47:54 +00:00
|
|
|
dirs = "5.0.1"
|
2023-07-04 23:04:49 +00:00
|
|
|
epoll = "4.3.3"
|
2024-12-03 00:26:44 +00:00
|
|
|
libc = "0.2.167"
|
2024-10-07 13:21:51 +00:00
|
|
|
once_cell = "1.20.2"
|
2024-08-16 23:15:30 +00:00
|
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
2024-07-24 23:42:39 +00:00
|
|
|
serde_json = "1.0.120"
|
2023-01-25 23:04:36 +00:00
|
|
|
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }
|
2024-09-27 02:27:43 +00:00
|
|
|
vmm-sys-util = { workspace = true }
|
2021-03-23 16:15:48 +00:00
|
|
|
wait-timeout = "0.2.0"
|