1[package] 2name = "performance-metrics" 3version = "0.1.0" 4authors = ["The Cloud Hypervisor Authors"] 5edition = "2021" 6build = "../build.rs" 7 8[dependencies] 9clap = { version = "4.4.7", features = ["wrap_help"] } 10dirs = "5.0.0" 11serde = { version = "1.0.196", features = ["rc", "derive"] } 12serde_json = "1.0.109" 13test_infra = { path = "../test_infra" } 14thiserror = "1.0.52" 15wait-timeout = "0.2.0" 16