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