xref: /cloud-hypervisor/performance-metrics/Cargo.toml (revision 20296e909a88ab1dd9d94b6bd2160ca84c430f5f)
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.13", features = ["wrap_help"] }
10dirs = "6.0.0"
11serde = { version = "1.0.208", features = ["derive", "rc"] }
12serde_json = { workspace = true }
13test_infra = { path = "../test_infra" }
14thiserror = { workspace = true }
15wait-timeout = "0.2.0"
16